Home
last modified time | relevance | path

Searched defs:newVec (Results 1 – 3 of 3) sorted by relevance

/petsc/src/binding/petsc4py/demo/legacy/dmplex/
H A Ddistribute_field.py69 newSect, newVec = plex.distributeField(sf, origSect, origVec) variable
73 newVec = origVec variable
/petsc/src/dm/impls/plex/tests/
H A Dex22.c165 Vec newVec; in main() local
/petsc/src/dm/impls/plex/
H A Dplexdistribute.c1005 …etscSF pointSF, PetscSection originalSection, Vec originalVec, PetscSection newSection, Vec newVec) in DMPlexDistributeField()