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

#include <users_modules/eshelbian_plasticty/src/EshelbianPlasticity.hpp>

Public Member Functions

virtual MoFEMErrorCode setUp (KSP solver)=0
 
virtual MoFEMErrorCode preProc ()=0
 
virtual MoFEMErrorCode postProc ()=0
 

Static Public Member Functions

static boost::shared_ptr< SetUpSchurcreateSetUpSchur (MoFEM::Interface &m_field, SmartPetscObj< Mat > m, SmartPetscObj< Mat > p, EshelbianCore *ep_core_ptr)
 

Protected Member Functions

 SetUpSchur ()=default
 

Detailed Description

Definition at line 1030 of file EshelbianPlasticity.hpp.

Constructor & Destructor Documentation

◆ SetUpSchur()

EshelbianPlasticity::EshelbianCore::SetUpSchur::SetUpSchur ( )
protecteddefault

Member Function Documentation

◆ createSetUpSchur()

boost::shared_ptr< EshelbianCore::SetUpSchur > SetUpSchur::createSetUpSchur ( MoFEM::Interface m_field,
SmartPetscObj< Mat >  m,
SmartPetscObj< Mat >  p,
EshelbianCore ep_core_ptr 
)
static

Definition at line 221 of file SetUpSchurImpl.cpp.

224 {
225 return boost::shared_ptr<SetUpSchur>(
226 new SetUpSchurImpl(m_field, m, p, ep_core_ptr));
227}
static Index< 'p', 3 > p
FTensor::Index< 'm', SPACE_DIM > m

◆ postProc()

virtual MoFEMErrorCode EshelbianPlasticity::EshelbianCore::SetUpSchur::postProc ( )
pure virtual

◆ preProc()

virtual MoFEMErrorCode EshelbianPlasticity::EshelbianCore::SetUpSchur::preProc ( )
pure virtual

◆ setUp()

virtual MoFEMErrorCode EshelbianPlasticity::EshelbianCore::SetUpSchur::setUp ( KSP  solver)
pure virtual

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