Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmredundant.h9 PETSC_EXTERN PetscErrorCode DMRedundantSetSize(DM, PetscMPIInt, PetscInt);
/petsc/src/dm/impls/redundant/
H A Ddmredundant.c264 PetscErrorCode DMRedundantSetSize(DM dm, PetscMPIInt rank, PetscInt N) in DMRedundantSetSize() function
400 PetscCall(DMRedundantSetSize(*dm, rank, N)); in DMRedundantCreate()