![]() |
v0.14.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... | |
Typedefs | |
using | DomainEle = PipelineManager::ElementsAndOpsByDim<SPACE_DIM>::DomainEle |
using | BoundaryEle |
using | DomainNaturalBC |
using | OpBodyForce |
using | BoundaryRhsBCs |
using | OpBoundaryRhsBCs |
using | BoundaryLhsBCs |
using | OpBoundaryLhsBCs |
using | PostProcEleDomain = ElementsAndOps<SPACE_DIM>::PostProcEleDomain |
using | SideEle = ElementsAndOps<SPACE_DIM>::SideEle |
using | PostProcEleBdy = ElementsAndOps<SPACE_DIM>::PostProcEleBdy |
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] | |
using BoundaryEle |
Select finite element type for integrate on boundary based on problem dimension
Definition at line 27 of file adolc_plasticity.cpp.
using BoundaryLhsBCs |
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 |
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.
using DomainNaturalBC |
Linear forms used to integrate body forces
Definition at line 39 of file adolc_plasticity.cpp.
using OpBodyForce |
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 |
Use specialization from adv-1 integrating boundary conditions on forces and with springs
Definition at line 75 of file adolc_plasticity.cpp.
using OpBoundaryRhsBCs |
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 1342 of file adolc_plasticity.cpp.
|
constexpr |
Definition at line 100 of file adolc_plasticity.cpp.
|
static |
[Check]
Definition at line 1340 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.