![]() |
v0.13.0 |
#include <MoFEM.hpp>
#include <MatrixFunction.hpp>
#include <PostProcOnRefMesh.hpp>
#include <HenckyOps.hpp>
#include <OpPostProcElastic.hpp>
Go to the source code of this file.
Classes | |
struct | ElementsAndOps< DIM > |
struct | ElementsAndOps< 3 > |
struct | Example |
[Example] More... | |
struct | Monitor |
[Push operators to pipeline] More... | |
Typedefs | |
using | EntData = DataForcesAndSourcesCore::EntData |
using | DomainEle = ElementsAndOps< SPACE_DIM >::DomainEle |
using | DomainEleOp = ElementsAndOps< SPACE_DIM >::DomainEleOp |
using | PostProcEle = ElementsAndOps< SPACE_DIM >::PostProcEle |
using | OpK = FormsIntegrators< DomainEleOp >::Assembly< PETSC >::BiLinearForm< GAUSS >::OpGradTensorGrad< 1, SPACE_DIM, SPACE_DIM, 1 > |
using | OpMass = FormsIntegrators< DomainEleOp >::Assembly< PETSC >::BiLinearForm< GAUSS >::OpMass< 1, SPACE_DIM > |
using | OpInternalForce = FormsIntegrators< DomainEleOp >::Assembly< PETSC >::LinearForm< GAUSS >::OpGradTimesTensor< 1, SPACE_DIM, SPACE_DIM > |
using | OpBodyForce = FormsIntegrators< DomainEleOp >::Assembly< PETSC >::LinearForm< GAUSS >::OpSource< 1, SPACE_DIM > |
using | OpInertiaForce = FormsIntegrators< DomainEleOp >::Assembly< PETSC >::LinearForm< GAUSS >::OpBaseTimesVector< 1, SPACE_DIM, 1 > |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
constexpr int | SPACE_DIM = 3 |
constexpr bool | is_quasi_static = false |
constexpr double | rho = 1 |
constexpr double | omega = 2.4 |
constexpr double | young_modulus = 1 |
constexpr double | poisson_ratio = 0.25 |
constexpr double | bulk_modulus_K = young_modulus / (3 * (1 - 2 * poisson_ratio)) |
constexpr double | shear_modulus_G = young_modulus / (2 * (1 + poisson_ratio)) |
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 40 of file cornea_elastic.cpp.
using DomainEleOp = ElementsAndOps<SPACE_DIM>::DomainEleOp |
Definition at line 41 of file cornea_elastic.cpp.
using EntData = DataForcesAndSourcesCore::EntData |
Definition at line 39 of file cornea_elastic.cpp.
using OpBodyForce = FormsIntegrators<DomainEleOp>::Assembly<PETSC>::LinearForm< GAUSS>::OpSource<1, SPACE_DIM> |
Definition at line 50 of file cornea_elastic.cpp.
using OpInertiaForce = FormsIntegrators<DomainEleOp>::Assembly< PETSC>::LinearForm<GAUSS>::OpBaseTimesVector<1, SPACE_DIM, 1> |
Definition at line 52 of file cornea_elastic.cpp.
using OpInternalForce = FormsIntegrators<DomainEleOp>::Assembly< PETSC>::LinearForm<GAUSS>::OpGradTimesTensor<1, SPACE_DIM, SPACE_DIM> |
Definition at line 48 of file cornea_elastic.cpp.
using OpK = FormsIntegrators<DomainEleOp>::Assembly<PETSC>::BiLinearForm< GAUSS>::OpGradTensorGrad<1, SPACE_DIM, SPACE_DIM, 1> |
Definition at line 44 of file cornea_elastic.cpp.
using OpMass = FormsIntegrators<DomainEleOp>::Assembly<PETSC>::BiLinearForm< GAUSS>::OpMass<1, SPACE_DIM> |
Definition at line 46 of file cornea_elastic.cpp.
using PostProcEle = ElementsAndOps<SPACE_DIM>::PostProcEle |
Definition at line 42 of file cornea_elastic.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 449 of file cornea_elastic.cpp.
|
constexpr |
Definition at line 60 of file cornea_elastic.cpp.
|
static |
[Check]
Definition at line 447 of file cornea_elastic.cpp.
|
constexpr |
Definition at line 55 of file cornea_elastic.cpp.
|
constexpr |
Definition at line 57 of file cornea_elastic.cpp.
|
constexpr |
Definition at line 59 of file cornea_elastic.cpp.
|
constexpr |
Definition at line 56 of file cornea_elastic.cpp.
|
constexpr |
Definition at line 61 of file cornea_elastic.cpp.
|
constexpr |
Definition at line 37 of file cornea_elastic.cpp.
|
static |
Definition at line 69 of file cornea_elastic.cpp.
|
static |
Definition at line 68 of file cornea_elastic.cpp.
|
constexpr |
Definition at line 58 of file cornea_elastic.cpp.