36 #ifndef EXPLIST1DHOMO2D_H 37 #define EXPLIST1DHOMO2D_H 45 namespace MultiRegions
70 const bool dealiasing,
125 #endif//EXPLIST3DHOMO1D_H Abstraction of a two-dimensional multi-elemental expansion which is merely a collection of local expa...
static Array< OneD, NekDouble > NullNekDouble1DArray
virtual ~ExpList1DHomogeneous2D()
Destructor.
ExpList1DHomogeneous2D()
Default constructor.
void SetCoeffPhys(void)
Definition of the total number of degrees of freedom and quadrature points. Sets up the storage for m...
void GetCoords(Array< OneD, NekDouble > &coord_0, Array< OneD, NekDouble > &coord_1=NullNekDouble1DArray, Array< OneD, NekDouble > &coord_2=NullNekDouble1DArray)
This function calculates the coordinates of all the elemental quadrature points . ...
#define MULTI_REGIONS_EXPORT
std::vector< ExpList1DHomogeneous2DSharedPtr > ExpList1DHomogeneous2DVector
Vector of pointers to ExpList1DHomogeneous2D objects.
Abstraction of a one-dimensional multi-elemental expansion which is merely a collection of local expa...
virtual void v_WriteVtkPieceHeader(std::ostream &outfile, int expansion, int istrip)
virtual void v_GetCoords(Array< OneD, NekDouble > &coord_0, Array< OneD, NekDouble > &coord_1, Array< OneD, NekDouble > &coord_2)
std::shared_ptr< ExpList1DHomogeneous2D > ExpList1DHomogeneous2DSharedPtr
Shared pointer to an ExpList1DHomogeneous2D object.
virtual void v_WriteTecplotZone(std::ostream &outfile, int expansion)
Describes the specification for a Basis.
std::shared_ptr< SessionReader > SessionReaderSharedPtr