Nektar++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
XmlUtil.h
Go to the documentation of this file.
1 ///////////////////////////////////////////////////////////////////////////////
2 //
3 // For more information, please see: http://www.nektar.info
4 //
5 // The MIT License
6 //
7 // Copyright (c) 2006 Division of Applied Mathematics, Brown University (USA),
8 // Department of Aeronautics, Imperial College London (UK), and Scientific
9 // Computing and Imaging Institute, University of Utah (USA).
10 //
11 // License for the specific language governing rights and limitations under
12 // Permission is hereby granted, free of charge, to any person obtaining a
13 // copy of this software and associated documentation files (the "Software"),
14 // to deal in the Software without restriction, including without limitation
15 // the rights to use, copy, modify, merge, publish, distribute, sublicense,
16 // and/or sell copies of the Software, and to permit persons to whom the
17 // Software is furnished to do so, subject to the following conditions:
18 //
19 // The above copyright notice and this permission notice shall be included
20 // in all copies or substantial portions of the Software.
21 //
22 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
23 // OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
24 // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
25 // THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
27 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
28 // DEALINGS IN THE SOFTWARE.
29 //
30 ///////////////////////////////////////////////////////////////////////////////
31 
32 #ifndef NEKTAR_LIB_UTILITIES_BASIC_UTILS_XML_H
33 #define NEKTAR_LIB_UTILITIES_BASIC_UTILS_XML_H
34 
36 
37 namespace Nektar
38 {
39  class XmlUtil
40  {
41  public:
63  LIB_UTILITIES_EXPORT static const char* H_ELEMENT_NAME;
68 
69  };
70 }
71 
72 #endif //NEKTAR_LIB_UTILITIES_BASIC_UTILS_XML_H
static const char * COMPOSITE_ELEMENT_NAME
Definition: XmlUtil.h:53
static const char * DIM_GEOMETRY_ATTRIBUTE
Definition: XmlUtil.h:44
static const char * E_ELEMENT_NAME
Definition: XmlUtil.h:50
static const char * Q_ELEMENT_NAME
Definition: XmlUtil.h:59
static const char * GEOMETRY_ELEMENT_NAME
Definition: XmlUtil.h:43
static const char * SOLVERINFO_ELEMENT_NAME
Definition: XmlUtil.h:65
static const char * A_ELEMENT_NAME
Definition: XmlUtil.h:60
static const char * VERTEX_ELEMENT_NAME
Definition: XmlUtil.h:46
static const char * FACE_ELEMENT_NAME
Definition: XmlUtil.h:52
static const char * SPACE_GEOMETRY_ATTRIBUTE
Definition: XmlUtil.h:45
static const char * S_ELEMENT_NAME
Definition: XmlUtil.h:57
static const char * DOMAIN_ELEMENT_NAME
Definition: XmlUtil.h:55
static const char * BOUNDARYCONDITIONS_ELEMENT_NAME
Definition: XmlUtil.h:67
#define LIB_UTILITIES_EXPORT
static const char * NEKTAR_ELEMENT_NAME
Definition: XmlUtil.h:42
static const char * EDGE_ELEMENT_NAME
Definition: XmlUtil.h:49
static const char * V_ELEMENT_NAME
Definition: XmlUtil.h:47
static const char * T_ELEMENT_NAME
Definition: XmlUtil.h:58
static const char * PARAMETERS_ELEMENT_NAME
Definition: XmlUtil.h:64
static const char * VARIABLES_ELEMENT_NAME
Definition: XmlUtil.h:66
static const char * ELEMENT_ELEMENT_NAME
Definition: XmlUtil.h:56
static const char * ID_VERTEX_ATTRIBUTE_NAME
Definition: XmlUtil.h:48
static const char * C_ELEMENT_NAME
Definition: XmlUtil.h:54
static const char * R_ELEMENT_NAME
Definition: XmlUtil.h:62
static const char * CURVED_ELEMENT_NAME
Definition: XmlUtil.h:51
static const char * P_ELEMENT_NAME
Definition: XmlUtil.h:61
static const char * H_ELEMENT_NAME
Definition: XmlUtil.h:63