![]() |
v0.15.0 |
Go to the source code of this file.
Classes | |
| struct | PostProcEleByDim< 2 > |
| struct | PostProcEleByDim< 3 > |
| struct | Example |
| [Example] More... | |
| struct | Monitor |
| [Push operators to pipeline] More... | |
Typedefs | |
| using | EntData = EntitiesFieldData::EntData |
| using | DomainEle = PipelineManager::ElementsAndOpsByDim< SPACE_DIM >::DomainEle |
| using | BoundaryEle = PipelineManager::ElementsAndOpsByDim< SPACE_DIM >::BoundaryEle |
| using | DomainEleOp = DomainEle::UserDataOperator |
| using | BoundaryEleOp = BoundaryEle::UserDataOperator |
| using | DomainNaturalBC = NaturalBC< DomainEleOp >::Assembly< PETSC >::LinearForm< GAUSS > |
| using | OpBodyForce = DomainNaturalBC::OpFlux< NaturalMeshsetType< BLOCKSET >, 1, SPACE_DIM > |
| using | BoundaryNaturalBC = NaturalBC< BoundaryEleOp >::Assembly< PETSC >::LinearForm< GAUSS > |
| using | OpForce = BoundaryNaturalBC::OpFlux< NaturalForceMeshsets, 1, SPACE_DIM > |
| using | SideEle = PostProcEleByDim< SPACE_DIM >::SideEle |
| using | PostProcEleBdy = PostProcEleByDim< SPACE_DIM >::PostProcEleBdy |
| using | PostProcEleDomain = PostProcEleByDim< SPACE_DIM >::PostProcEleDomain |
| using | PostProcEdges = PostProcBrokenMeshInMoabBase< EdgeElementForcesAndSourcesCore > |
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| constexpr int | SPACE_DIM |
| static char | help [] = "...\n\n" |
| [Check] | |
Definition at line 19 of file nonlinear_elastic.cpp.
Definition at line 22 of file nonlinear_elastic.cpp.
| using BoundaryNaturalBC = NaturalBC<BoundaryEleOp>::Assembly<PETSC>::LinearForm<GAUSS> |
Definition at line 29 of file nonlinear_elastic.cpp.
Definition at line 18 of file nonlinear_elastic.cpp.
Definition at line 21 of file nonlinear_elastic.cpp.
| using DomainNaturalBC = NaturalBC<DomainEleOp>::Assembly<PETSC>::LinearForm<GAUSS> |
Definition at line 24 of file nonlinear_elastic.cpp.
| using EntData = EntitiesFieldData::EntData |
Definition at line 17 of file nonlinear_elastic.cpp.
| using OpBodyForce = DomainNaturalBC::OpFlux<NaturalMeshsetType<BLOCKSET>, 1, SPACE_DIM> |
Definition at line 26 of file nonlinear_elastic.cpp.
| using OpForce = BoundaryNaturalBC::OpFlux<NaturalForceMeshsets, 1, SPACE_DIM> |
Definition at line 31 of file nonlinear_elastic.cpp.
Definition at line 50 of file nonlinear_elastic.cpp.
Definition at line 48 of file nonlinear_elastic.cpp.
Definition at line 49 of file nonlinear_elastic.cpp.
| using SideEle = PostProcEleByDim<SPACE_DIM>::SideEle |
Definition at line 47 of file nonlinear_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 interface
[Create MoFEM]
[Example]
[Example]
Definition at line 584 of file nonlinear_elastic.cpp.
|
static |
[Check]
Definition at line 582 of file nonlinear_elastic.cpp.
|
constexpr |
Definition at line 14 of file nonlinear_elastic.cpp.