|  | v0.15.0 | 
Go to the source code of this file.
| Classes | |
| struct | DomainBCs | 
| [Define entities]  More... | |
| struct | BoundaryBCs | 
| Boundary conditions marker.  More... | |
| struct | PostProcEleByDim< 2 > | 
| struct | PostProcEleByDim< 3 > | 
| Typedefs | |
| using | EntData = EntitiesFieldData::EntData | 
| [Define entities] | |
| using | DomainEle = PipelineManager::ElementsAndOpsByDim< SPACE_DIM >::DomainEle | 
| using | BoundaryEle = PipelineManager::ElementsAndOpsByDim< SPACE_DIM >::BoundaryEle | 
| using | DomainEleOp = DomainEle::UserDataOperator | 
| using | BoundaryEleOp = BoundaryEle::UserDataOperator | 
| using | DomainRhsBCs = NaturalBC< DomainEleOp >::Assembly< A >::LinearForm< I > | 
| using | OpDomainRhsBCs = DomainRhsBCs::OpFlux< DomainBCs, 1, SPACE_DIM > | 
| using | BoundaryRhsBCs = NaturalBC< BoundaryEleOp >::Assembly< A >::LinearForm< I > | 
| using | OpBoundaryRhsBCs = BoundaryRhsBCs::OpFlux< BoundaryBCs, 1, SPACE_DIM > | 
| using | BoundaryLhsBCs = NaturalBC< BoundaryEleOp >::Assembly< A >::BiLinearForm< I > | 
| using | OpBoundaryLhsBCs = BoundaryLhsBCs::OpFlux< BoundaryBCs, 1, SPACE_DIM > | 
| using | PostProcEleDomain = PostProcEleByDim< SPACE_DIM >::PostProcEleDomain | 
| using | SideEle = PostProcEleByDim< SPACE_DIM >::SideEle | 
| using | PostProcEleBdy = PostProcEleByDim< SPACE_DIM >::PostProcEleBdy | 
| Functions | |
| int | main (int argc, char *argv[]) | 
| Variables | |
| constexpr int | BASE_DIM = 1 | 
| constexpr int | SPACE_DIM | 
| [Define dimension] | |
| constexpr AssemblyType | A | 
| [Define dimension] | |
| constexpr IntegrationType | I | 
| static char | help [] = "...\n\n" | 
Definition at line 32 of file elastic.cpp.
Definition at line 35 of file elastic.cpp.
| using BoundaryLhsBCs = NaturalBC<BoundaryEleOp>::Assembly<A>::BiLinearForm<I> | 
Definition at line 45 of file elastic.cpp.
| using BoundaryRhsBCs = NaturalBC<BoundaryEleOp>::Assembly<A>::LinearForm<I> | 
Definition at line 43 of file elastic.cpp.
Definition at line 31 of file elastic.cpp.
Definition at line 34 of file elastic.cpp.
| using DomainRhsBCs = NaturalBC<DomainEleOp>::Assembly<A>::LinearForm<I> | 
Definition at line 41 of file elastic.cpp.
| using EntData = EntitiesFieldData::EntData | 
[Define entities]
Definition at line 30 of file elastic.cpp.
| using OpBoundaryLhsBCs = BoundaryLhsBCs::OpFlux<BoundaryBCs, 1, SPACE_DIM> | 
Definition at line 46 of file elastic.cpp.
| using OpBoundaryRhsBCs = BoundaryRhsBCs::OpFlux<BoundaryBCs, 1, SPACE_DIM> | 
Definition at line 44 of file elastic.cpp.
| using OpDomainRhsBCs = DomainRhsBCs::OpFlux<DomainBCs, 1, SPACE_DIM> | 
Definition at line 42 of file elastic.cpp.
Definition at line 64 of file elastic.cpp.
Definition at line 62 of file elastic.cpp.
| using SideEle = PostProcEleByDim<SPACE_DIM>::SideEle | 
Definition at line 63 of file 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 70 of file elastic.cpp.
| 
 | constexpr | 
[Define dimension]
Definition at line 22 of file elastic.cpp.
| 
 | constexpr | 
Definition at line 16 of file elastic.cpp.
| 
 | static | 
Definition at line 68 of file elastic.cpp.
| 
 | constexpr | 
Definition at line 26 of file elastic.cpp.
| 
 | constexpr | 
[Define dimension]
Definition at line 19 of file elastic.cpp.
