 |
vlmput_ugdim
NAME
vlmput_ugdim - Reads the dimensions information to
a ParVox unstructured grid data file.
SYNOPSIS
#include <vlmeta.h>
int vlmput_ugrid(char* name, vlmeta_ugrid *ugdata);
DESCRIPTION
Vlmput_ugdim writes the dimension information from ugdata into
a ParVox unstructured grid data file named name. This function
does not write out any actual data values.
SEE ALSO
vlmeta_ugrid,
ParVox Tutorial: Input Data Format
DIAGNOSTICS
Upon successful completion, the value of 0 is returned.
Otherwise, a value of -1 is returned.
|
 |