PetscDASetType#
Sets the data assimilation implementation used by a PetscDA object.
Synopsis#
PetscErrorCode PetscDASetType(PetscDA da, PetscDAType type)
Collective
Input Parameters#
da - the
PetscDAcontexttype - name of the implementation (for example
PETSCDAETKF)
See Also#
PetscDA: Data Assimilation, PetscDAGetType(), PetscDARegister()
Level#
intermediate
Location#
Examples#
src/ml/da/tutorials/ex2.c
src/ml/da/tutorials/ex1.c
Index of all PetscDA routines
Table of Contents for all manual pages
Index of all manual pages