Searched defs:newIS (Results 1 – 5 of 5) sorted by relevance
31 static PetscErrorCode ISDuplicate_Stride(IS is, IS *newIS) in ISDuplicate_Stride()
298 static PetscErrorCode ISDuplicate_Block(IS is, IS *newIS) in ISDuplicate_Block()
7 static PetscErrorCode ISDuplicate_General(IS is, IS *newIS) in ISDuplicate_General()
1790 PetscErrorCode ISDuplicate(IS is, IS *newIS) in ISDuplicate()
1051 …, PetscSF pointSF, PetscSection originalSection, IS originalIS, PetscSection newSection, IS *newIS) in DMPlexDistributeFieldIS()