Nektar++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
StdNodalPrismExp.h
Go to the documentation of this file.
1 ///////////////////////////////////////////////////////////////////////////////
2 //
3 // File StdNodalTetExp.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 // License for the specific language governing rights and limitations under
14 // Permission is hereby granted, free of charge, to any person obtaining a
15 // copy of this software and associated documentation files (the "Software"),
16 // to deal in the Software without restriction, including without limitation
17 // the rights to use, copy, modify, merge, publish, distribute, sublicense,
18 // and/or sell copies of the Software, and to permit persons to whom the
19 // Software is furnished to do so, subject to the following conditions:
20 //
21 // The above copyright notice and this permission notice shall be included
22 // in all copies or substantial portions of the Software.
23 //
24 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
25 // OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26 // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
27 // THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
29 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
30 // DEALINGS IN THE SOFTWARE.
31 //
32 // Description: Header field for nodal tetrahedral routines built upon
33 // StdExpansion3D
34 //
35 ///////////////////////////////////////////////////////////////////////////////
36 
37 #ifndef STDNODALPRISMEXP_H
38 #define STDNODALPRISMEXP_H
39 
40 #include <StdRegions/StdPrismExp.h>
41 
42 namespace Nektar
43 {
44  namespace StdRegions
45  {
47  {
48  public:
51  const LibUtilities::BasisKey &Ba,
52  const LibUtilities::BasisKey &Bb,
53  const LibUtilities::BasisKey &Bc,
54  const LibUtilities::PointsType Ntype);
55  STD_REGIONS_EXPORT StdNodalPrismExp(const StdNodalPrismExp &T);
57 
58  //-------------------------------
59  // Nodal basis specific routines
60  //-------------------------------
62  const Array<OneD, const NekDouble>& inarray,
63  Array<OneD, NekDouble>& outarray);
65  const Array<OneD, const NekDouble>& inarray,
66  Array<OneD, NekDouble>& outarray);
68  const Array<OneD, const NekDouble>& inarray,
69  Array<OneD, NekDouble>& outarray);
75 
76  protected:
78 
80  {
81  return m_nodalPointsKey;
82  };
83 
84 
86 
87  //---------------------------------------
88  // Transforms
89  //---------------------------------------
90  STD_REGIONS_EXPORT virtual void v_BwdTrans(
91  const Array<OneD, const NekDouble>& inarray,
92  Array<OneD, NekDouble>& outarray);
94  const Array<OneD, const NekDouble>& inarray,
95  Array<OneD, NekDouble>& outarray);
96  STD_REGIONS_EXPORT virtual void v_FwdTrans(
97  const Array<OneD, const NekDouble>& inarray,
98  Array<OneD, NekDouble>& outarray);
99 
100 
101  //---------------------------------------
102  // Inner product functions
103  //---------------------------------------
105  const Array<OneD, const NekDouble>& inarray,
106  Array<OneD, NekDouble>& outarray);
108  const Array<OneD, const NekDouble>& inarray,
109  Array<OneD, NekDouble>& outarray,
110  bool mult = true);
112  const int dir,
113  const Array<OneD, const NekDouble>& inarray,
114  Array<OneD, NekDouble>& outarray);
116  const int dir,
117  const Array<OneD, const NekDouble>& inarray,
118  Array<OneD, NekDouble>& outarray);
119 
120 
121  //---------------------------------------
122  // Evaluation functions
123  //---------------------------------------
124  STD_REGIONS_EXPORT virtual void v_FillMode(
125  const int mode,
126  Array<OneD, NekDouble> &outarray);
127 
128 
129  //---------------------------------------
130  // Mapping functions
131  //---------------------------------------
132  STD_REGIONS_EXPORT virtual int v_GetVertexMap(const int localVertexId,
133  bool useCoeffPacking = false);
135  Array<OneD, unsigned int>& outarray);
137  Array<OneD, unsigned int>& outarray);
138 
139 
140  //---------------------------------------
141  // Wrapper functions
142  //---------------------------------------
144  const StdMatrixKey &mkey);
146  const StdMatrixKey &mkey);
147  };
148 
149  typedef boost::shared_ptr<StdNodalPrismExp> StdNodalPrismExpSharedPtr;
150  } //end of namespace
151 } //end of namespace
152 #endif //STDNODALTETEXP_H
virtual void v_IProductWRTDerivBase(const int dir, const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray)
Inner product of inarray over region with respect to the object's default expansion basis; output in ...
virtual void v_FwdTrans(const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray)
Forward transform from physical quadrature space stored in inarray and evaluate the expansion coeffic...
void GetNodalPoints(Array< OneD, const NekDouble > &x, Array< OneD, const NekDouble > &y, Array< OneD, const NekDouble > &z)
boost::shared_ptr< DNekMat > DNekMatSharedPtr
Definition: NekTypeDefs.hpp:70
virtual void v_BwdTrans_SumFac(const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray)
void ModalToNodal(const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray)
virtual void v_IProductWRTBase_SumFac(const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray, bool mult=true)
boost::shared_ptr< StdNodalPrismExp > StdNodalPrismExpSharedPtr
virtual const LibUtilities::PointsKey v_GetNodalPointsKey() const
virtual void v_IProductWRTDerivBase_SumFac(const int dir, const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray)
void NodalToModal(const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray)
virtual DNekMatSharedPtr v_GenMatrix(const StdMatrixKey &mkey)
virtual void v_BwdTrans(const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray)
virtual DNekMatSharedPtr v_CreateStdMatrix(const StdMatrixKey &mkey)
Class representing a prismatic element in reference space.
Definition: StdPrismExp.h:49
Defines a specification for a set of points.
Definition: Points.h:58
virtual void v_IProductWRTBase(const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray)
Calculate the inner product of inarray with respect to the basis B=base0*base1*base2 and put into out...
LibUtilities::PointsKey m_nodalPointsKey
virtual void v_GetInteriorMap(Array< OneD, unsigned int > &outarray)
virtual int v_GetVertexMap(const int localVertexId, bool useCoeffPacking=false)
virtual void v_GetBoundaryMap(Array< OneD, unsigned int > &outarray)
void NodalToModalTranspose(const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray)
#define STD_REGIONS_EXPORT
virtual void v_FillMode(const int mode, Array< OneD, NekDouble > &outarray)
Describes the specification for a Basis.
Definition: Basis.h:50