35 #ifndef NEKTAR_SOLVERS_LINEARELASTICSOLVER_EQUATIONSYSTEMS_ITERELASSYSTEM_H 36 #define NEKTAR_SOLVERS_LINEARELASTICSOLVER_EQUATIONSYSTEMS_ITERELASSYSTEM_H 44 using namespace SolverUtils;
84 virtual void v_InitObject();
86 virtual void v_DoSolve();
88 void WriteGeometry(
const int i);
std::shared_ptr< MeshGraph > MeshGraphSharedPtr
Class for iterative elastic system, in which linear elasticity is applied in substeps to attain a lar...
static EquationSystemSharedPtr create(const LibUtilities::SessionReaderSharedPtr &pSession, const SpatialDomains::MeshGraphSharedPtr &pGraph)
Creates an instance of this class.
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
std::vector< std::pair< std::string, std::string > > SummaryList
static std::string className
Name of class.
int m_numSteps
Number of steps to split deformation across.
bool m_repeatBCs
Flag determining whether to repeat boundary conditions.
Array< OneD, Array< OneD, Array< OneD, NekDouble > > > m_savedBCs
Storage for boundary conditions.
Base class for linear elastic system.
std::vector< int > m_toDeform
Vector of boundary regions to deform.
std::shared_ptr< SessionReader > SessionReaderSharedPtr
std::shared_ptr< EquationSystem > EquationSystemSharedPtr
A shared pointer to an EquationSystem object.