PetscDACreate#
Creates a new PetscDA object for data assimilation.
Synopsis#
PetscErrorCode PetscDACreate(MPI_Comm comm, PetscDA *da_out)
Collective
Input Parameter#
comm - MPI communicator used to create the object
Output Parameter#
da_out - newly created
PetscDAobject
See Also#
PetscDA: Data Assimilation, PetscDADestroy(), PetscDASetType(), PetscDASetUp()
Level#
beginner
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#
PetscDACreate_Ensemble() in src/ml/da/impls/ensemble/daensemble.c
PetscDACreate_ETKF() in src/ml/da/impls/ensemble/etkf/etkfilter.c
PetscDACreate_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