ExodusII  6.05
ex_put_partial_attr.c File Reference
#include <inttypes.h>
#include <stddef.h>
#include <stdio.h>
#include <sys/types.h>
#include "exodusII.h"
#include "exodusII_int.h"
#include "netcdf.h"

Functions

int ex_put_partial_attr (int exoid, ex_entity_type blk_type, ex_entity_id blk_id, int64_t start_entity, int64_t num_entity, const void *attrib)

Function Documentation

int ex_put_partial_attr ( int  exoid,
ex_entity_type  blk_type,
ex_entity_id  blk_id,
int64_t  start_entity,
int64_t  num_entity,
const void *  attrib 
)

writes the attributes for an edge/face/element block

Parameters:
exoidexodus file id
blk_typeblock type
blk_idblock id
attribarray of attributes
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines