v0.14.0 |
Go to the source code of this file.
Classes | |
struct | ElementsAndOps< DIM > |
struct | ElementsAndOps< 2 > |
struct | ElementsAndOps< 3 > |
struct | Example |
[Example] More... | |
struct | Monitor |
[Push operators to pipeline] More... | |
Typedefs | |
using | EntData = EntitiesFieldData::EntData |
using | DomainEle = ElementsAndOps< SPACE_DIM >::DomainEle |
using | DomainEleOp = DomainEle::UserDataOperator |
using | PostProcEle = PostProcBrokenMeshInMoab< DomainEle > |
using | OpMass = FormsIntegrators< DomainEleOp >::Assembly< PETSC >::BiLinearForm< GAUSS >::OpMass< 1, SPACE_DIM > |
using | OpInertiaForce = FormsIntegrators< DomainEleOp >::Assembly< PETSC >::LinearForm< GAUSS >::OpBaseTimesVector< 1, SPACE_DIM, 1 > |
using | DomainNaturalBC = NaturalBC< DomainEleOp >::Assembly< PETSC >::LinearForm< GAUSS > |
using | OpBodyForceVector = DomainNaturalBC::OpFlux< NaturalMeshsetTypeVectorScaling< BLOCKSET >, 1, SPACE_DIM > |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
constexpr int | SPACE_DIM |
constexpr double | rho = 1 |
constexpr double | omega = 2.4 |
constexpr double | young_modulus = 1 |
constexpr double | poisson_ratio = 0.25 |
static double * | ts_time_ptr |
static double * | ts_aa_ptr |
static char | help [] = "...\n\n" |
[Check] More... | |
using DomainEle = ElementsAndOps<SPACE_DIM>::DomainEle |
Definition at line 27 of file nonlinear_dynamic_elastic.cpp.
Definition at line 28 of file nonlinear_dynamic_elastic.cpp.
using DomainNaturalBC = NaturalBC<DomainEleOp>::Assembly<PETSC>::LinearForm<GAUSS> |
Definition at line 37 of file nonlinear_dynamic_elastic.cpp.
using EntData = EntitiesFieldData::EntData |
Definition at line 26 of file nonlinear_dynamic_elastic.cpp.
using OpBodyForceVector = DomainNaturalBC::OpFlux<NaturalMeshsetTypeVectorScaling<BLOCKSET>, 1, SPACE_DIM> |
Definition at line 40 of file nonlinear_dynamic_elastic.cpp.
using OpInertiaForce = FormsIntegrators<DomainEleOp>::Assembly< PETSC>::LinearForm<GAUSS>::OpBaseTimesVector<1, SPACE_DIM, 1> |
Definition at line 34 of file nonlinear_dynamic_elastic.cpp.
using OpMass = FormsIntegrators<DomainEleOp>::Assembly<PETSC>::BiLinearForm< GAUSS>::OpMass<1, SPACE_DIM> |
Definition at line 32 of file nonlinear_dynamic_elastic.cpp.
using PostProcEle = PostProcBrokenMeshInMoab<DomainEle> |
Definition at line 29 of file nonlinear_dynamic_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 446 of file nonlinear_dynamic_elastic.cpp.
|
static |
[Check]
Definition at line 444 of file nonlinear_dynamic_elastic.cpp.
|
constexpr |
Definition at line 43 of file nonlinear_dynamic_elastic.cpp.
|
constexpr |
Definition at line 45 of file nonlinear_dynamic_elastic.cpp.
|
constexpr |
Definition at line 42 of file nonlinear_dynamic_elastic.cpp.
|
constexpr |
Definition at line 23 of file nonlinear_dynamic_elastic.cpp.
|
static |
Definition at line 51 of file nonlinear_dynamic_elastic.cpp.
|
static |
Definition at line 50 of file nonlinear_dynamic_elastic.cpp.
|
constexpr |
Definition at line 44 of file nonlinear_dynamic_elastic.cpp.