Nektar++
Loading...
Searching...
No Matches
StdHexExp.h
Go to the documentation of this file.
1///////////////////////////////////////////////////////////////////////////////
2//
3// File: StdHexExp.h
4//
5// For more information, please see: http://www.nektar.info
6//
7// The MIT License
8//
9// Copyright (c) 2006 Division of Applied Mathematics, Brown University (USA),
10// Department of Aeronautics, Imperial College London (UK), and Scientific
11// Computing and Imaging Institute, University of Utah (USA).
12//
13// Permission is hereby granted, free of charge, to any person obtaining a
14// copy of this software and associated documentation files (the "Software"),
15// to deal in the Software without restriction, including without limitation
16// the rights to use, copy, modify, merge, publish, distribute, sublicense,
17// and/or sell copies of the Software, and to permit persons to whom the
18// Software is furnished to do so, subject to the following conditions:
19//
20// The above copyright notice and this permission notice shall be included
21// in all copies or substantial portions of the Software.
22//
23// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
24// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
26// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
27// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
28// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
29// DEALINGS IN THE SOFTWARE.
30//
31// Description: Header file for hexahedron routines.
32//
33///////////////////////////////////////////////////////////////////////////////
34
35#ifndef NEKTAR_LIBRARY_STDREGIONS_STDHEXEXP_H
36#define NEKTAR_LIBRARY_STDREGIONS_STDHEXEXP_H
37
39
40namespace Nektar::StdRegions
41{
42/// Class representing a hexehedral element in reference space.
43class StdHexExp : virtual public StdExpansion3D
44{
45
46public:
48 const LibUtilities::BasisKey &Bb,
49 const LibUtilities::BasisKey &Bc);
51 STD_REGIONS_EXPORT ~StdHexExp() override = default;
52
53protected:
54 //----------------------------
55 // Differentiation Methods
56 //----------------------------
58 const Array<OneD, const NekDouble> &inarray,
60 Array<OneD, NekDouble> &out_d2) override;
61
62 //---------------------------------------
63 // Transforms
64 //---------------------------------------
66 const Array<OneD, const NekDouble> &inarray,
67 Array<OneD, NekDouble> &outarray) override;
68
69 //---------------------------------------
70 // Inner product functions
71 //---------------------------------------
76 const Array<OneD, const NekDouble> &inarray,
78 const bool Deformed, [[maybe_unused]] bool CollDir0 = false,
79 [[maybe_unused]] bool CollDir1 = false,
80 [[maybe_unused]] bool CollDir2 = false) override;
82 const int dir, const Array<OneD, const NekDouble> &inarray,
83 Array<OneD, NekDouble> &outarray) override;
84
85 //---------------------------------------
86 // Evaluation functions
87 //---------------------------------------
90 Array<OneD, NekDouble> &eta) override;
93 Array<OneD, NekDouble> &xi) override;
95 const int mode, Array<OneD, NekDouble> &outarray) override;
97 const Array<OneD, const NekDouble> &coords, int mode) final;
100 const Array<OneD, const NekDouble> &inarray,
101 std::array<NekDouble, 3> &firstOrderDerivs) override;
102
103 //---------------------------
104 // Helper functions
105 //---------------------------
106 STD_REGIONS_EXPORT int v_GetNverts() const override;
107 STD_REGIONS_EXPORT int v_GetNedges() const override;
108 STD_REGIONS_EXPORT int v_GetNtraces() const override;
110 STD_REGIONS_EXPORT int v_NumBndryCoeffs() const override;
111 STD_REGIONS_EXPORT int v_NumDGBndryCoeffs() const override;
112 STD_REGIONS_EXPORT int v_GetTraceNcoeffs(const int i) const override;
113 STD_REGIONS_EXPORT int v_GetTraceIntNcoeffs(const int i) const override;
114 STD_REGIONS_EXPORT int v_GetTraceNumPoints(const int i) const override;
116 const int i, const int j) const override;
118 const std::vector<unsigned int> &nummodes, int &modes_offset) override;
120 const int i, const int k, bool useGLL = false) const override;
124 Array<OneD, NekDouble> &coords_z) override;
126 const int fid, int &numModes0, int &numModes1,
127 Orientation faceOrient = eDir1FwdDir1_Dir2FwdDir2) override;
128 STD_REGIONS_EXPORT int v_GetEdgeNcoeffs(const int i) const override;
129
130 //--------------------------
131 // Mappings
132 //--------------------------
134 int localVertexId, bool useCoeffPacking = false) override;
136 Array<OneD, unsigned int> &outarray) override;
138 Array<OneD, unsigned int> &outarray) override;
140 const unsigned int fid, Array<OneD, unsigned int> &maparray) override;
142 const unsigned int fid, Array<OneD, unsigned int> &maparray,
143 Array<OneD, int> &signarray, Orientation faceOrient, int P,
144 int Q) override;
146 const int tid, Array<OneD, unsigned int> &maparray,
147 Array<OneD, int> &signarray,
148 const Orientation traceOrient = eDir1FwdDir1_Dir2FwdDir2) override;
150 const int tid, Array<OneD, unsigned int> &maparray,
151 Array<OneD, int> &signarray,
152 const Orientation traceOrient = eDir1FwdDir1_Dir2FwdDir2) override;
153
154 //---------------------------------------
155 // Wrapper functions
156 //---------------------------------------
158 v_GenMatrix(const StdMatrixKey &mkey) override;
160 v_CreateStdMatrix(const StdMatrixKey &mkey) override;
161
162 //---------------------------------------
163 // Output interpolation functions
164 //---------------------------------------
166 Array<OneD, int> &conn, bool standard = true) override;
167
168 //---------------------------------------
169 // Operator evaluation functions
170 //---------------------------------------
172 const Array<OneD, const NekDouble> &inarray,
173 Array<OneD, NekDouble> &outarray, const StdMatrixKey &mkey) override;
175 const Array<OneD, const NekDouble> &inarray,
176 Array<OneD, NekDouble> &outarray, const StdMatrixKey &mkey) override;
178 const int k1, const int k2, const Array<OneD, const NekDouble> &inarray,
179 Array<OneD, NekDouble> &outarray, const StdMatrixKey &mkey) override;
181 const int i, const Array<OneD, const NekDouble> &inarray,
182 Array<OneD, NekDouble> &outarray, const StdMatrixKey &mkey) override;
184 const Array<OneD, const NekDouble> &inarray,
185 Array<OneD, NekDouble> &outarray, const StdMatrixKey &mkey) override;
187 Array<OneD, NekDouble> &array, const StdMatrixKey &mkey) override;
189 Array<OneD, NekDouble> &array, const NekDouble alpha,
190 const NekDouble exponent, const NekDouble cutoff) override;
191};
192
193typedef std::shared_ptr<StdHexExp> StdHexExpSharedPtr;
194
195} // namespace Nektar::StdRegions
196
197#endif
#define STD_REGIONS_EXPORT
Describes the specification for a Basis.
Definition Basis.h:45
Defines a specification for a set of points.
Definition Points.h:50
Class representing a hexehedral element in reference space.
Definition StdHexExp.h:44
int v_NumDGBndryCoeffs() const override
void v_IProductWRTBaseKernel(const Array< OneD, const NekDouble > &base0, const Array< OneD, const NekDouble > &base1, const Array< OneD, const NekDouble > &base2, const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray, const Array< OneD, NekDouble > &jac, const bool Deformed, bool CollDir0=false, bool CollDir1=false, bool CollDir2=false) override
Inner product of inarray over region with respect to the expansion basis (this)->m_base[0] and return...
void v_MassMatrixOp(const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray, const StdMatrixKey &mkey) override
void v_ExponentialFilter(Array< OneD, NekDouble > &array, const NekDouble alpha, const NekDouble exponent, const NekDouble cutoff) override
int v_GetVertexMap(int localVertexId, bool useCoeffPacking=false) override
void v_LocCoordToLocCollapsed(const Array< OneD, const NekDouble > &xi, Array< OneD, NekDouble > &eta) override
int v_CalcNumberOfCoefficients(const std::vector< unsigned int > &nummodes, int &modes_offset) override
LibUtilities::PointsKey v_GetTracePointsKey(const int i, const int j) const override
NekDouble v_PhysEvaluateBasis(const Array< OneD, const NekDouble > &coords, int mode) final
void v_GetTraceInteriorToElementMap(const int tid, Array< OneD, unsigned int > &maparray, Array< OneD, int > &signarray, const Orientation traceOrient=eDir1FwdDir1_Dir2FwdDir2) override
DNekMatSharedPtr v_CreateStdMatrix(const StdMatrixKey &mkey) override
int v_GetEdgeNcoeffs(const int i) const override
int v_GetTraceNumPoints(const int i) const override
NekDouble v_PhysEvalFirstDeriv(const Array< OneD, NekDouble > &coord, const Array< OneD, const NekDouble > &inarray, std::array< NekDouble, 3 > &firstOrderDerivs) override
void v_GetTraceCoeffMap(const unsigned int fid, Array< OneD, unsigned int > &maparray) override
LibUtilities::ShapeType v_DetShapeType() const override
void v_GetTraceNumModes(const int fid, int &numModes0, int &numModes1, Orientation faceOrient=eDir1FwdDir1_Dir2FwdDir2) override
void v_LocCollapsedToLocCoord(const Array< OneD, const NekDouble > &eta, Array< OneD, NekDouble > &xi) override
void v_LaplacianMatrixOp(const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray, const StdMatrixKey &mkey) override
StdHexExp(const StdHexExp &T)=default
int v_NumBndryCoeffs() const override
int v_GetNedges() const override
int v_GetNtraces() const override
void v_HelmholtzMatrixOp(const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray, const StdMatrixKey &mkey) override
int v_GetNverts() const override
bool v_IsBoundaryInteriorExpansion() const override
Definition StdHexExp.cpp:72
void v_GetInteriorMap(Array< OneD, unsigned int > &outarray) override
void v_GetBoundaryMap(Array< OneD, unsigned int > &outarray) override
void v_FillMode(const int mode, Array< OneD, NekDouble > &outarray) override
void v_GetSimplexEquiSpacedConnectivity(Array< OneD, int > &conn, bool standard=true) override
void v_WeakDerivMatrixOp(const int i, const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray, const StdMatrixKey &mkey) override
int v_GetTraceIntNcoeffs(const int i) const override
void v_StdPhysDeriv(const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &out_d0, Array< OneD, NekDouble > &out_d1, Array< OneD, NekDouble > &out_d2) override
Differentiation Methods.
Definition StdHexExp.cpp:89
void v_GetElmtTraceToTraceMap(const unsigned int fid, Array< OneD, unsigned int > &maparray, Array< OneD, int > &signarray, Orientation faceOrient, int P, int Q) override
void v_GetEdgeInteriorToElementMap(const int tid, Array< OneD, unsigned int > &maparray, Array< OneD, int > &signarray, const Orientation traceOrient=eDir1FwdDir1_Dir2FwdDir2) override
void v_BwdTrans(const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray) override
void v_SVVLaplacianFilter(Array< OneD, NekDouble > &array, const StdMatrixKey &mkey) override
const LibUtilities::BasisKey v_GetTraceBasisKey(const int i, const int k, bool useGLL=false) const override
void v_GetCoords(Array< OneD, NekDouble > &coords_x, Array< OneD, NekDouble > &coords_y, Array< OneD, NekDouble > &coords_z) override
DNekMatSharedPtr v_GenMatrix(const StdMatrixKey &mkey) override
void v_IProductWRTDerivBase(const int dir, const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray) override
int v_GetTraceNcoeffs(const int i) const override
~StdHexExp() override=default
std::shared_ptr< StdHexExp > StdHexExpSharedPtr
Definition StdHexExp.h:193
std::shared_ptr< DNekMat > DNekMatSharedPtr