Lines Matching refs:PetscLayout

50 PetscErrorCode PetscLayoutCreate(MPI_Comm comm, PetscLayout *map)  in PetscLayoutCreate()
102 …de PetscLayoutCreateFromSizes(MPI_Comm comm, PetscInt n, PetscInt N, PetscInt bs, PetscLayout *map) in PetscLayoutCreateFromSizes()
127 PetscErrorCode PetscLayoutDestroy(PetscLayout *map) in PetscLayoutDestroy()
160 …Ranges(MPI_Comm comm, const PetscInt range[], PetscCopyMode mode, PetscInt bs, PetscLayout *newmap) in PetscLayoutCreateFromRanges()
162 PetscLayout map; in PetscLayoutCreateFromRanges()
231 PetscErrorCode PetscLayoutSetUp(PetscLayout map) in PetscLayoutSetUp()
285 PetscErrorCode PetscLayoutDuplicate(PetscLayout in, PetscLayout *out) in PetscLayoutDuplicate()
321 PetscErrorCode PetscLayoutReference(PetscLayout in, PetscLayout *out) in PetscLayoutReference()
348 PetscErrorCode PetscLayoutSetISLocalToGlobalMapping(PetscLayout in, ISLocalToGlobalMapping ltog) in PetscLayoutSetISLocalToGlobalMapping()
377 PetscErrorCode PetscLayoutSetLocalSize(PetscLayout map, PetscInt n) in PetscLayoutSetLocalSize()
404 PetscErrorCode PetscLayoutGetLocalSize(PetscLayout map, PetscInt *n) in PetscLayoutGetLocalSize()
425 PetscErrorCode PetscLayoutSetSize(PetscLayout map, PetscInt n) in PetscLayoutSetSize()
451 PetscErrorCode PetscLayoutGetSize(PetscLayout map, PetscInt *n) in PetscLayoutGetSize()
472 PetscErrorCode PetscLayoutSetBlockSize(PetscLayout map, PetscInt bs) in PetscLayoutSetBlockSize()
506 PetscErrorCode PetscLayoutGetBlockSize(PetscLayout map, PetscInt *bs) in PetscLayoutGetBlockSize()
533 PetscErrorCode PetscLayoutGetRange(PetscLayout map, PetscInt *rstart, PetscInt *rend) in PetscLayoutGetRange()
569 PetscErrorCode PetscLayoutGetRanges(PetscLayout map, const PetscInt *range[]) in PetscLayoutGetRanges()
593 PetscErrorCode PetscLayoutCompare(PetscLayout mapa, PetscLayout mapb, PetscBool *congruent) in PetscLayoutCompare()
617 PetscErrorCode PetscLayoutFindOwner(PetscLayout map, PetscInt idx, PetscMPIInt *owner) in PetscLayoutFindOwner()
652 PetscErrorCode PetscLayoutFindOwnerIndex(PetscLayout map, PetscInt idx, PetscMPIInt *owner, PetscIn… in PetscLayoutFindOwnerIndex()