v0.15.0
Loading...
Searching...
No Matches
PlasticOps::AddHOOps< 3, 3, 3 > 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 200 of file plastic.cpp.

Constructor & Destructor Documentation

◆ AddHOOps()

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

Member Function Documentation

◆ add()

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

Definition at line 1928 of file plastic.cpp.

1930 {
1932 constexpr bool scale_l2 = false;
1933 if (scale_l2) {
1934 CHKERR scaleL2<3, 3, 3>(pipeline, geom_field_name);
1935 }
1936 CHKERR MoFEM::AddHOOps<3, 3, 3>::add(pipeline, spaces, geom_field_name,
1937 nullptr, nullptr, nullptr);
1939}
#define MoFEMFunctionBegin
First executable line of each MoFEM function, used for error handling. Final line of MoFEM functions ...
#define MoFEMFunctionReturn(a)
Last executable line of each PETSc function used for error handling. Replaces return()
#define CHKERR
Inline error check.
MoFEMErrorCode scaleL2(boost::ptr_deque< ForcesAndSourcesCore::UserDataOperator > &pipeline, std::string geom_field_name)
Definition plastic.cpp:1895
Add operators pushing bases from local to physical configuration.

The documentation for this struct was generated from the following file: