ExodusII
6.05
|
#include <inttypes.h>
#include <stddef.h>
#include <stdio.h>
#include "exodusII.h"
#include "exodusII_int.h"
#include "netcdf.h"
Functions | |
int | ex_put_attr_names (int exoid, ex_entity_type blk_type, ex_entity_id blk_id, char *names[]) |
int ex_put_attr_names | ( | int | exoid, |
ex_entity_type | blk_type, | ||
ex_entity_id | blk_id, | ||
char * | names[] | ||
) |
writes the attribute names for a block
exoid | exodus file id |
blk_type | block type (edge, face, elem) |
blk_id | block id |
names | ptr to array of attribute names |