PetscDAEnsembleForecast#
Advances every ensemble member through the user-supplied forecast model.
Synopsis#
PetscErrorCode PetscDAEnsembleForecast(PetscDA da, PetscErrorCode (*model)(Vec, Vec, PetscCtx), PetscCtx ctx)
Collective
Input Parameters#
da - the
PetscDAcontextmodel - routine that evaluates the model map
f(input, output; ctx)ctx - optional context for
model
See Also#
PetscDA: Data Assimilation, PetscDA, PETSCDAETKF, PETSCDALETKF, PetscDAEnsembleAnalysis()
Level#
intermediate
Location#
Examples#
src/ml/da/tutorials/ex4.c
src/ml/da/tutorials/ex3.c
src/ml/da/tutorials/ex2.c
src/ml/da/tutorials/ex1.c
Implementations#
Index of all PetscDA routines
Table of Contents for all manual pages
Index of all manual pages