|
Exodus
7.10
|
#include "exodusII.h"#include "exodusII_int.h"#include "netcdf.h"#include <inttypes.h>#include <stdio.h>Functions | |
| int | ex_put_name (int exoid, ex_entity_type obj_type, ex_entity_id entity_id, const char *name) |
| int ex_put_name | ( | int | exoid, |
| ex_entity_type | obj_type, | ||
| ex_entity_id | entity_id, | ||
| const char * | name | ||
| ) |
writes the name of the specified entity to the database. The entity with id entity_id must exist before calling ex_put_name().
| exoid | exodus file id |
| obj_type | object type |
| entity_id | id of entity name to write |
| name | ptr to entity name |