Home
last modified time | relevance | path

Searched refs:_dm (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/ksp/tutorials/
H A Dex73.c551 PetscErrorCode DMDestroyShellDMDA(DM *_dm) in DMDestroyShellDMDA() argument
556 if (!_dm) PetscFunctionReturn(PETSC_SUCCESS); in DMDestroyShellDMDA()
557 dm = *_dm; in DMDestroyShellDMDA()
589 *_dm = NULL; in DMDestroyShellDMDA()