36 #ifndef EXPLIST3DHOMO1D_H 37 #define EXPLIST3DHOMO1D_H 39 #include <boost/core/ignore_unused.hpp> 47 namespace MultiRegions
71 const bool dealiasing);
79 const bool dealiasing,
81 const std::string &var =
"DefaultVar",
92 const bool dealiasing,
99 const ExpList3DHomogeneous1D &In,
100 const bool DeclarePlanesSetCoeffPhys =
true);
104 const ExpList3DHomogeneous1D &In,
105 const std::vector<unsigned int> &eIDs,
106 const bool DeclarePlanesSetCoeffPhys =
true,
140 int expansion,
int istrip);
153 boost::ignore_unused(periodicFaces);
154 m_planes[0]->GetPeriodicEntities(periodicVerts,periodicEdges);
173 #endif//EXPLIST3DHOMO1D_H Abstraction of a two-dimensional multi-elemental expansion which is merely a collection of local expa...
virtual void v_WriteTecplotConnectivity(std::ostream &outfile, int expansion)
std::shared_ptr< MeshGraph > MeshGraphSharedPtr
virtual void v_GetPeriodicEntities(PeriodicMap &periodicVerts, PeriodicMap &periodicEdges, PeriodicMap &periodicFaces)
virtual Array< OneD, const NekDouble > v_HomogeneousEnergy(void)
static Array< OneD, NekDouble > NullNekDouble1DArray
virtual ~ExpList3DHomogeneous1D()
Destructor.
std::vector< ExpList3DHomogeneous1DSharedPtr > ExpList3DHomogeneous1DVector
Vector of pointers to ExpList3DHomogeneous1D objects.
#define MULTI_REGIONS_EXPORT
std::shared_ptr< ExpList3DHomogeneous1D > ExpList3DHomogeneous1DSharedPtr
Shared pointer to an ExpList3DHomogeneous1D object.
virtual void v_GetCoords(Array< OneD, NekDouble > &coord_0, Array< OneD, NekDouble > &coord_1, Array< OneD, NekDouble > &coord_2)
void SetCoeffPhys(void)
Definition of the total number of degrees of freedom and quadrature points. Sets up the storage for m...
ExpList3DHomogeneous1D()
Default constructor.
Array< OneD, ExpListSharedPtr > m_planes
std::map< int, std::vector< PeriodicEntity > > PeriodicMap
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 . ...
void GenExpList3DHomogeneous1D(const SpatialDomains::ExpansionMap &expansions, const Collections::ImplementationType ImpType)
virtual NekDouble v_L2(const Array< OneD, const NekDouble > &inarray, const Array< OneD, const NekDouble > &soln=NullNekDouble1DArray)
Abstraction of a two-dimensional multi-elemental expansion which is merely a collection of local expa...
Describes the specification for a Basis.
std::shared_ptr< SessionReader > SessionReaderSharedPtr
std::map< int, ExpansionShPtr > ExpansionMap