Exodus  7.10
ex_get_partial_set.c File Reference
#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_get_partial_set (int exoid, ex_entity_type set_type, ex_entity_id set_id, int64_t offset, int64_t num_to_get, void_int *set_entry_list, void_int *set_extra_list)
 

Function Documentation

◆ ex_get_partial_set()

int ex_get_partial_set ( int  exoid,
ex_entity_type  set_type,
ex_entity_id  set_id,
int64_t  offset,
int64_t  num_to_get,
void_int set_entry_list,
void_int set_extra_list 
)

writes the set entry list and set extra list for a single set

Parameters
exoidexodus file id
set_typeset type
set_idset id
offsetindex of first entry in set to access (1-based)
num_to_getnumber of entries to output.
set_entry_listarray of entries in set. Set to NULL to not read.
set_extra_listarray of extras in set. Set to NULL to not read.