ExodusII  5.15
ex_put_name.c File Reference
#include "exodusII.h"
#include "exodusII_int.h"
#include <string.h>

Functions

int ex_put_name (int exoid, ex_entity_type obj_type, ex_entity_id entity_id, const char *name)

Function Documentation

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().

Parameters:
exoidexodus file id
obj_typeobject type
entity_idid of entity name to write
nameptr to entity name
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines