23 T timeDiscretization = 0;
25 T* _coefficientComponentXCurlY =
nullptr;
26 T* _coefficientComponentXCurlZ =
nullptr;
27 T* _coefficientComponentYCurlX =
nullptr;
28 T* _coefficientComponentYCurlZ =
nullptr;
29 T* _coefficientComponentZCurlX =
nullptr;
30 T* _coefficientComponentZCurlY =
nullptr;
bsoncxx::types::value value
Definition DocumentManager.h:16
int64_t index_t
Definition SystemDependentDefines.h:13
Definition CurlCoefficients3D.h:8
void TestValues(T value)
Definition CurlCoefficients3D.hpp:6
virtual void CreateCoefficients() override
Definition CurlCoefficients3D.hpp:72
CurlCoefficients3D(const Grid< T > &grid)
Definition CurlCoefficients3D.h:38
virtual void CalculateTimeStep() override
Definition CurlCoefficients3D.hpp:142
T * GetCoefficientComponentXCurlYAtIndex(index_t index) const
Definition CurlCoefficients3D.h:46
CurlCoefficients3D(CurlCoefficients3D &other)=delete
T GetTimeDiscretization() const
Definition CurlCoefficients3D.h:53
T * GetCoefficientComponentZCurlXAtIndex(index_t index) const
Definition CurlCoefficients3D.h:50
T * GetCoefficientComponentZCurlYAtIndex(index_t index) const
Definition CurlCoefficients3D.h:51
T * GetCoefficientComponentXCurlZAtIndex(index_t index) const
Definition CurlCoefficients3D.h:47
virtual void InitiateCoefficientContainer() override
Definition CurlCoefficients3D.hpp:228
CurlCoefficients3D & operator=(CurlCoefficients3D &other)=delete
virtual void CheckConsistency() override
Definition CurlCoefficients3D.hpp:50
T * GetCoefficientComponentYCurlZAtIndex(index_t index) const
Definition CurlCoefficients3D.h:49
T * GetCoefficientComponentYCurlXAtIndex(index_t index) const
Definition CurlCoefficients3D.h:48
~CurlCoefficients3D()
Definition CurlCoefficients3D.hpp:21
Definition CurlCoefficients.h:9
MaterialProperties * _materialProperties
Definition CurlCoefficients.h:13
float _stabilityFactor
Definition CurlCoefficients.h:14
SurfaceDiscretization * _surfaceDiscretization
Definition CurlCoefficients.h:11
EdgeDiscretization * _edgeDiscretization
Definition CurlCoefficients.h:12
double SqrRoot(double value)
Definition CurlCoefficients.h:23
double(MaterialProperties::* GetMaterialInXAtIndex)(index_t index) const
Definition CurlCoefficients.h:16
double Potenz(double base, double exp)
Definition CurlCoefficients.h:22