v0.14.0
Public Member Functions | Static Public Member Functions | List of all members
PlasticOps::AddHOOps< 2, 2, 2 > Struct Reference

Public Member Functions

 AddHOOps ()=delete
 

Static Public Member Functions

static MoFEMErrorCode add (boost::ptr_deque< ForcesAndSourcesCore::UserDataOperator > &pipeline, std::vector< FieldSpace > space, std::string geom_field_name)
 

Detailed Description

Definition at line 203 of file plastic.cpp.

Constructor & Destructor Documentation

◆ AddHOOps()

PlasticOps::AddHOOps< 2, 2, 2 >::AddHOOps ( )
delete

Member Function Documentation

◆ add()

MoFEMErrorCode PlasticOps::AddHOOps< 2, 2, 2 >::add ( boost::ptr_deque< ForcesAndSourcesCore::UserDataOperator > &  pipeline,
std::vector< FieldSpace space,
std::string  geom_field_name 
)
static

Definition at line 1744 of file plastic.cpp.

1746  {
1748  constexpr bool scale_l2 = false;
1749  if (scale_l2) {
1750  CHKERR scaleL2<2, 2, 2>(pipeline, geom_field_name);
1751  }
1752  CHKERR MoFEM::AddHOOps<2, 2, 2>::add(pipeline, spaces, geom_field_name,
1753  nullptr, nullptr, nullptr);
1755 }

The documentation for this struct was generated from the following file:
CHKERR
#define CHKERR
Inline error check.
Definition: definitions.h:548
MoFEM::AddHOOps
Add operators pushing bases from local to physical configuration.
Definition: HODataOperators.hpp:415
MoFEMFunctionReturn
#define MoFEMFunctionReturn(a)
Last executable line of each PETSc function used for error handling. Replaces return()
Definition: definitions.h:429
MoFEMFunctionBegin
#define MoFEMFunctionBegin
First executable line of each MoFEM function, used for error handling. Final line of MoFEM functions ...
Definition: definitions.h:359