NEMoSys  0.63.0
A modular, extensible resource with robust automated mesh generation, mesh quality analysis, adaptive mesh refinement, and data transfer between arbitrary meshes.
rocstarCgns.C File Reference

Go to the source code of this file.

Functions

 CGNS_ENUMT (ZoneType_t)
 

Function Documentation

◆ CGNS_ENUMT()

CGNS_ENUMT ( ZoneType_t  )

Definition at line 426 of file rocstarCgns.C.

References rocstarCgns::cgFNames, and rocstarCgns::myCgObjs.

426  {
427  if (indx > cgFNames.size()) return (CGNS_ENUMV(ZoneTypeNull));
428  myCgObjs[indx]->loadZone(zidx);
429  return (myCgObjs[indx]->getZoneType());
430 }