![]() |
v0.15.0 |
Go to the source code of this file.
Classes | |
| struct | ElementsAndOps< DIM > |
| struct | ElementsAndOps< 2 > |
| struct | ElementsAndOps< 3 > |
| struct | Example |
| [Example] More... | |
Typedefs | |
| using | EntData = EntitiesFieldData::EntData |
| using | DomainEle = ElementsAndOps< SPACE_DIM >::DomainEle |
| using | DomainEleOp = DomainEle::UserDataOperator |
| using | PostProcEle = PostProcBrokenMeshInMoab< DomainEle > |
| using | OpK = FormsIntegrators< DomainEleOp >::Assembly< PETSC >::BiLinearForm< GAUSS >::OpGradSymTensorGrad< 1, SPACE_DIM, SPACE_DIM, 0 > |
| using | OpMass = FormsIntegrators< DomainEleOp >::Assembly< PETSC >::BiLinearForm< GAUSS >::OpMass< 1, SPACE_DIM > |
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| constexpr int | SPACE_DIM |
| double | rho = 7829e-12 |
| double | young_modulus = 207e3 |
| double | poisson_ratio = 0.33 |
| double | bulk_modulus_K = young_modulus / (3 * (1 - 2 * poisson_ratio)) |
| double | shear_modulus_G = young_modulus / (2 * (1 + poisson_ratio)) |
| int | order = 1 |
| static char | help [] = "...\n\n" |
| [Check] | |
| using DomainEle = ElementsAndOps<SPACE_DIM>::DomainEle |
Definition at line 29 of file eigen_elastic.cpp.
Definition at line 30 of file eigen_elastic.cpp.
| using EntData = EntitiesFieldData::EntData |
Definition at line 28 of file eigen_elastic.cpp.
| using OpK = FormsIntegrators<DomainEleOp>::Assembly<PETSC>::BiLinearForm< GAUSS>::OpGradSymTensorGrad<1, SPACE_DIM, SPACE_DIM, 0> |
Definition at line 33 of file eigen_elastic.cpp.
| using OpMass = FormsIntegrators<DomainEleOp>::Assembly<PETSC>::BiLinearForm< GAUSS>::OpMass<1, SPACE_DIM> |
Definition at line 35 of file eigen_elastic.cpp.
| using PostProcEle = PostProcBrokenMeshInMoab<DomainEle> |
Definition at line 31 of file eigen_elastic.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 insterface
[Create MoFEM]
[Example]
[Example]
Definition at line 484 of file eigen_elastic.cpp.
| double bulk_modulus_K = young_modulus / (3 * (1 - 2 * poisson_ratio)) |
Definition at line 42 of file eigen_elastic.cpp.
|
static |
[Check]
Definition at line 482 of file eigen_elastic.cpp.
| int order = 1 |
Definition at line 45 of file eigen_elastic.cpp.
| double poisson_ratio = 0.33 |
Definition at line 40 of file eigen_elastic.cpp.
| double rho = 7829e-12 |
Definition at line 38 of file eigen_elastic.cpp.
| double shear_modulus_G = young_modulus / (2 * (1 + poisson_ratio)) |
Definition at line 43 of file eigen_elastic.cpp.
|
constexpr |
Definition at line 25 of file eigen_elastic.cpp.
| double young_modulus = 207e3 |
Definition at line 39 of file eigen_elastic.cpp.