Write current mesh to the SAF database

WriteCurrentMesh is a function defined in birth_death_w.c.

Synopsis:

void WriteCurrentMesh(DbInfo_t *dbInfo, int theStep, int numDims, CurrentMeshParams_t theMesh, SAF_Field *fieldList, int *fieldListSize)

Formal Arguments:

  • dbInfo: [IN/OUT] database info object
  • theStep: current step number
  • numDims: [IN] number of dimensions in mesh
  • theMesh: [IN] current mesh parameters
  • fieldList: [IN/OUT] list of fields we’ll append new fields too
  • fieldListSize: [IN/OUT] On input, the current size of the field list. On output, its new size

Description: This function does all the work of writing the current mesh, including its topology relation, subset relations and fields, to the SAF database.

See Also: