You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there are a lot of classes of ParticleSources and InnerRegions that differ only by underlying geometic shape, e.g: Inner_region_box, Inner_region_cylinder, Particle_source_box, Particle_source_cylinder etc.
It seems more convenient to extract geometric primitives into separate classes and use objects of such classes inside Particle_source and Inner_region.
See also epicf/ef_python#21
The text was updated successfully, but these errors were encountered:
Currently there are a lot of classes of ParticleSources and InnerRegions that differ only by underlying geometic shape, e.g:
Inner_region_box, Inner_region_cylinder, Particle_source_box, Particle_source_cylinder
etc.It seems more convenient to extract geometric primitives into separate classes and use objects of such classes inside
Particle_source
andInner_region
.See also epicf/ef_python#21
The text was updated successfully, but these errors were encountered: