NumOfIntfcBonds

Return number of bonds in the entire interface.

Synopsis

#include "FronTier.h" 

int NumOfIntfcBonds(INTERFACE*);

Input Parameters

INTERFACE*- pointer to operating interface

Notes

usage (2D and 3D): INTERFACE *intfc; ...... /* intfc must have contents */ int num_bonds; num_surfs = NumOfIntfcBonds(intfc);

Examples

Example0 Example2 output_0 output_2