Skip to main content
Ctrl+K
PETSc 3.25.1 documentation - Home
  • Overview
  • Install
  • Tutorials
  • User-Guide
  • C/Fortran API
  • petsc4py API
  • FAQ
  • Community
  • Developers
  • Misc.
  • GitLab
  • Overview
  • Install
  • Tutorials
  • User-Guide
  • C/Fortran API
  • petsc4py API
  • FAQ
  • Community
  • Developers
  • Misc.
  • GitLab
  • PetscDA

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.

Some planned work for PetscDA is available as GitLab Issue #1882

Currently we supply two ensemble-based assimilators: PETSCDAETKF and PETSCDALETKF

See Also#

PetscDA: Data Assimilation, PetscDAType, PETSCDAETKF, PETSCDALETKF, PetscDASqrtType, PetscDACreate(), PetscDASetType(), PetscDASetSizes(), PetscDAEnsembleSetSize(), PetscDAEnsembleAnalysis(), PetscDAEnsembleForecast(), PetscDADestroy(), PetscDAView()

Level#

beginner

Location#

include/petscda.h

Examples#

src/ml/da/tutorials/ex2.c
src/ml/da/tutorials/ex3.c
src/ml/da/tutorials/ex1.c
src/ml/da/tutorials/ex4.c

Implementations#

_p_PetscDA in include/petsc/private/daimpl.h
PetscDA_Ensemble in include/petsc/private/daimpl.h
PetscDA_ETKF in src/ml/da/impls/ensemble/etkf/etkfilter.c
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

On this page
  • Synopsis
  • Notes
  • See Also
  • Level
  • Location
  • Examples
  • Implementations
Edit on GitLab
Show Source

© Copyright 1991-2026, UChicago Argonne, LLC and the PETSc Development Team.

Created using Sphinx 7.3.7.

Built with the PyData Sphinx Theme 0.15.1.

Last updated on 2026-05-01T01:05:15-0500 (v3.24.6-807-g14aaa922d81).