v0.14.0
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
EshelbianCore::SetUpSchur Struct Referenceabstract

#include <users_modules/eshelbian_plasticit/src/EshelbianCore.hpp>

Public Member Functions

virtual MoFEMErrorCode setUp (TS)=0
 

Static Public Member Functions

static boost::shared_ptr< SetUpSchurcreateSetUpSchur (MoFEM::Interface &m_field, EshelbianCore *ep_core_ptr)
 

Protected Member Functions

 SetUpSchur ()=default
 

Detailed Description

Definition at line 264 of file EshelbianCore.hpp.

Constructor & Destructor Documentation

◆ SetUpSchur()

EshelbianCore::SetUpSchur::SetUpSchur ( )
protecteddefault

Member Function Documentation

◆ createSetUpSchur()

boost::shared_ptr< EshelbianCore::SetUpSchur > EshelbianCore::SetUpSchur::createSetUpSchur ( MoFEM::Interface m_field,
EshelbianCore ep_core_ptr 
)
static
Examples
EshelbianPlasticity.cpp.

Definition at line 578 of file SetUpSchurImpl.cpp.

579  {
580  return boost::shared_ptr<SetUpSchur>(
581  new SetUpSchurImpl(m_field, ep_core_ptr));
582 }

◆ setUp()

virtual MoFEMErrorCode EshelbianCore::SetUpSchur::setUp ( TS  )
pure virtual

The documentation for this struct was generated from the following files:
SetUpSchurImpl
Definition: test_broken_space.cpp:519