36 #ifndef EXPLIST2DHOMO1D_H
37 #define EXPLIST2DHOMO1D_H
45 namespace MultiRegions
49 class ExpList2DHomogeneous1D;
52 typedef std::shared_ptr<ExpList2DHomogeneous1D>
55 typedef std::vector< ExpList2DHomogeneous1DSharedPtr >
72 const bool dealiasing,
82 const bool dealiasing,
121 std::ostream &outfile,
126 std::ostream &outfile,
#define MULTI_REGIONS_EXPORT
Describes the specification for a Basis.
Abstraction of a two-dimensional multi-elemental expansion which is merely a collection of local expa...
void SetCoeffPhys(void)
Definition of the total number of degrees of freedom and quadrature points. Sets up the storage for m...
virtual void v_GetNormals(Array< OneD, Array< OneD, NekDouble > > &normals)
Populate normals with the normals of all expansions.
virtual ~ExpList2DHomogeneous1D()
Destructor.
virtual void v_WriteTecplotZone(std::ostream &outfile, int expansion)
ExpList2DHomogeneous1D()
Default constructor.
virtual void v_WriteVtkPieceHeader(std::ostream &outfile, int expansion, int istrip)
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 void v_GetCoords(Array< OneD, NekDouble > &coord_0, Array< OneD, NekDouble > &coord_1, Array< OneD, NekDouble > &coord_2)
Abstraction of a two-dimensional multi-elemental expansion which is merely a collection of local expa...
std::shared_ptr< SessionReader > SessionReaderSharedPtr
std::shared_ptr< Comm > CommSharedPtr
Pointer to a Communicator object.
std::shared_ptr< ExpList2DHomogeneous1D > ExpList2DHomogeneous1DSharedPtr
Shared pointer to an ExpList2DHomogeneous1D object.
std::vector< ExpList2DHomogeneous1DSharedPtr > ExpList2DHomogeneous1DVector
Vector of pointers to ExpList2DHomogeneous1D objects.
std::shared_ptr< MeshGraph > MeshGraphSharedPtr
The above copyright notice and this permission notice shall be included.
static Array< OneD, NekDouble > NullNekDouble1DArray