![]() |
v0.13.2 |
elastic example More...
#include <MoFEM.hpp>
#include <ElasticSpring.hpp>
#include <CalculateTraction.hpp>
#include <NaturalDomainBC.hpp>
#include <NaturalBoundaryBC.hpp>
Go to the source code of this file.
Classes | |
struct | DomainBCs |
struct | BoundaryBCs |
struct | PostProcEleByDim< 2 > |
struct | PostProcEleByDim< 3 > |
struct | Example |
[Example] More... | |
struct | SetUpSchur |
[Push operators to pipeline] More... | |
struct | SetUpSchurImpl |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
constexpr int | SPACE_DIM |
[Define dimension] More... | |
constexpr AssemblyType | A |
constexpr IntegrationType | I |
constexpr double | young_modulus = 1 |
constexpr double | poisson_ratio = 0.3 |
constexpr double | bulk_modulus_K = young_modulus / (3 * (1 - 2 * poisson_ratio)) |
constexpr double | shear_modulus_G = young_modulus / (2 * (1 + poisson_ratio)) |
static char | help [] = "...\n\n" |
[Check] More... | |
elastic example
Definition in file elastic.cpp.
Definition at line 27 of file elastic.cpp.
Definition at line 30 of file elastic.cpp.
using BoundaryLhsBCs = NaturalBC<BoundaryEleOp>::Assembly<A>::BiLinearForm<I> |
Definition at line 44 of file elastic.cpp.
using BoundaryRhsBCs = NaturalBC<BoundaryEleOp>::Assembly<A>::LinearForm<I> |
Definition at line 42 of file elastic.cpp.
Definition at line 26 of file elastic.cpp.
Definition at line 29 of file elastic.cpp.
using DomainRhsBCs = NaturalBC<DomainEleOp>::Assembly<A>::LinearForm<I> |
Definition at line 40 of file elastic.cpp.
using EntData = EntitiesFieldData::EntData |
Definition at line 25 of file elastic.cpp.
using OpBoundaryLhsBCs = BoundaryLhsBCs::OpFlux<BoundaryBCs, 1, SPACE_DIM> |
Definition at line 45 of file elastic.cpp.
using OpBoundaryRhsBCs = BoundaryRhsBCs::OpFlux<BoundaryBCs, 1, SPACE_DIM> |
Definition at line 43 of file elastic.cpp.
using OpDomainRhsBCs = DomainRhsBCs::OpFlux<DomainBCs, 1, SPACE_DIM> |
Definition at line 41 of file elastic.cpp.
using OpEssentialLhs = EssentialBC<BoundaryEleOp>::Assembly<A>::BiLinearForm< GAUSS>::OpEssentialLhs<DisplacementCubitBcData, 1, SPACE_DIM> |
Definition at line 47 of file elastic.cpp.
using OpEssentialRhs = EssentialBC<BoundaryEleOp>::Assembly<A>::LinearForm< GAUSS>::OpEssentialRhs<DisplacementCubitBcData, 1, SPACE_DIM> |
Definition at line 49 of file elastic.cpp.
using OpInternalForce = FormsIntegrators<DomainEleOp>::Assembly<A>::LinearForm< I>::OpGradTimesSymTensor<1, SPACE_DIM, SPACE_DIM> |
Definition at line 34 of file elastic.cpp.
using OpK = FormsIntegrators<DomainEleOp>::Assembly<A>::BiLinearForm< I>::OpGradSymTensorGrad<1, SPACE_DIM, SPACE_DIM, 0> |
Definition at line 32 of file elastic.cpp.
Definition at line 68 of file elastic.cpp.
Definition at line 66 of file elastic.cpp.
using SideEle = PostProcEleByDim<SPACE_DIM>::SideEle |
Definition at line 67 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 694 of file elastic.cpp.
|
constexpr |
Definition at line 18 of file elastic.cpp.
|
constexpr |
Definition at line 78 of file elastic.cpp.
|
static |
[Check]
Definition at line 692 of file elastic.cpp.
|
constexpr |
Definition at line 22 of file elastic.cpp.
|
constexpr |
Definition at line 77 of file elastic.cpp.
|
constexpr |
Definition at line 79 of file elastic.cpp.
|
constexpr |
[Define dimension]
Definition at line 16 of file elastic.cpp.
|
constexpr |
Definition at line 76 of file elastic.cpp.