FLDFget_nnodes
FLDFset_nnodes

Synopsis

get/set the number of nodes (nnodes) in an unstructured mesh

INTEGER FLDFget_nnodes (field, nnodes)
INTEGER field(OIDSIZ)
INTEGER nnodes

INTEGER FLDFset_nnodes (field, nnodes)
INTEGER field(OIDSIZ)
INTEGER nnodes

Description

These routines set and get the number of nodes (nnodes) in an unstructured mesh.

Parameters

field

The integer id of a field

nnodes

In FLDFget_nnodes, nnodes is the number of nodes that will be returned.
In FLDFset_nnodes, nnodes is an integer that sets the number of nodes.

Examples

none.

Files

v/fld.v.

See Also

none.