v0.15.0
Loading...
Searching...
No Matches
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 382 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 592 of file SetUpSchurImpl.cpp.

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

◆ setUp()

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

Implemented in SetUpSchurImpl, and SetUpSchurImpl.


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