Searched refs:AOCreateMapping (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscao.pxi | 15 PetscErrorCode AOCreateMapping(MPI_Comm, PetscInt, const PetscInt[], const PetscInt[], PetscAO*)
|
| H A D | AO.pyx | 178 createBasic, petsc.AOCreateMappingIS, petsc.AOCreateMapping 196 CHKERR(AOCreateMapping(ccomm, napp, idxapp, idxpetsc, &newao))
|
| /petsc/include/ |
| H A D | petscao.h | 50 PETSC_EXTERN PetscErrorCode AOCreateMapping(MPI_Comm, PetscInt, const PetscInt[], const PetscInt[],…
|
| /petsc/src/vec/is/ao/impls/mapping/ |
| H A D | aomapping.c | 238 PetscErrorCode AOCreateMapping(MPI_Comm comm, PetscInt napp, const PetscInt myapp[], const PetscInt… in AOCreateMapping() function 365 PetscCall(AOCreateMapping(comm, napp, myapp, mypetsc, aoout)); in AOCreateMappingIS()
|