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

#include <users_modules/eshelbian_plasticit/src/EshelbianPlasticity.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 1119 of file EshelbianPlasticity.hpp.

Constructor & Destructor Documentation

◆ SetUpSchur()

EshelbianPlasticity::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

Definition at line 515 of file SetUpSchurImpl.cpp.

516  {
517  return boost::shared_ptr<SetUpSchur>(
518  new SetUpSchurImpl(m_field, ep_core_ptr));
519 }

◆ setUp()

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

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