FLDFget_cell_nprops, FLDFset_cell_nprops

Synopsis

get/set the number of user defined properties for a cell set

INTEGER FLDFget_cell_nprops (cell_set, nprops)
INTEGER cell_set(OIDSIZ)
INTEGER nprops

INTEGER FLDFset_cell_nprops (cell_set, nprops)
INTEGER cell_set(OIDSIZ)
INTEGER nprops

Description

These routines get/set the number of user defined properties (nprops) in a cell set. The properties can be cell material id, cell thickness etc.

cell_set

The integer id of cell set, such as that returned by the FLDFget_cell_set routine.

nprops

In FLDFget_cell_nprops, nprops is an integer in which the nprops is returned.

In FLDFset_cell_nprops, nprops is an integer that sets the number of user defined properties to create.

Parameters

cell_set

The integer id of cell set, such as that returned by the FLDFget_cell_set routine.

nprops

In FLDFget_cell_nprops, nprops is an integer in which the nprops is returned.
In FLDFset_cell_nprops, nprops is an integer that sets the number of user defined properties to create.

Examples

none.

Files

v/fld.v.

See Also

none.