|
Exodus
7.10
|
#include "exodusII.h"#include "exodusII_int.h"#include "netcdf.h"#include <inttypes.h>#include <stddef.h>#include <stdint.h>#include <stdio.h>Functions | |
| int | ex_put_partial_set (int exoid, ex_entity_type set_type, ex_entity_id set_id, int64_t offset, int64_t num_to_put, const void_int *set_entry_list, const void_int *set_extra_list) |
| int ex_put_partial_set | ( | int | exoid, |
| ex_entity_type | set_type, | ||
| ex_entity_id | set_id, | ||
| int64_t | offset, | ||
| int64_t | num_to_put, | ||
| const void_int * | set_entry_list, | ||
| const void_int * | set_extra_list | ||
| ) |
writes the set entry list and set extra list for a single set
| exoid | exodus file id |
| set_type | set type |
| set_id | set id |
| offset | The initial entity (1-based) to be output |
| num_to_put | The number of entities to output |
| *set_entry_list | array of entries in set. Set to NULL to not write. |
| *set_extra_list | array of extras in set. Set to NULL to not write. |