|
Exodus
7.10
|
Functions | |
| int | ex_put_block (int exoid, ex_entity_type blk_type, ex_entity_id blk_id, const char *entry_descrip, int64_t num_entries_this_blk, int64_t num_nodes_per_entry, int64_t num_edges_per_entry, int64_t num_faces_per_entry, int64_t num_attr_per_entry) |
| int ex_put_block | ( | int | exoid, |
| ex_entity_type | blk_type, | ||
| ex_entity_id | blk_id, | ||
| const char * | entry_descrip, | ||
| int64_t | num_entries_this_blk, | ||
| int64_t | num_nodes_per_entry, | ||
| int64_t | num_edges_per_entry, | ||
| int64_t | num_faces_per_entry, | ||
| int64_t | num_attr_per_entry | ||
| ) |
writes the parameters used to describe an element/face/edge block
| exoid | exodus file id |
| blk_type | type of block (edge, face, or element) |
| blk_id | block identifier |
| entry_descrip | string describing shape of entries in the block |
| num_entries_this_blk | number of entries(records) in the block |
| num_nodes_per_entry | number of nodes per block entry |
| num_edges_per_entry | number of edges per block entry |
| num_faces_per_entry | number of faces per block entry |
| num_attr_per_entry | number of attributes per block entry |