Skip to main content
Ctrl+K
PETSc v3.25.2-310-g028edb67e6a4 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. 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#

include/petscda.h

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

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-06-17T03:48:15-0500 (v3.25.2-310-g028edb67e6a4).