NumOfNodes

Return number of nodes in the interface.

Synopsis

#include "FronTier.h" 

int NumOfNodes(INTERFACE*);

Input Parameters

INTERFACE*- pointer to operating interface

Notes

usage (2D and 3D): INTERFACE *intfc; ...... /* intfc must have contents */ int num_nodes; num_nodes = NumOfNodes(intfc);

Examples

Example0 Example2 output_0 output_2