Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex28.c341 PetscCall(DMGetVecType(pack, &vtype)); in main()
/petsc/include/
H A Dpetscdm.h204 PETSC_EXTERN PetscErrorCode DMGetVecType(DM, VecType *);
/petsc/src/dm/interface/
H A Ddm.c257 PetscErrorCode DMGetVecType(DM da, VecType *ctype) in DMGetVecType() function
/petsc/src/dm/impls/plex/
H A Dplexcreate.c86 PetscCall(DMGetVecType(dmin, &vecType)); in DMPlexCopy_Internal()