PetscDALETKFSetLocalization#
Sets the localization matrix for the LETKF algorithm.
Synopsis#
PetscErrorCode PetscDALETKFSetLocalization(PetscDA da, Mat Q, Mat H)
Collective
Input Parameters#
da - the
PetscDAcontextQ - the localization matrix (N x P)
H - the observation operator matrix (P x N)
See Also#
Level#
advanced
Location#
Examples#
src/ml/da/tutorials/ex4.c
src/ml/da/tutorials/ex2.c
src/ml/da/tutorials/ex3.c
Implementations#
PetscDALETKFSetLocalization_LETKF() in src/ml/da/impls/ensemble/letkf/letkfilter.c
Index of all PetscDA routines
Table of Contents for all manual pages
Index of all manual pages