![]() |
v0.14.0 |
Go to the source code of this file.
Classes | |
struct | PostProcEleByDim< 2 > |
struct | PostProcEleByDim< 3 > |
struct | OpCalculateFStab< DIM_0, DIM_1 > |
struct | OpCalculatePiola< DIM_0, DIM_1 > |
struct | OpCalculateDisplacement< DIM > |
struct | OpCalculatePiolaIncompressibleNH< DIM_0, DIM_1 > |
struct | OpCalculateDeformationGradient< DIM_0, DIM_1 > |
struct | TSPrePostProc |
Set of functions called by PETSc solver used to refine and update mesh. More... | |
struct | LinMomTimeScale |
struct | CommonData |
struct | Example |
[Example] More... | |
struct | Example::DynamicFirstOrderConsSinusTimeScale |
struct | Example::DynamicFirstOrderConsConstantTimeScale |
struct | Monitor |
[Push operators to pipeline] More... | |
Typedefs | |
using | DomainEle = PipelineManager::ElementsAndOpsByDim<SPACE_DIM>::DomainEle |
using | PostProcEle = PostProcBrokenMeshInMoab<DomainEle> |
using | PostProcFaceEle |
using | BoundaryEle |
using | SetPtsData = FieldEvaluatorInterface::SetPtsData |
using | PostProcEleDomain = PostProcEleByDim<SPACE_DIM>::PostProcEleDomain |
using | SideEle = PostProcEleByDim<SPACE_DIM>::SideEle |
using | PostProcEleBdy = PostProcEleByDim<SPACE_DIM>::PostProcEleBdy |
using | OpMassV |
using | OpMassF |
using | OpInertiaForce |
using | OpBodyForce |
using | DomainNaturalBC |
using | OpBodyForceVector |
using | OpGradTimesTensor2 |
using | OpRhsTestPiola |
using | OpGradTimesPiola |
using | BoundaryNaturalBC |
using | OpForce = BoundaryNaturalBC::OpFlux<NaturalForceMeshsets, 1, SPACE_DIM> |
Functions | |
template<typename T > | |
double | trace (FTensor::Tensor2< T, 2, 2 > &t_stress) |
template<typename T > | |
double | trace (FTensor::Tensor2< T, 3, 3 > &t_stress) |
int | main (int argc, char *argv[]) |
Variables | |
constexpr int | SPACE_DIM |
constexpr double | omega = 1. |
Save field DOFS on vertices/tags. | |
constexpr double | young_modulus = 1. |
constexpr double | poisson_ratio = 0. |
double | bulk_modulus_K = young_modulus / (3. * (1. - 2. * poisson_ratio)) |
double | shear_modulus_G = young_modulus / (2. * (1. + poisson_ratio)) |
double | mu = young_modulus / (2. * (1. + poisson_ratio)) |
double | lamme_lambda |
static boost::weak_ptr< TSPrePostProc > | tsPrePostProc |
static char | help [] = "...\n\n" |
[Check] | |
using BoundaryEle |
Definition at line 34 of file dynamic_first_order_con_law.cpp.
using BoundaryNaturalBC |
Definition at line 86 of file dynamic_first_order_con_law.cpp.
Definition at line 28 of file dynamic_first_order_con_law.cpp.
using DomainNaturalBC |
Definition at line 68 of file dynamic_first_order_con_law.cpp.
using OpBodyForce |
Definition at line 65 of file dynamic_first_order_con_law.cpp.
using OpBodyForceVector |
Definition at line 70 of file dynamic_first_order_con_law.cpp.
using OpForce = BoundaryNaturalBC::OpFlux<NaturalForceMeshsets, 1, SPACE_DIM> |
Definition at line 88 of file dynamic_first_order_con_law.cpp.
using OpGradTimesPiola |
Definition at line 82 of file dynamic_first_order_con_law.cpp.
using OpGradTimesTensor2 |
Definition at line 74 of file dynamic_first_order_con_law.cpp.
using OpInertiaForce |
using OpMassF |
Definition at line 59 of file dynamic_first_order_con_law.cpp.
using OpMassV |
Definition at line 57 of file dynamic_first_order_con_law.cpp.
using OpRhsTestPiola |
Definition at line 78 of file dynamic_first_order_con_law.cpp.
using PostProcEle = PostProcBrokenMeshInMoab<DomainEle> |
Definition at line 30 of file dynamic_first_order_con_law.cpp.
Definition at line 55 of file dynamic_first_order_con_law.cpp.
Definition at line 53 of file dynamic_first_order_con_law.cpp.
using PostProcFaceEle |
Definition at line 31 of file dynamic_first_order_con_law.cpp.
Definition at line 37 of file dynamic_first_order_con_law.cpp.
using SideEle = PostProcEleByDim<SPACE_DIM>::SideEle |
Definition at line 54 of file dynamic_first_order_con_law.cpp.
int main | ( | int | argc, |
char * | argv[] ) |
[Register MoFEM discrete manager in PETSc]
[Register MoFEM discrete manager in PETSc
[Create MoAB]
< mesh database
< mesh database interface
[Create MoAB]
[Create MoFEM]
< finite element database
< finite element database interface
[Create MoFEM]
[Example]
[Example]
Definition at line 1213 of file dynamic_first_order_con_law.cpp.
|
inline |
Definition at line 14 of file dynamic_first_order_con_law.cpp.
|
inline |
Definition at line 19 of file dynamic_first_order_con_law.cpp.
double bulk_modulus_K = young_modulus / (3. * (1. - 2. * poisson_ratio)) |
Definition at line 96 of file dynamic_first_order_con_law.cpp.
|
static |
[Check]
Definition at line 1211 of file dynamic_first_order_con_law.cpp.
double lamme_lambda |
Definition at line 99 of file dynamic_first_order_con_law.cpp.
double mu = young_modulus / (2. * (1. + poisson_ratio)) |
Definition at line 98 of file dynamic_first_order_con_law.cpp.
|
constexpr |
Save field DOFS on vertices/tags.
Definition at line 93 of file dynamic_first_order_con_law.cpp.
|
constexpr |
Definition at line 95 of file dynamic_first_order_con_law.cpp.
double shear_modulus_G = young_modulus / (2. * (1. + poisson_ratio)) |
Definition at line 97 of file dynamic_first_order_con_law.cpp.
|
constexpr |
Definition at line 24 of file dynamic_first_order_con_law.cpp.
|
static |
Definition at line 405 of file dynamic_first_order_con_law.cpp.
|
constexpr |
Definition at line 94 of file dynamic_first_order_con_law.cpp.