Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexcreate.c79 VecType vecType; in DMPlexCopy_Internal() local
86 PetscCall(DMGetVecType(dmin, &vecType)); in DMPlexCopy_Internal()
87 PetscCall(DMSetVecType(dmout, vecType)); in DMPlexCopy_Internal()