36 #ifndef EXPLIST1DHOMO2D_H
37 #define EXPLIST1DHOMO2D_H
45 namespace MultiRegions
49 class ExpList1DHomogeneous2D;
70 const bool dealiasing,
#define MULTI_REGIONS_EXPORT
Describes the specification for a Basis.
Abstraction of a one-dimensional multi-elemental expansion which is merely a collection of local expa...
virtual void v_WriteTecplotZone(std::ostream &outfile, int expansion)
ExpList1DHomogeneous2D()
Default constructor.
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 .
virtual ~ExpList1DHomogeneous2D()
Destructor.
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)
void SetCoeffPhys(void)
Definition of the total number of degrees of freedom and quadrature points. Sets up the storage for m...
Abstraction of a two-dimensional multi-elemental expansion which is merely a collection of local expa...
std::shared_ptr< SessionReader > SessionReaderSharedPtr
std::vector< ExpList1DHomogeneous2DSharedPtr > ExpList1DHomogeneous2DVector
Vector of pointers to ExpList1DHomogeneous2D objects.
std::shared_ptr< ExpList1DHomogeneous2D > ExpList1DHomogeneous2DSharedPtr
Shared pointer to an ExpList1DHomogeneous2D object.
The above copyright notice and this permission notice shall be included.
static Array< OneD, NekDouble > NullNekDouble1DArray