9#include "ioss_export.h"
21 static void factory();
24 int spatial_dimension()
const override;
25 int parametric_dimension()
const override;
27 bool is_shell()
const override {
return false; }
28 int order()
const override;
30 int number_corner_nodes()
const override;
31 int number_nodes()
const override;
32 int number_edges()
const override;
33 int number_faces()
const override;
35 int number_nodes_edge(
int edge = 0)
const override;
36 int number_nodes_face(
int face = 0)
const override;
37 int number_edges_face(
int face = 0)
const override;
39 bool edges_similar()
const override;
40 bool faces_similar()
const override;
Represents an element topology.
Definition Ioss_ElementTopology.h:68
Definition Ioss_Tet7.h:16
static const char * name
Definition Ioss_Tet7.h:19
ElementShape shape() const override
Definition Ioss_Tet7.h:23
bool is_element() const override
Definition Ioss_Tet7.h:26
bool is_shell() const override
Definition Ioss_Tet7.h:27
The main namespace for the Ioss library.
Definition Ioad_DatabaseIO.C:40
ElementShape
Definition Ioss_ElementTopology.h:24
std::vector< int > IntVector
Definition Ioss_CodeTypes.h:21