PetscDSGetNumFields#
Returns the number of fields in the PetscDS
Synopsis#
#include "petscds.h"
PetscErrorCode PetscDSGetNumFields(PetscDS prob, PetscInt *Nf)
Not collective
Input Parameter#
prob - The PetscDS object
Output Parameter#
Nf - The number of fields
See Also#
Level#
beginner
Location#
Examples#
src/snes/tutorials/ex26.c.html
src/ts/tutorials/ex18.c.html
src/ts/tutorials/ex53.c.html
Index of all DT routines
Table of Contents for all manual pages
Index of all manual pages