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 objecttheStep: current step numbernumDims: [IN] number of dimensions in meshtheMesh: [IN] current mesh parametersfieldList: [IN/OUT] list of fields we’ll append new fields toofieldListSize: [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:
- Birth and Death Use Case: Introduction for current chapter