Nektar++
MappingTranslation.h
Go to the documentation of this file.
1///////////////////////////////////////////////////////////////////////////////
2//
3// File: MappingTranslation.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: Trivial mapping for translation transformation
32//
33///////////////////////////////////////////////////////////////////////////////
34
35#ifndef NEKTAR_GLOBALMAPPING_MAPPINGTRANSLATION
36#define NEKTAR_GLOBALMAPPING_MAPPINGTRANSLATION
37
38#include <string>
39
45
47{
48
50{
51public:
53
54 /// Creates an instance of this class
59 const TiXmlElement *pMapping)
60 {
63 pFields);
64 p->InitObject(pFields, pMapping);
65 return p;
66 }
67
68 /// Name of the class
69 static std::string className;
70
71protected:
72 // Name of the function containing the coordinates velocity
73 std::string m_velFuncName;
74
75 // Constructor
79
80 // Virtual functions
82 void v_InitObject(
84 const TiXmlElement *pMapping) override;
85
87 const Array<OneD, Array<OneD, NekDouble>> &inarray,
88 Array<OneD, Array<OneD, NekDouble>> &outarray) override;
89
91 const Array<OneD, Array<OneD, NekDouble>> &inarray,
92 Array<OneD, Array<OneD, NekDouble>> &outarray) override;
93
95 const Array<OneD, Array<OneD, NekDouble>> &inarray,
96 Array<OneD, Array<OneD, NekDouble>> &outarray) override;
97
99 const Array<OneD, Array<OneD, NekDouble>> &inarray,
100 Array<OneD, Array<OneD, NekDouble>> &outarray) override;
101
103 Array<OneD, NekDouble> &outarray) override;
104
106 const Array<OneD, Array<OneD, NekDouble>> &inarray,
107 Array<OneD, NekDouble> &outarray) override;
108
110 Array<OneD, Array<OneD, NekDouble>> &outarray) override;
111
113 Array<OneD, Array<OneD, NekDouble>> &outarray) override;
114
116 const Array<OneD, Array<OneD, NekDouble>> &inarray,
117 Array<OneD, Array<OneD, NekDouble>> &outarray) override;
118
120 const Array<OneD, Array<OneD, NekDouble>> &inarray,
121 Array<OneD, Array<OneD, NekDouble>> &outarray) override;
122
124 const Array<OneD, Array<OneD, NekDouble>> &inarray,
125 Array<OneD, Array<OneD, NekDouble>> &outarray) override;
126
128 const Array<OneD, Array<OneD, NekDouble>> &inarray,
129 Array<OneD, Array<OneD, NekDouble>> &outarray) override;
130
132
133private:
134};
135
136} // namespace Nektar::GlobalMapping
137
138#endif
#define GLOBAL_MAPPING_EXPORT
Base class for mapping to be applied to the coordinate system.
Definition: Mapping.h:67
GLOBAL_MAPPING_EXPORT void v_CovarFromCartesian(const Array< OneD, Array< OneD, NekDouble > > &inarray, Array< OneD, Array< OneD, NekDouble > > &outarray) override
GLOBAL_MAPPING_EXPORT void v_UpdateGeomInfo() override
GLOBAL_MAPPING_EXPORT void v_ContravarToCartesian(const Array< OneD, Array< OneD, NekDouble > > &inarray, Array< OneD, Array< OneD, NekDouble > > &outarray) override
GLOBAL_MAPPING_EXPORT void v_GetInvMetricTensor(Array< OneD, Array< OneD, NekDouble > > &outarray) override
GLOBAL_MAPPING_EXPORT void v_ApplyChristoffelContravar(const Array< OneD, Array< OneD, NekDouble > > &inarray, Array< OneD, Array< OneD, NekDouble > > &outarray) override
GLOBAL_MAPPING_EXPORT void v_InitObject(const Array< OneD, MultiRegions::ExpListSharedPtr > &pFields, const TiXmlElement *pMapping) override
GLOBAL_MAPPING_EXPORT void v_ApplyChristoffelCovar(const Array< OneD, Array< OneD, NekDouble > > &inarray, Array< OneD, Array< OneD, NekDouble > > &outarray) override
GLOBAL_MAPPING_EXPORT void v_GetMetricTensor(Array< OneD, Array< OneD, NekDouble > > &outarray) override
GLOBAL_MAPPING_EXPORT void v_LowerIndex(const Array< OneD, Array< OneD, NekDouble > > &inarray, Array< OneD, Array< OneD, NekDouble > > &outarray) override
GLOBAL_MAPPING_EXPORT void v_ContravarFromCartesian(const Array< OneD, Array< OneD, NekDouble > > &inarray, Array< OneD, Array< OneD, NekDouble > > &outarray) override
GLOBAL_MAPPING_EXPORT void v_CovarToCartesian(const Array< OneD, Array< OneD, NekDouble > > &inarray, Array< OneD, Array< OneD, NekDouble > > &outarray) override
GLOBAL_MAPPING_EXPORT void v_RaiseIndex(const Array< OneD, Array< OneD, NekDouble > > &inarray, Array< OneD, Array< OneD, NekDouble > > &outarray) override
GLOBAL_MAPPING_EXPORT void v_GetJacobian(Array< OneD, NekDouble > &outarray) override
MappingTranslation(const LibUtilities::SessionReaderSharedPtr &pSession, const Array< OneD, MultiRegions::ExpListSharedPtr > &pFields)
GLOBAL_MAPPING_EXPORT void v_DotGradJacobian(const Array< OneD, Array< OneD, NekDouble > > &inarray, Array< OneD, NekDouble > &outarray) override
static std::string className
Name of the class.
static GLOBAL_MAPPING_EXPORT MappingSharedPtr create(const LibUtilities::SessionReaderSharedPtr &pSession, const Array< OneD, MultiRegions::ExpListSharedPtr > &pFields, const TiXmlElement *pMapping)
Creates an instance of this class.
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
GLOBAL_MAPPING_EXPORT typedef std::shared_ptr< Mapping > MappingSharedPtr
A shared pointer to a Mapping object.
Definition: Mapping.h:51
std::shared_ptr< SessionReader > SessionReaderSharedPtr