37 #ifndef EXPLIST2DHOMO1D_H
38 #define EXPLIST2DHOMO1D_H
46 namespace MultiRegions
53 typedef boost::shared_ptr<ExpList2DHomogeneous1D>
56 typedef std::vector< ExpList2DHomogeneous1DSharedPtr >
76 const bool dealiasing,
86 const bool dealiasing,
91 const ExpList2DHomogeneous1D &In);
123 std::ostream &outfile,
128 std::ostream &outfile,
150 #endif//EXPLIST3DHOMO1D_H
Abstraction of a two-dimensional multi-elemental expansion which is merely a collection of local expa...
virtual ~ExpList2DHomogeneous1D()
Destructor.
static Array< OneD, NekDouble > NullNekDouble1DArray
#define MULTI_REGIONS_EXPORT
virtual void v_WriteTecplotZone(std::ostream &outfile, int expansion)
boost::shared_ptr< SessionReader > SessionReaderSharedPtr
Abstraction of a two-dimensional multi-elemental expansion which is merely a collection of local expa...
std::vector< ExpList2DHomogeneous1DSharedPtr > ExpList2DHomogeneous1DVector
Vector of pointers to ExpList2DHomogeneous1D objects.
std::vector< ExpList2DHomogeneous1DSharedPtr >::iterator ExpList2DHomogeneous1DVectorIter
Iterator for the vector of ExpList2DHomogeneous1D pointers.
virtual void v_GetCoords(Array< OneD, NekDouble > &coord_0, Array< OneD, NekDouble > &coord_1, Array< OneD, NekDouble > &coord_2)
virtual void v_GetNormals(Array< OneD, Array< OneD, NekDouble > > &normals)
void SetCoeffPhys(void)
Definition of the total number of degrees of freedom and quadrature points. Sets up the storage for m...
boost::shared_ptr< ExpList2DHomogeneous1D > ExpList2DHomogeneous1DSharedPtr
Shared pointer to an ExpList2DHomogeneous1D object.
StandardMatrixTag boost::call_traits< LhsDataType >::const_reference rhs typedef NekMatrix< LhsDataType, StandardMatrixTag >::iterator iterator
ExpList2DHomogeneous1D()
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 . ...
boost::shared_ptr< MeshGraph > MeshGraphSharedPtr
virtual void v_WriteVtkPieceHeader(std::ostream &outfile, int expansion, int istrip)
Describes the specification for a Basis.