58 template<
class Coordinates>
83 void write(std::ostream& os)
const;
int i
Definition: BiCGSTAB_step_by_step.cpp:9
IntegralType
Specifies the two points between which a line integral is computed.
Definition: IntegralType.h:14
Stores information about interactions between two interactable objects; often particles but could be ...
Definition: BaseInteraction.h:39
Definition: BaseParticle.h:33
Defines the position of the CGPoint (e.g. x, y, z) and the parameters of the ExactOverlap coarse-grai...
Definition: ExactOverlap.h:60
Mdouble evaluateCGIntegral(const BaseInteraction &i, const Coordinates r, IntegralType type=IntegralType::I_TO_P)
Evaluates the line integral needed for the calculation of stresses.
Definition: ExactOverlap.h:143
Mdouble getCutoff() const
Returns the cutoff of the coarse-graining function.
Definition: ExactOverlap.h:108
ExactOverlap()
Default constructor, it simply creates an empty ExactOverlapCoordinates.
~ExactOverlap()=default
Destructor, does nothing, as no new'ed objects are used.
Vec3D getCutoffVector(Mdouble radius, Vec3D cellSize) const
Returns the cutoff of the coarse-graining function along each direction.
Definition: ExactOverlap.h:113
void setWidth(Mdouble width)
Sets the width of the coarse-graining function.
Definition: ExactOverlap.h:88
void setWidthAndCutoff(Mdouble width, Mdouble cutoff)
Sets the width and cutoff of the coarse-graining function.
Definition: ExactOverlap.h:103
Mdouble getWidth() const
Returns the width of the coarse-graining function.
Definition: ExactOverlap.h:93
Mdouble evaluateCGFunction(const Vec3D &position, const Mdouble rad, const Coordinates r)
Evaluates the coarse-graining function.
Vec3D evaluateCGFunctionDerivatives(const Vec3D &position, const Coordinates &r)
Definition: ExactOverlap.h:137
Mdouble evaluateCGFunction(const Vec3D &position, const Coordinates r)
Evaluates the coarse-graining function.
Definition: ExactOverlap.h:130
ExactOverlap(const ExactOverlap &c)=default
Copy constructor. It copies the ExactOverlapCoordinates and all objects it contains.
void setEps(Mdouble eps)
Returns the finite difference step size used to evaluate derivatives of the CG function.
Definition: ExactOverlap.h:125
void write(std::ostream &os) const
Writes class content into an output stream, usually a stat file.
void setStandardDeviation(Mdouble std)
Sets the standard deviation of the coarse-graining function.
Definition: ExactOverlap.h:98
Coordinates CoordinatesType
Definition: ExactOverlap.h:63
Template argument; use a member class of CGCoordinates to instantiate.
The DPMBase header includes quite a few header files, defining all the handlers, which are essential....
Definition: DPMBase.h:56
Definition: Kernel/Math/Vector.h:30
Contains base classes of CGPoint; CGPoint is always templated with one of these classes; these classe...
Definition: ExactOverlap.h:28
CGFunctions::ExactOverlap< CGCoordinates::XYZ > ExactOverlapXYZ
Defines a short notation for the ExactOverlapian CGFunction templated with a certain CGCoordinate.
Definition: ExactOverlap.h:163
CGFunctions::ExactOverlap< CGCoordinates::Z > ExactOverlapZ
Defines a short notation for the ExactOverlapian CGFunction templated with a certain CGCoordinate.
Definition: ExactOverlap.h:155
CGFunctions::ExactOverlap< CGCoordinates::XY > ExactOverlapXY
Defines a short notation for the ExactOverlapian CGFunction templated with a certain CGCoordinate.
Definition: ExactOverlap.h:161
CGFunctions::ExactOverlap< CGCoordinates::X > ExactOverlapX
Defines a short notation for the ExactOverlapian CGFunction templated with a certain CGCoordinate.
Definition: ExactOverlap.h:151
CGFunctions::ExactOverlap< CGCoordinates::O > ExactOverlapO
Defines a short notation for the ExactOverlapian CGFunction templated with a certain CGCoordinate.
Definition: ExactOverlap.h:149
CGFunctions::ExactOverlap< CGCoordinates::YZ > ExactOverlapYZ
Defines a short notation for the ExactOverlapian CGFunction templated with a certain CGCoordinate.
Definition: ExactOverlap.h:157
CGFunctions::ExactOverlap< CGCoordinates::XZ > ExactOverlapXZ
Defines a short notation for the ExactOverlapian CGFunction templated with a certain CGCoordinate.
Definition: ExactOverlap.h:159
CGFunctions::ExactOverlap< CGCoordinates::R > ExactOverlapR
Defines a short notation for the ExactOverlapian CGFunction templated with a certain CGCoordinate.
Definition: ExactOverlap.h:165
CGFunctions::ExactOverlap< CGCoordinates::Y > ExactOverlapY
Defines a short notation for the ExactOverlapian CGFunction templated with a certain CGCoordinate.
Definition: ExactOverlap.h:153
double eps
Definition: crbond_bessel.cc:24
int c
Definition: calibrate.py:100
type
Definition: compute_granudrum_aor.py:141
const Mdouble NaN
Definition: GeneralDefine.h:22