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_concat_sets (int exoid, ex_entity_type set_type, const struct ex_set_specs *set_specs) |
int ex_put_concat_sets | ( | int | exoid, |
ex_entity_type | set_type, | ||
const struct ex_set_specs * | set_specs | ||
) |
writes the set ID's, set entry count array, set entry pointers array, set entry list, set extra list, and distribution factors list for all the sets of the specified type.
exoid | exodus file id |
set_type | type of set |
set_specs | set specs structure |