|
enum class | Type {
UNKNOWN
, SCALAR
, STANDARD
, COMPOSED
,
COMPOSITE
, CONSTRUCTED
, ELEMENT
, NAMED_SUFFIX
,
BASIS
, QUADRATURE
} |
|
static void | alias (const std::string &base, const std::string &syn) |
|
static int | describe (NameList *names) |
| Get the names of variable types known to IOSS.
|
|
static IOSS_NODISCARD NameList | describe () |
| Get the names of variable types known to IOSS.
|
|
static IOSS_NODISCARD std::vector< Ioss::VariableType * > | external_types (Ioss::VariableType::Type type) |
|
static bool | create_named_suffix_type (const std::string &type_name, const Ioss::NameList &suffices) |
|
static bool | create_named_suffix_field_type (const std::string &type_name, const Ioss::NameList &suffices) |
|
static bool | create_basis_type (const std::string &type_name, const Ioss::Basis &basis) |
|
static bool | create_quadrature_type (const std::string &type_name, const std::vector< Ioss::QuadraturePoint > &quad_points) |
|
static bool | get_field_type_mapping (const std::string &field, std::string *type) |
|
static bool | add_field_type_mapping (const std::string &raw_field, const std::string &raw_type) |
|
static IOSS_NODISCARD std::string | numeric_label (int which, int ncomp, const std::string &name) |
|
static IOSS_NODISCARD const VariableType * | factory (const std::string &raw_name, int copies=1) |
|
static IOSS_NODISCARD const VariableType * | factory (const std::string &raw_name, const std::string &secondary) |
|
static IOSS_NODISCARD const VariableType * | factory (const std::vector< Suffix > &suffices, bool ignore_realn_fields=false) |
|
static Registry & | registry () |
|
| VariableType (const std::string &type, int comp_count, bool delete_me=false) |
|