37 #ifndef EXPLIST3DHOMO2D_H
38 #define EXPLIST3DHOMO2D_H
46 namespace MultiRegions
74 const bool dealiasing,
86 const bool dealiasing,
94 const ExpList3DHomogeneous2D &In,
95 const bool DeclareLinesSetCoeffPhys =
true);
99 const ExpList3DHomogeneous2D &In,
100 const std::vector<unsigned int> &eIDs,
101 const bool DeclareLinesSetCoeffPhys =
true,
154 #endif//EXPLIST3DHOMO2D_H
Abstraction of a two-dimensional multi-elemental expansion which is merely a collection of local expa...
std::vector< ExpList3DHomogeneous2DSharedPtr >::iterator ExpList3DHomogeneous2DVectorIter
Iterator for the vector of ExpList3DHomogeneous2D pointers.
virtual void v_WriteTecplotZone(std::ostream &outfile, int expansion)
static Array< OneD, NekDouble > NullNekDouble1DArray
#define MULTI_REGIONS_EXPORT
boost::shared_ptr< SessionReader > SessionReaderSharedPtr
boost::shared_ptr< ExpList3DHomogeneous2D > ExpList3DHomogeneous2DSharedPtr
Shared pointer to an ExpList3DHomogeneous2D object.
virtual void v_WriteVtkPieceHeader(std::ostream &outfile, int expansion, int istrip)
virtual NekDouble v_L2(const Array< OneD, const NekDouble > &inarray, const Array< OneD, const NekDouble > &soln=NullNekDouble1DArray)
void SetCoeffPhys(void)
Definition of the total number of degrees of freedom and quadrature points. Sets up the storage for m...
virtual void v_GetCoords(Array< OneD, NekDouble > &coord_0, Array< OneD, NekDouble > &coord_1, Array< OneD, NekDouble > &coord_2)
ExpList3DHomogeneous2D()
Default constructor.
virtual ~ExpList3DHomogeneous2D()
Destructor.
std::vector< ExpList3DHomogeneous2DSharedPtr > ExpList3DHomogeneous2DVector
Vector of pointers to ExpList3DHomogeneous2D objects.
StandardMatrixTag boost::call_traits< LhsDataType >::const_reference rhs typedef NekMatrix< LhsDataType, StandardMatrixTag >::iterator iterator
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
Abstraction of a one-dimensional multi-elemental expansion which is merely a collection of local expa...
Describes the specification for a Basis.