LifeV
|
Public Types | |
typedef std::function< Real(Real const &, Real const &, Real const &, Real const &, ID const &) > | fct_type |
typedef std::function< Real(Real const &, Real const &, Real const &, Real const &, ID const &) > | fct_type |
typedef std::function< Real(Real const &, Real const &, Real const &, Real const &, ID const &) > | fct_type |
typedef std::function< Real(Real const &, Real const &, Real const &, Real const &, ID const &) > | fct_type |
typedef std::function< Real(Real const &, Real const &, Real const &, Real const &, ID const &) > | fct_type |
typedef std::function< Real(Real const &, Real const &, Real const &, Real const &, ID const &) > | fct_type |
typedef std::function< Real(Real const &, Real const &, Real const &, Real const &, ID const &) > | fct_type |
typedef std::function< Real(Real const &, Real const &, Real const &, Real const &, ID const &) > | fct_type |
typedef std::function< Real(Real const &, Real const &, Real const &, Real const &, ID const &) > | fct_type |
Public Member Functions | |
Private () | |
Private () | |
Private () | |
Private () | |
Private () | |
Private () | |
Private () | |
Private () | |
Private () | |
Private () | |
Private () | |
Private () | |
Private () | |
Private () | |
Private () | |
Private () | |
Private () | |
Static Public Member Functions | |
static Real | bcZero (const Real &, const Real &, const Real &, const Real &, const ID &) |
static Real | bcNonZero (const Real &, const Real &, const Real &, const Real &, const ID &) |
static Real | bcPressure (const Real &t, const Real &x, const Real &y, const Real &, const ID &i) |
static Real | smoothPressure (const Real &t, const Real &x, const Real &y, const Real &, const ID &i) |
static Real | mergingPressures (const Real &t, const Real &x, const Real &y, const Real &, const ID &i) |
static Real | pressureUsingNormal (const Real &t, const Real &, const Real &, const Real &, const ID &) |
static Real | lifeVedF (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i) |
static VectorSmall< 3 > | f (const Real &t, const Real &x, const Real &y, const Real &z) |
static Real | uexact (const Real &, const Real &X, const Real &Y, const Real &, const ID &i) |
static Real | bcZero (const Real &, const Real &, const Real &, const Real &, const ID &) |
static Real | bcNonZero (const Real &, const Real &, const Real &, const Real &, const ID &i) |
static Real | bcPressure (const Real &, const Real &x, const Real &y, const Real &, const ID &i) |
static Real | pressureUsingNormal (const Real &, const Real &, const Real &, const Real &, const ID &) |
static Real | bcZero (const Real &, const Real &, const Real &, const Real &, const ID &) |
static Real | bcNonZero (const Real &, const Real &, const Real &, const Real &, const ID &) |
static Real | d0 (const Real &, const Real &x, const Real &y, const Real &z, const ID &i) |
static Real | displacementLinearElastic (const Real &, const Real &x, const Real &y, const Real &z, const ID &i) |
static Real | displacementVenantKirchhoff (const Real &, const Real &x, const Real &y, const Real &z, const ID &i) |
static Real | displacementVenantKirchhoffPenalized (const Real &, const Real &x, const Real &y, const Real &z, const ID &i) |
static Real | displacementNeoHookean (const Real &, const Real &x, const Real &y, const Real &z, const ID &i) |
static Real | displacementSecondOrderExponential (const Real &, const Real &x, const Real &y, const Real &z, const ID &i) |
static Real | displacementHolzapfelModel (const Real &, const Real &x, const Real &y, const Real &z, const ID &i) |
static Real | bcZero (const Real &, const Real &, const Real &, const Real &, const ID &) |
static Real | bcNonZero (const Real &, const Real &, const Real &, const Real &, const ID &) |
static Real | bcNonZeroSecondOrderExponential (const Real &, const Real &, const Real &, const Real &, const ID &) |
static Real | d0 (const Real &, const Real &x, const Real &y, const Real &z, const ID &i) |
Data Fields | |
double | rho |
double | poisson |
double | young |
double | bulk |
double | alpha |
double | gamma |
std::string | data_file_name |
std::shared_ptr< Epetra_Comm > | comm |
Definition at line 220 of file lifev/structure/examples/example_anisotropicTraction/main.cpp.
typedef std::function<Real ( Real const&, Real const&, Real const&, Real const&, ID const& ) > fct_type |
Definition at line 185 of file lifev/structure/examples/example_computePrincipalTensions/main.cpp.
typedef std::function<Real ( Real const&, Real const&, Real const&, Real const&, ID const& ) > fct_type |
Definition at line 175 of file lifev/structure/examples/example_computingJacobian/main.cpp.
typedef std::function<Real ( Real const&, Real const&, Real const&, Real const&, ID const& ) > fct_type |
Definition at line 168 of file lifev/structure/examples/example_evaluatingScalarVectorialTensorialQuantitiesUsingETA/main.cpp.
typedef std::function<Real ( Real const&, Real const&, Real const&, Real const&, ID const& ) > fct_type |
Definition at line 176 of file lifev/structure/examples/example_principalTensionsInflationExtensions/main.cpp.
typedef std::function<Real ( Real const&, Real const&, Real const&, Real const&, ID const& ) > fct_type |
Definition at line 172 of file lifev/structure/examples/example_tractionWithSymmetry/main.cpp.
typedef std::function<Real ( Real const&, Real const&, Real const&, Real const&, ID const& ) > fct_type |
Definition at line 179 of file lifev/structure/testsuite/evaluateNodalETA/main.cpp.
typedef std::function<Real ( Real const&, Real const&, Real const&, Real const&, ID const& ) > fct_type |
Definition at line 184 of file lifev/structure/testsuite/principalTensions/main.cpp.
typedef std::function<Real ( Real const&, Real const&, Real const&, Real const&, ID const& ) > fct_type |
Definition at line 188 of file mainAnisotropic.cpp.
typedef std::function<Real ( Real const&, Real const&, Real const&, Real const&, ID const& ) > fct_type |
Definition at line 175 of file lifev/structure/testsuite/structuralsolver/main.cpp.
|
inline |
Definition at line 222 of file lifev/structure/examples/example_anisotropicTraction/main.cpp.
|
inline |
Definition at line 194 of file lifev/structure/examples/example_bodyForces/main.cpp.
|
inline |
Definition at line 187 of file lifev/structure/examples/example_checkigForceTerm/main.cpp.
|
inline |
Definition at line 177 of file lifev/structure/examples/example_checkingFibersDirection/main.cpp.
|
inline |
Definition at line 172 of file lifev/structure/examples/example_computationNorm/main.cpp.
|
inline |
Definition at line 177 of file lifev/structure/examples/example_computePrincipalTensions/main.cpp.
|
inline |
Definition at line 167 of file lifev/structure/examples/example_computingJacobian/main.cpp.
|
inline |
Definition at line 210 of file lifev/structure/examples/example_CookMembrane/main.cpp.
|
inline |
Definition at line 252 of file lifev/structure/examples/example_creatingDamagedZone/main.cpp.
|
inline |
Definition at line 160 of file lifev/structure/examples/example_evaluatingScalarVectorialTensorialQuantitiesUsingETA/main.cpp.
|
inline |
Definition at line 168 of file lifev/structure/examples/example_principalTensionsInflationExtensions/main.cpp.
|
inline |
Definition at line 169 of file lifev/structure/examples/example_tractionWithSymmetry/main.cpp.
|
inline |
Definition at line 202 of file lifev/structure/testsuite/anisotropicLaw/main.cpp.
|
inline |
Definition at line 171 of file lifev/structure/testsuite/evaluateNodalETA/main.cpp.
|
inline |
Definition at line 176 of file lifev/structure/testsuite/principalTensions/main.cpp.
|
inline |
Definition at line 180 of file mainAnisotropic.cpp.
|
inline |
Definition at line 172 of file lifev/structure/testsuite/structuralsolver/main.cpp.
|
inlinestatic |
Definition at line 231 of file lifev/structure/examples/example_anisotropicTraction/main.cpp.
|
inlinestatic |
Definition at line 236 of file lifev/structure/examples/example_anisotropicTraction/main.cpp.
|
inlinestatic |
Definition at line 241 of file lifev/structure/examples/example_anisotropicTraction/main.cpp.
|
inlinestatic |
Definition at line 266 of file lifev/structure/examples/example_anisotropicTraction/main.cpp.
|
inlinestatic |
Definition at line 303 of file lifev/structure/examples/example_anisotropicTraction/main.cpp.
|
inlinestatic |
Definition at line 354 of file lifev/structure/examples/example_anisotropicTraction/main.cpp.
|
inlinestatic |
Definition at line 196 of file lifev/structure/examples/example_checkigForceTerm/main.cpp.
|
inlinestatic |
Definition at line 218 of file lifev/structure/examples/example_checkigForceTerm/main.cpp.
|
inlinestatic |
Definition at line 181 of file lifev/structure/examples/example_computationNorm/main.cpp.
|
inlinestatic |
Definition at line 219 of file lifev/structure/examples/example_CookMembrane/main.cpp.
|
inlinestatic |
Definition at line 224 of file lifev/structure/examples/example_CookMembrane/main.cpp.
|
inlinestatic |
Definition at line 242 of file lifev/structure/examples/example_CookMembrane/main.cpp.
|
inlinestatic |
Definition at line 264 of file lifev/structure/examples/example_CookMembrane/main.cpp.
|
inlinestatic |
Definition at line 179 of file lifev/structure/examples/example_tractionWithSymmetry/main.cpp.
|
inlinestatic |
Definition at line 184 of file lifev/structure/examples/example_tractionWithSymmetry/main.cpp.
|
inlinestatic |
Definition at line 189 of file lifev/structure/examples/example_tractionWithSymmetry/main.cpp.
|
inlinestatic |
Definition at line 187 of file lifev/structure/testsuite/principalTensions/main.cpp.
|
inlinestatic |
Definition at line 209 of file lifev/structure/testsuite/principalTensions/main.cpp.
|
inlinestatic |
Definition at line 229 of file lifev/structure/testsuite/principalTensions/main.cpp.
|
inlinestatic |
Definition at line 249 of file lifev/structure/testsuite/principalTensions/main.cpp.
|
inlinestatic |
Definition at line 269 of file lifev/structure/testsuite/principalTensions/main.cpp.
|
inlinestatic |
Definition at line 195 of file mainAnisotropic.cpp.
|
inlinestatic |
Definition at line 182 of file lifev/structure/testsuite/structuralsolver/main.cpp.
|
inlinestatic |
Definition at line 187 of file lifev/structure/testsuite/structuralsolver/main.cpp.
|
inlinestatic |
Definition at line 192 of file lifev/structure/testsuite/structuralsolver/main.cpp.
|
inlinestatic |
Definition at line 197 of file lifev/structure/testsuite/structuralsolver/main.cpp.
double rho |
Definition at line 225 of file lifev/structure/examples/example_anisotropicTraction/main.cpp.
double poisson |
Definition at line 225 of file lifev/structure/examples/example_anisotropicTraction/main.cpp.
double young |
Definition at line 225 of file lifev/structure/examples/example_anisotropicTraction/main.cpp.
double bulk |
Definition at line 225 of file lifev/structure/examples/example_anisotropicTraction/main.cpp.
double alpha |
Definition at line 225 of file lifev/structure/examples/example_anisotropicTraction/main.cpp.
double gamma |
Definition at line 225 of file lifev/structure/examples/example_anisotropicTraction/main.cpp.
std::string data_file_name |
Definition at line 227 of file lifev/structure/examples/example_anisotropicTraction/main.cpp.
std::shared_ptr< Epetra_Comm > comm |
Definition at line 229 of file lifev/structure/examples/example_anisotropicTraction/main.cpp.