36#ifndef EXPLIST3DHOMO2D_H
37#define EXPLIST3DHOMO2D_H
47class ExpList3DHomogeneous2D;
52typedef std::vector<ExpList3DHomogeneous2DSharedPtr>
67 const NekDouble lhom_z,
const bool useFFT,
const bool dealiasing,
76 const NekDouble lhom_z,
const bool useFFT,
const bool dealiasing,
84 const bool DeclareLinesSetCoeffPhys =
true);
89 const bool DeclareLinesSetCoeffPhys =
true,
114 int istrip)
override;
#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...
void v_WriteVtkPieceHeader(std::ostream &outfile, int expansion, int istrip) override
NekDouble v_L2(const Array< OneD, const NekDouble > &inarray, const Array< OneD, const NekDouble > &soln=NullNekDouble1DArray) override
void v_WriteTecplotZone(std::ostream &outfile, int expansion) override
void SetCoeffPhys(void)
Definition of the total number of degrees of freedom and quadrature points. Sets up the storage for m...
~ExpList3DHomogeneous2D() override
Destructor.
void v_GetCoords(Array< OneD, NekDouble > &coord_0, Array< OneD, NekDouble > &coord_1, Array< OneD, NekDouble > &coord_2) override
ExpList3DHomogeneous2D()
Default constructor.
Abstraction of a two-dimensional multi-elemental expansion which is merely a collection of local expa...
std::shared_ptr< SessionReader > SessionReaderSharedPtr
std::vector< ExpList3DHomogeneous2DSharedPtr > ExpList3DHomogeneous2DVector
Vector of pointers to ExpList3DHomogeneous2D objects.
std::shared_ptr< ExpList3DHomogeneous2D > ExpList3DHomogeneous2DSharedPtr
Shared pointer to an ExpList3DHomogeneous2D object.
std::shared_ptr< MeshGraph > MeshGraphSharedPtr
static Array< OneD, NekDouble > NullNekDouble1DArray