![]() |
v0.15.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... | |
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] | |
Definition at line 33 of file dynamic_first_order_con_law.cpp.
Definition at line 35 of file dynamic_first_order_con_law.cpp.
| using BoundaryNaturalBC = NaturalBC<BoundaryEleOp>::Assembly<PETSC>::LinearForm<GAUSS> |
Definition at line 85 of file dynamic_first_order_con_law.cpp.
Definition at line 27 of file dynamic_first_order_con_law.cpp.
Definition at line 28 of file dynamic_first_order_con_law.cpp.
| using DomainNaturalBC = NaturalBC<DomainEleOp>::Assembly<PETSC>::LinearForm<GAUSS> |
Definition at line 67 of file dynamic_first_order_con_law.cpp.
| using EntData = EntitiesFieldData::EntData |
Definition at line 26 of file dynamic_first_order_con_law.cpp.
| using OpBodyForce = FormsIntegrators<DomainEleOp>::Assembly<PETSC>::LinearForm< GAUSS>::OpBaseTimesVector<1, SPACE_DIM, 0> |
Definition at line 64 of file dynamic_first_order_con_law.cpp.
| using OpBodyForceVector = DomainNaturalBC::OpFlux<NaturalMeshsetTypeVectorScaling<BLOCKSET>, 1, SPACE_DIM> |
Definition at line 69 of file dynamic_first_order_con_law.cpp.
| using OpForce = BoundaryNaturalBC::OpFlux<NaturalForceMeshsets, 1, SPACE_DIM> |
Definition at line 87 of file dynamic_first_order_con_law.cpp.
| using OpGradTimesPiola = FormsIntegrators<DomainEleOp>::Assembly<AssemblyType::PETSC>::LinearForm< IntegrationType::GAUSS>::OpGradTimesTensor<1, SPACE_DIM, SPACE_DIM> |
Definition at line 81 of file dynamic_first_order_con_law.cpp.
| using OpGradTimesTensor2 = FormsIntegrators<DomainEleOp>::Assembly<AssemblyType::PETSC>::LinearForm< IntegrationType::GAUSS>::OpGradTimesTensor<1, SPACE_DIM, SPACE_DIM> |
Definition at line 73 of file dynamic_first_order_con_law.cpp.
| using OpInertiaForce = FormsIntegrators<DomainEleOp>::Assembly< PETSC>::LinearForm<GAUSS>::OpBaseTimesVector<1, SPACE_DIM, 1> |
Definition at line 61 of file dynamic_first_order_con_law.cpp.
| using OpMassF = FormsIntegrators<DomainEleOp>::Assembly<PETSC>::BiLinearForm< GAUSS>::OpMass<1, SPACE_DIM * SPACE_DIM> |
Definition at line 58 of file dynamic_first_order_con_law.cpp.
| using OpMassV = FormsIntegrators<DomainEleOp>::Assembly<PETSC>::BiLinearForm< GAUSS>::OpMass<1, SPACE_DIM> |
Definition at line 56 of file dynamic_first_order_con_law.cpp.
| using OpRhsTestPiola = FormsIntegrators<DomainEleOp>::Assembly<AssemblyType::PETSC>::LinearForm< IntegrationType::GAUSS>::OpBaseTimesVector<1, SPACE_DIM * SPACE_DIM, 1> |
Definition at line 77 of file dynamic_first_order_con_law.cpp.
| using PostProcEle = PostProcBrokenMeshInMoab<DomainEle> |
Definition at line 29 of file dynamic_first_order_con_law.cpp.
Definition at line 54 of file dynamic_first_order_con_law.cpp.
Definition at line 52 of file dynamic_first_order_con_law.cpp.
Definition at line 30 of file dynamic_first_order_con_law.cpp.
Definition at line 36 of file dynamic_first_order_con_law.cpp.
| using SideEle = PostProcEleByDim<SPACE_DIM>::SideEle |
Definition at line 53 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 1190 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.
|
constexpr |
Definition at line 95 of file dynamic_first_order_con_law.cpp.
|
static |
[Check]
Definition at line 1188 of file dynamic_first_order_con_law.cpp.
| double lamme_lambda |
Definition at line 98 of file dynamic_first_order_con_law.cpp.
| double mu = young_modulus / (2. * (1. + poisson_ratio)) |
Definition at line 97 of file dynamic_first_order_con_law.cpp.
|
constexpr |
Save field DOFS on vertices/tags.
Definition at line 92 of file dynamic_first_order_con_law.cpp.
|
constexpr |
Definition at line 94 of file dynamic_first_order_con_law.cpp.
|
constexpr |
Definition at line 96 of file dynamic_first_order_con_law.cpp.
|
constexpr |
Definition at line 23 of file dynamic_first_order_con_law.cpp.
|
static |
Definition at line 404 of file dynamic_first_order_con_law.cpp.
|
constexpr |
Definition at line 93 of file dynamic_first_order_con_law.cpp.