32 #ifndef IOSS_Ioex_SuperElement_h 33 #define IOSS_Ioex_SuperElement_h 53 SuperElement(std::string filename,
const std::string &my_name);
56 std::string
type_string()
const override {
return "SuperElement"; }
63 Ioss::Property get_implicit_property(
const std::string &the_name)
const override;
67 size_t data_size)
const override;
69 int64_t internal_put_field_data(
const Ioss::Field &field,
void *data,
70 size_t data_size)
const override;
size_t num_nodes
Definition: Ioex_SuperElement.h:75
size_t num_dim
Definition: Ioex_SuperElement.h:78
A named value that has a known type.
Definition: Ioss_Property.h:47
std::string type_string() const override
Get the name of the particular type of entity.
Definition: Ioex_SuperElement.h:56
The main namespace for the Ioss library.
Definition: Iocgns_DatabaseIO.h:50
Base class for all 'grouping' entities. The following derived classes are typical: ...
Definition: Ioss_GroupingEntity.h:93
Ioss::EntityType type() const override
Get the EntityType, which indicates the particular type of GroupingEntity this is.
Definition: Ioex_SuperElement.h:58
int filePtr
Definition: Ioex_SuperElement.h:79
std::string short_type_string() const override
Get a short name of the particular type of entity.
Definition: Ioex_SuperElement.h:57
A namespace for the exodus database format.
Definition: Ioex_IOFactory.C:61
std::string fileName
Definition: Ioex_SuperElement.h:73
size_t numDOF
Definition: Ioex_SuperElement.h:74
size_t numEIG
Definition: Ioex_SuperElement.h:76
size_t numRBM
Definition: Ioex_SuperElement.h:77
Holds metadata for bulk data associated with a GroupingEntity.
Definition: Ioss_Field.h:47
Definition: Ioex_SuperElement.h:50
EntityType
The particular type of GroupingEntity.
Definition: Ioss_EntityType.h:39
std::vector< char > data
Definition: Ioss_Utils.C:78
Definition: Ioss_EntityType.h:53