36#ifndef EXPLIST3DHOMO1D_H
37#define EXPLIST3DHOMO1D_H
39#include <boost/core/ignore_unused.hpp>
51class ExpList3DHomogeneous1D;
56typedef std::vector<ExpList3DHomogeneous1DSharedPtr>
70 const bool useFFT,
const bool dealiasing);
76 const bool useFFT,
const bool dealiasing,
78 const std::string &var =
"DefaultVar",
86 const bool useFFT,
const bool dealiasing,
94 const bool DeclarePlanesSetCoeffPhys =
true);
99 const bool DeclarePlanesSetCoeffPhys =
true,
122 int expansion)
override;
125 int istrip)
override;
137 boost::ignore_unused(periodicFaces);
138 m_planes[0]->GetPeriodicEntities(periodicVerts, periodicEdges);
#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 GenExpList3DHomogeneous1D(const SpatialDomains::ExpansionInfoMap &expansions, const Collections::ImplementationType ImpType)
virtual NekDouble v_L2(const Array< OneD, const NekDouble > &inarray, const Array< OneD, const NekDouble > &soln=NullNekDouble1DArray) override
virtual ~ExpList3DHomogeneous1D()
Destructor.
virtual void v_GetCoords(Array< OneD, NekDouble > &coord_0, Array< OneD, NekDouble > &coord_1, Array< OneD, NekDouble > &coord_2) override
void SetCoeffPhys(void)
Definition of the total number of degrees of freedom and quadrature points. Sets up the storage for m...
virtual Array< OneD, const NekDouble > v_HomogeneousEnergy(void) override
virtual void v_WriteVtkPieceHeader(std::ostream &outfile, int expansion, int istrip) override
virtual void v_WriteTecplotConnectivity(std::ostream &outfile, int expansion) override
virtual void v_GetPeriodicEntities(PeriodicMap &periodicVerts, PeriodicMap &periodicEdges, PeriodicMap &periodicFaces) override
ExpList3DHomogeneous1D()
Default constructor.
Abstraction of a two-dimensional multi-elemental expansion which is merely a collection of local expa...
Array< OneD, ExpListSharedPtr > m_planes
std::shared_ptr< SessionReader > SessionReaderSharedPtr
std::vector< ExpList3DHomogeneous1DSharedPtr > ExpList3DHomogeneous1DVector
Vector of pointers to ExpList3DHomogeneous1D objects.
std::map< int, std::vector< PeriodicEntity > > PeriodicMap
std::shared_ptr< ExpList3DHomogeneous1D > ExpList3DHomogeneous1DSharedPtr
Shared pointer to an ExpList3DHomogeneous1D object.
std::shared_ptr< MeshGraph > MeshGraphSharedPtr
std::map< int, ExpansionInfoShPtr > ExpansionInfoMap
The above copyright notice and this permission notice shall be included.
static Array< OneD, NekDouble > NullNekDouble1DArray