Skip to main content
Ctrl+K
PETSc v3.25.2-279-gba991d0b428 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
  • PetscDALETKF...

PetscDALETKFGetLocalizationRadius#

Gets the localization cutoff radius used by LETKF’s built-in distance-based kernels.

Synopsis#

PetscErrorCode PetscDALETKFGetLocalizationRadius(PetscDA da, PetscReal *radius)

Not Collective

Input Parameter#

  • da - the PetscDA context

Output Parameter#

  • radius - the localization cutoff radius

See Also#

PetscDA: Data Assimilation, PETSCDALETKF, PetscDA, PetscDALETKFSetLocalizationRadius()

Level#

advanced

Location#

src/ml/da/impls/ensemble/letkf/letkfilter.c

Examples#

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

Implementations#

PetscDALETKFGetLocalizationRadius_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

On this page
  • Synopsis
  • Input Parameter
  • Output Parameter
  • 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-14T03:47:55-0500 (v3.25.2-279-gba991d0b428).