PetscDA#
Abstract PETSc object that manages data assimilation
Synopsis#
typedef struct _p_PetscDA *PetscDA;
Notes#
This is new code, please independently verify all results you obtain using it.
Planned work for PetscDA is tracked on GitLab as Issue #1882.
The only ensemble-based assimilator currently supplied is PETSCDALETKF.
See Also#
PetscDA: Data Assimilation, PetscDAType, PETSCDALETKF, PetscDACreate(), PetscDASetType(),
PetscDASetSizes(), PetscDAEnsembleSetSize(), PetscDAEnsembleAnalysis(), PetscDAEnsembleForecast(),
PetscDADestroy(), PetscDAView()
Level#
beginner
Location#
Examples#
src/ml/da/tutorials/ex4.c
src/ml/da/tutorials/ex2.c
src/ml/da/tutorials/ex1.c
src/ml/da/tutorials/ex3.c
Implementations#
_p_PetscDA in include/petsc/private/daimpl.h
PetscDA_Ensemble in include/petsc/private/daimpl.h
PetscDA_LETKF in src/ml/da/impls/ensemble/letkf/letkf.h
Index of all PetscDA routines
Table of Contents for all manual pages
Index of all manual pages