v0.15.4
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
EshelbianCore::SetUpSchur Struct Referenceabstract

#include "users_modules/eshelbian_plasticity/src/EshelbianCore.hpp"

Inheritance diagram for EshelbianCore::SetUpSchur:
[legend]

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 429 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
/home/lk58p/mofem_install/vanilla_dev_release/mofem-cephas/mofem/users_modules/eshelbian_plasticity/src/impl/EshelbianPlasticity.cpp.

Definition at line 594 of file SetUpSchurImpl.cpp.

595 {
596 return boost::shared_ptr<SetUpSchur>(
597 new SetUpSchurImpl(m_field, ep_core_ptr));
598}

◆ setUp()

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

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