ExodusII
6.05
|
#include <inttypes.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include "exodusII.h"
#include "exodusII_int.h"
#include "netcdf.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 |
*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. |