9#include "ioss_export.h"
31 FaceBlock(
DatabaseIO *io_database,
const std::string &my_name,
const std::string &face_type,
32 int64_t number_faces);
45 int64_t internal_get_field_data(
const Field &field,
void *data,
46 size_t data_size)
const override;
48 int64_t internal_put_field_data(
const Field &field,
void *data,
49 size_t data_size)
const override;
51 int64_t internal_get_zc_field_data(
const Field &field,
void **data,
52 size_t *data_size)
const override;
#define IOSS_NODISCARD
Definition Ioss_CodeTypes.h:55
An input or output Database.
Definition Ioss_DatabaseIO.h:63
Base class for all 'block'-type grouping entities, which means all members of the block are similar o...
Definition Ioss_EntityBlock.h:38
A collection of element faces with the same topology.
Definition Ioss_FaceBlock.h:29
IOSS_NODISCARD std::string contains_string() const override
What does this entity contain.
Definition Ioss_FaceBlock.h:36
IOSS_NODISCARD std::string short_type_string() const override
Get a short name of the particular type of entity.
Definition Ioss_FaceBlock.h:35
IOSS_NODISCARD std::string type_string() const override
Get the name of the particular type of entity.
Definition Ioss_FaceBlock.h:34
IOSS_NODISCARD EntityType type() const override
Get the EntityType, which indicates the particular type of GroupingEntity this is.
Definition Ioss_FaceBlock.h:37
Holds metadata for bulk data associated with a GroupingEntity.
Definition Ioss_Field.h:25
A named value that has a known type.
Definition Ioss_Property.h:27
The main namespace for the Ioss library.
Definition Ioad_DatabaseIO.C:40
EntityType
The particular type of GroupingEntity.
Definition Ioss_EntityType.h:12
@ FACEBLOCK
Definition Ioss_EntityType.h:15