Exodus  7.10
ex_put_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_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)
 

Function Documentation

◆ ex_put_partial_set()

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

Parameters
exoidexodus file id
set_typeset type
set_idset id
offsetThe initial entity (1-based) to be output
num_to_putThe number of entities to output
*set_entry_listarray of entries in set. Set to NULL to not write.
*set_extra_listarray of extras in set. Set to NULL to not write.