Home
last modified time | relevance | path

Searched refs:AOCreateMapping (Results 1 – 4 of 4) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscao.pxi15 PetscErrorCode AOCreateMapping(MPI_Comm, PetscInt, const PetscInt[], const PetscInt[], PetscAO*)
H A DAO.pyx178 createBasic, petsc.AOCreateMappingIS, petsc.AOCreateMapping
196 CHKERR(AOCreateMapping(ccomm, napp, idxapp, idxpetsc, &newao))
/petsc/include/
H A Dpetscao.h50 PETSC_EXTERN PetscErrorCode AOCreateMapping(MPI_Comm, PetscInt, const PetscInt[], const PetscInt[],…
/petsc/src/vec/is/ao/impls/mapping/
H A Daomapping.c238 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()