PetscDAGetSizes#
Retrieves the state size and observation size from a PetscDA.
Synopsis#
PetscErrorCode PetscDAGetSizes(PetscDA da, PetscInt *state_size, PetscInt *obs_size)
Not Collective
Input Parameter#
da - the
PetscDAcontext
Output Parameters#
state_size - number of state components (may be
NULL)obs_size - number of observation components (may be
NULL)
See Also#
Level#
beginner
Location#
Index of all PetscDA routines
Table of Contents for all manual pages
Index of all manual pages