Class SourceUniformShell
Defined in File Source.h
Inheritance Relationships
Base Type
public SourceFeature
(Class SourceFeature)
Class Documentation
-
class SourceUniformShell : public SourceFeature
Uniform distribution of source positions on the surface of a sphere.
Public Functions
-
SourceUniformShell(Vector3d center, double radius)
Constructor
- Parameters:
center – vector containing the coordinates of the center of the sphere
radius – radius of the sphere
-
virtual void prepareParticle(ParticleState &particle) const
-
void setDescription()
-
std::string getDescription() const
-
inline size_t addReference() const
-
inline size_t removeReference() const
-
inline int removeReferenceNoDelete() const
-
inline size_t getReferenceCount() const
-
SourceUniformShell(Vector3d center, double radius)