IOSS  2.0
Ioss_StandardElementTypes.h
Go to the documentation of this file.
1 /*
2  * Copyright(C) 1999-2017 National Technology & Engineering Solutions
3  * of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with
4  * NTESS, the U.S. Government retains certain rights in this software.
5  *
6  * Redistribution and use in source and binary forms, with or without
7  * modification, are permitted provided that the following conditions are
8  * met:
9  *
10  * * Redistributions of source code must retain the above copyright
11  * notice, this list of conditions and the following disclaimer.
12  *
13  * * Redistributions in binary form must reproduce the above
14  * copyright notice, this list of conditions and the following
15  * disclaimer in the documentation and/or other materials provided
16  * with the distribution.
17  *
18  * * Neither the name of NTESS nor the names of its
19  * contributors may be used to endorse or promote products derived
20  * from this software without specific prior written permission.
21  *
22  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
23  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
24  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
25  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
26  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
27  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
28  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
29  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
30  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
31  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
32  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33  */
34 #ifndef Ioss_STANDARD_ELEMENT_TYPES_H
35 #define Ioss_STANDARD_ELEMENT_TYPES_H
36 #include <Ioss_Bar2.h>
37 #include <Ioss_Bar3.h>
38 #include <Ioss_Edge2.h>
39 #include <Ioss_Edge3.h>
40 #include <Ioss_Hex16.h>
41 #include <Ioss_Hex20.h>
42 #include <Ioss_Hex27.h>
43 #include <Ioss_Hex8.h>
44 #include <Ioss_Initializer.h>
45 #include <Ioss_Node.h>
46 #include <Ioss_Pyramid13.h>
47 #include <Ioss_Pyramid14.h>
48 #include <Ioss_Pyramid18.h>
49 #include <Ioss_Pyramid19.h>
50 #include <Ioss_Pyramid5.h>
51 #include <Ioss_Quad4.h>
52 #include <Ioss_Quad6.h>
53 #include <Ioss_Quad8.h>
54 #include <Ioss_Quad9.h>
55 #include <Ioss_Shell4.h>
56 #include <Ioss_Shell8.h>
57 #include <Ioss_Shell9.h>
58 #include <Ioss_ShellLine2D2.h>
59 #include <Ioss_ShellLine2D3.h>
60 #include <Ioss_Sphere.h>
61 #include <Ioss_Super.h>
62 #include <Ioss_Tet10.h>
63 #include <Ioss_Tet11.h>
64 #include <Ioss_Tet14.h>
65 #include <Ioss_Tet15.h>
66 #include <Ioss_Tet4.h>
67 #include <Ioss_Tet8.h>
68 #include <Ioss_Tri3.h>
69 #include <Ioss_Tri4.h>
70 #include <Ioss_Tri6.h>
71 #include <Ioss_Tri7.h>
72 #include <Ioss_TriShell3.h>
73 #include <Ioss_TriShell4.h>
74 #include <Ioss_TriShell6.h>
75 #include <Ioss_TriShell7.h>
76 #include <Ioss_Unknown.h>
77 #include <Ioss_Wedge12.h>
78 #include <Ioss_Wedge15.h>
79 #include <Ioss_Wedge16.h>
80 #include <Ioss_Wedge18.h>
81 #include <Ioss_Wedge20.h>
82 #include <Ioss_Wedge21.h>
83 #include <Ioss_Wedge6.h>
84 #endif