![]() |
v0.15.0 |
#include <MoFEM.hpp>#include <MatrixFunction.hpp>#include <ContactNaturalBC.hpp>#include <HenckyOps.hpp>#include <ADOLCPlasticity.hpp>#include <ADOLCPlasticityLargeStrain.hpp>#include <ADOLCPlasticityMaterialModels.hpp>Go to the source code of this file.
Classes | |
| struct | ElementsAndOps< 2 > |
| struct | ElementsAndOps< 3 > |
| struct | PlasticProblem |
| struct | Monitor |
| [Push operators to pipeline] More... | |
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| constexpr int | SPACE_DIM |
| constexpr FieldSpace | CONTACT_SPACE = ElementsAndOps<SPACE_DIM>::CONTACT_SPACE |
| double | scale = 1. |
| static boost::shared_ptr< TSUpdate > | ts_update_ptr = nullptr |
| static char | help [] = "...\n\n" |
| [Check] | |
Select finite element type for integrate on boundary based on problem dimension
Definition at line 27 of file adolc_plasticity.cpp.
Operators used to assemble boundary integrals
Definition at line 35 of file adolc_plasticity.cpp.
| using BoundaryLhsBCs = NaturalBC<BoundaryEleOp>::Assembly<PETSC>::BiLinearForm<GAUSS> |
Use Gauss quadrature rule and PETSc assembly to integrate neural boundary conditions. Select bi-linear forms operators.
Definition at line 69 of file adolc_plasticity.cpp.
| using BoundaryRhsBCs = NaturalBC<BoundaryEleOp>::Assembly<PETSC>::LinearForm<GAUSS> |
Use Gauss quadrature rule and PETSc assembly to integrate neural boundary conditions. Select linear forms operators.
Definition at line 57 of file adolc_plasticity.cpp.
Select finite element type for integration on domain based on problem dimension
Definition at line 22 of file adolc_plasticity.cpp.
Operators used to assemble domain integrals
Definition at line 31 of file adolc_plasticity.cpp.
| using DomainNaturalBC = NaturalBC<DomainEleOp>::Assembly<PETSC>::LinearForm<GAUSS> |
Linear forms used to integrate body forces
Definition at line 39 of file adolc_plasticity.cpp.
| using EntData = EntitiesFieldData::EntData |
Definition at line 17 of file adolc_plasticity.cpp.
| using OpBodyForce = DomainNaturalBC::OpFlux<NaturalMeshsetType<BLOCKSET>, 1, SPACE_DIM> |
Select linear froms reading data from blockest (e.g. "BODY_FORCE") and applying body force.
Definition at line 45 of file adolc_plasticity.cpp.
| using OpBoundaryLhsBCs = BoundaryLhsBCs::OpFlux<ContactOps::BoundaryBCs, 1, SPACE_DIM> |
Use specialization from adv-1 integrating boundary conditions on forces and with springs
Definition at line 75 of file adolc_plasticity.cpp.
| using OpBoundaryRhsBCs = BoundaryRhsBCs::OpFlux<ContactOps::BoundaryBCs, 1, SPACE_DIM> |
Definition at line 63 of file adolc_plasticity.cpp.
Definition at line 104 of file adolc_plasticity.cpp.
Definition at line 102 of file adolc_plasticity.cpp.
| using SideEle = ElementsAndOps<SPACE_DIM>::SideEle |
Definition at line 103 of file adolc_plasticity.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]
Definition at line 1344 of file adolc_plasticity.cpp.
|
constexpr |
Definition at line 100 of file adolc_plasticity.cpp.
|
static |
[Check]
Definition at line 1342 of file adolc_plasticity.cpp.
| double scale = 1. |
Definition at line 106 of file adolc_plasticity.cpp.
|
constexpr |
Definition at line 14 of file adolc_plasticity.cpp.
|
static |
Definition at line 792 of file adolc_plasticity.cpp.