muMECH
1.0
|
Class of the functions calculating the values of elliptic integrals and its derivatives of circular cylinder (a1 -> infinity, a2 = a3) More...
#include <esei_Cylinder.h>
Public Member Functions | |
eshelbySoluEllipticIntegralsCylinder (const InclusionRecord3D *i) | |
Constructor. More... | |
virtual | ~eshelbySoluEllipticIntegralsCylinder () |
Destructor. More... | |
void | giveEllipticIntegrals (double J[13], double lambda, bool intpoint) |
Function gives the values of Ferers-Dyson's elliptic integrals of the inclusion this->I. More... | |
void | giveDerivativesOfEllipticIntegrals (Point *point, bool intpoint) |
Function gives the values of Ferers-Dyson's elliptic integral derivatives of the inclusion this->I. More... | |
double | getLambda (const double a[3], double x1, double x2, double x3) |
Returns lambda for a given point (x1, x2, x3) More... | |
![]() | |
eshelbySoluEllipticIntegrals (const InclusionRecord3D *i) | |
Constructor. More... | |
virtual | ~eshelbySoluEllipticIntegrals () |
Destructor. More... | |
void | getPerturbatedLambdas (double *lambdas, const double loc_x[3]) |
Helper function. More... | |
Private Member Functions | |
double | I2 (double a2, double lambda) |
double | I22 (double a1, double lambda) |
Private Attributes | |
bool | log |
Additional Inherited Members | |
![]() | |
const InclusionRecord3D * | I |
Class of the functions calculating the values of elliptic integrals and its derivatives of circular cylinder (a1 -> infinity, a2 = a3)
Definition at line 45 of file esei_Cylinder.h.
|
inline |
Constructor.
Definition at line 52 of file esei_Cylinder.h.
|
inlinevirtual |
Destructor.
Definition at line 54 of file esei_Cylinder.h.
References getLambda(), giveDerivativesOfEllipticIntegrals(), giveEllipticIntegrals(), I2(), and I22().
|
virtual |
Returns lambda for a given point (x1, x2, x3)
Implements mumech::eshelbySoluEllipticIntegrals.
Definition at line 198 of file esei_Cylinder.cpp.
References SQR.
Referenced by ~eshelbySoluEllipticIntegralsCylinder().
|
virtual |
Function gives the values of Ferers-Dyson's elliptic integral derivatives of the inclusion this->I.
point | Point record (data structure of a given point). |
Implements mumech::eshelbySoluEllipticIntegrals.
Definition at line 91 of file esei_Cylinder.cpp.
References mumech::_CENTER_, mumech::_Ym_, mumech::_YmZm_, mumech::_YmZp_, mumech::_Yp_, mumech::_YpZm_, mumech::_YpZp_, mumech::_Zm_, mumech::_Zp_, mumech::Point::ddJi, mumech::Point::ddJij, mumech::Point::dJi, mumech::Point::dJij, mumech::eshelbySoluEllipticIntegrals::getPerturbatedLambdas(), giveEllipticIntegrals(), mumech::eshelbySoluEllipticIntegrals::I, mumech::Point::loc_x, log, mumech::Inclusion::ndiff_1, and NUM_PERTURB.
Referenced by ~eshelbySoluEllipticIntegralsCylinder().
|
virtual |
Function gives the values of Ferers-Dyson's elliptic integrals of the inclusion this->I.
integrArray[13] | Array with elliptic integrals values. |
lambda | Lambda parameter (not a Lame constant !!!). |
Implements mumech::eshelbySoluEllipticIntegrals.
Definition at line 45 of file esei_Cylinder.cpp.
References _warningg, mumech::Inclusion::a, mumech::CleanVector(), mumech::eshelbySoluEllipticIntegrals::I, I2(), I22(), and log.
Referenced by giveDerivativesOfEllipticIntegrals(), and ~eshelbySoluEllipticIntegralsCylinder().
|
private |
Definition at line 187 of file esei_Cylinder.cpp.
Referenced by giveEllipticIntegrals(), and ~eshelbySoluEllipticIntegralsCylinder().
|
private |
Definition at line 192 of file esei_Cylinder.cpp.
Referenced by giveEllipticIntegrals(), and ~eshelbySoluEllipticIntegralsCylinder().
|
private |
Definition at line 48 of file esei_Cylinder.h.
Referenced by giveDerivativesOfEllipticIntegrals(), and giveEllipticIntegrals().