v0.14.0 |
#include <MoFEM.hpp>
#include <MatrixFunction.hpp>
#include <ContactNaturalBC.hpp>
#include <ADOLCPlasticity.hpp>
#include <ADOLCPlasticityMaterialModels.hpp>
Go to the source code of this file.
Classes | |
struct | ElementsAndOps< DIM > |
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] More... | |
Select finite element type for integrate on boundary based on problem dimension
Definition at line 28 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 70 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 58 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 40 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 46 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 76 of file adolc_plasticity.cpp.
using OpBoundaryRhsBCs = BoundaryRhsBCs::OpFlux<ContactOps::BoundaryBCs, 1, SPACE_DIM> |
Definition at line 64 of file adolc_plasticity.cpp.
using PostProcEleBdy = ElementsAndOps<SPACE_DIM>::PostProcEleBdy |
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 1189 of file adolc_plasticity.cpp.
|
constexpr |
Definition at line 100 of file adolc_plasticity.cpp.
|
static |
double scale = 1. |
Definition at line 109 of file adolc_plasticity.cpp.
|
constexpr |
Definition at line 14 of file adolc_plasticity.cpp.
|
static |
Definition at line 690 of file adolc_plasticity.cpp.