![]() |
v0.16.0 |
#include <MoFEM.hpp>#include <ElasticExample.hpp>#include <ElasticTie.hpp>#include <AnalyticalSolutions.hpp>Go to the source code of this file.
Classes | |
| struct | DomainBCs |
| [Define entities] More... | |
| struct | BoundaryBCs |
| Boundary conditions marker. More... | |
| struct | ElasticTieMeshExample |
Namespaces | |
| namespace | ElasticTie |
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 | 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 | SideEle = PipelineManager::ElementsAndOpsByDim< SPACE_DIM >::FaceSideEle |
Functions | |
| MoFEMErrorCode | ElasticTie::makeClosureMeshset (moab::Interface &moab, const Range &ents, const int max_dim, EntityHandle &meshset) |
| Range | ElasticTie::getPhysicalVolumeEntities (const Range &ents) |
| MoFEMErrorCode | ElasticTie::getPrismTriangleFaces (moab::Interface &moab, const Range &ents, Range &triangle_faces) |
| int | main (int argc, char *argv[]) |
Variables | |
| constexpr int | SPACE_DIM = EXECUTABLE_DIMENSION |
| constexpr AssemblyType | A |
| constexpr IntegrationType | I = IntegrationType::GAUSS |
| static char | help [] = "...\n\n" |
Definition at line 20 of file elastic_tie_mesh.cpp.
Definition at line 23 of file elastic_tie_mesh.cpp.
| using BoundaryLhsBCs = NaturalBC<BoundaryEleOp>::Assembly<A>::BiLinearForm<I> |
Definition at line 32 of file elastic_tie_mesh.cpp.
| using BoundaryRhsBCs = NaturalBC<BoundaryEleOp>::Assembly<A>::LinearForm<I> |
Definition at line 30 of file elastic_tie_mesh.cpp.
Definition at line 19 of file elastic_tie_mesh.cpp.
Definition at line 22 of file elastic_tie_mesh.cpp.
| using DomainRhsBCs = NaturalBC<DomainEleOp>::Assembly<A>::LinearForm<I> |
Definition at line 28 of file elastic_tie_mesh.cpp.
| using EntData = EntitiesFieldData::EntData |
Definition at line 18 of file elastic_tie_mesh.cpp.
| using OpBoundaryLhsBCs = BoundaryLhsBCs::OpFlux<BoundaryBCs, 1, SPACE_DIM> |
Definition at line 33 of file elastic_tie_mesh.cpp.
| using OpBoundaryRhsBCs = BoundaryRhsBCs::OpFlux<BoundaryBCs, 1, SPACE_DIM> |
Definition at line 31 of file elastic_tie_mesh.cpp.
| using OpDomainRhsBCs = DomainRhsBCs::OpFlux<DomainBCs, 1, SPACE_DIM> |
Definition at line 29 of file elastic_tie_mesh.cpp.
Definition at line 34 of file elastic_tie_mesh.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 378 of file elastic_tie_mesh.cpp.
|
constexpr |
Definition at line 14 of file elastic_tie_mesh.cpp.
|
static |
Definition at line 376 of file elastic_tie_mesh.cpp.
|
constexpr |
Definition at line 16 of file elastic_tie_mesh.cpp.
|
constexpr |
Definition at line 13 of file elastic_tie_mesh.cpp.