Home
last modified time | relevance | path

Searched defs:newIS (Results 1 – 5 of 5) sorted by relevance

/petsc/src/vec/is/is/impls/stride/
H A Dstride.c31 static PetscErrorCode ISDuplicate_Stride(IS is, IS *newIS) in ISDuplicate_Stride()
/petsc/src/vec/is/is/impls/block/
H A Dblock.c298 static PetscErrorCode ISDuplicate_Block(IS is, IS *newIS) in ISDuplicate_Block()
/petsc/src/vec/is/is/impls/general/
H A Dgeneral.c7 static PetscErrorCode ISDuplicate_General(IS is, IS *newIS) in ISDuplicate_General()
/petsc/src/vec/is/is/interface/
H A Dindex.c1790 PetscErrorCode ISDuplicate(IS is, IS *newIS) in ISDuplicate()
/petsc/src/dm/impls/plex/
H A Dplexdistribute.c1051 …, PetscSF pointSF, PetscSection originalSection, IS originalIS, PetscSection newSection, IS *newIS) in DMPlexDistributeFieldIS()