36 #ifndef NEKTAR_SOLVERS_LINEARELASTICSOLVER_EQUATIONSYSTEMS_LINELASSYSTEM_H 
   37 #define NEKTAR_SOLVERS_LINEARELASTICSOLVER_EQUATIONSYSTEMS_LINELASSYSTEM_H 
   69     void BuildMatrixSystem();
 
   71     void SetStaticCondBlock(
 
  111     virtual void v_InitObject();
 
  113     virtual void v_DoSolve();
 
  114     virtual void v_ExtraFldOutput(
 
  116         std::vector<std::string>             &variables);
 
static EquationSystemSharedPtr create(const LibUtilities::SessionReaderSharedPtr &pSession)
Creates an instance of this class. 
 
A base class for describing how to solve specific equations. 
 
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
 
std::vector< std::pair< std::string, std::string > > SummaryList
 
NekDouble m_nu
Poisson ratio. 
 
boost::shared_ptr< CoupledAssemblyMap > CoupledAssemblyMapSharedPtr
 
NekDouble m_beta
Parameter dictating amount of thermal stress to add. 
 
DNekScalBlkMatSharedPtr m_BinvD
Matrix of elemental  components. 
 
boost::shared_ptr< DNekMat > DNekMatSharedPtr
 
boost::shared_ptr< SessionReader > SessionReaderSharedPtr
 
Array< OneD, Array< OneD, NekDouble > > m_temperature
Storage for the temperature terms. 
 
Array< OneD, Array< OneD, Array< OneD, NekDouble > > > m_stress
Storage for the thermal stress terms. 
 
Base class for linear elastic system. 
 
boost::shared_ptr< EquationSystem > EquationSystemSharedPtr
A shared pointer to an EquationSystem object. 
 
static std::string className
Name of class. 
 
DNekScalBlkMatSharedPtr m_Dinv
Matrix of elemental  components. 
 
boost::shared_ptr< DNekScalBlkMat > DNekScalBlkMatSharedPtr
 
boost::shared_ptr< Expansion > ExpansionSharedPtr
 
Array< OneD, Array< OneD, unsigned int > > m_imap
Interior maps for each of the fields. 
 
DNekScalBlkMatSharedPtr m_schurCompl
Schur complement boundary-boundary matrix. 
 
DNekScalBlkMatSharedPtr m_C
Matrix of elemental  components. 
 
NekDouble m_E
Young's modulus. 
 
CoupledAssemblyMapSharedPtr m_assemblyMap
Assembly map for the coupled (u,v,w) system. 
 
Array< OneD, Array< OneD, unsigned int > > m_bmap
Boundary maps for each of the fields.