Home
last modified time | relevance | path

Searched refs:AOCreateBasic (Results 1 – 9 of 9) sorted by relevance

/petsc/src/vec/is/ao/tests/
H A Dex4.c28 PetscCall(AOCreateBasic(PETSC_COMM_WORLD, nlocal, localvert, NULL, &ao)); in main()
H A Dex4f.F9033 PetscCallA(AOCreateBasic(PETSC_COMM_WORLD, nlocal, localvert, PETSC_NULL_INTEGER_ARRAY, ao, ierr))
H A Dex2.c33 PetscCall(AOCreateBasic(PETSC_COMM_WORLD, n, isapp, ispetsc, &ao)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscao.pxi11 PetscErrorCode AOCreateBasic(MPI_Comm, PetscInt, const PetscInt[], const PetscInt[], PetscAO*)
H A DAO.pyx80 petsc.AOCreateBasic
98 CHKERR(AOCreateBasic(ccomm, napp, idxapp, idxpetsc, &newao))
/petsc/include/
H A Dpetscao.h46 PETSC_EXTERN PetscErrorCode AOCreateBasic(MPI_Comm, PetscInt, const PetscInt[], const PetscInt[], A…
/petsc/src/vec/is/ao/impls/basic/
H A Daobasic.c275 PetscErrorCode AOCreateBasic(MPI_Comm comm, PetscInt napp, const PetscInt myapp[], const PetscInt m… in AOCreateBasic() function
/petsc/src/snes/tutorials/ex10d/
H A Dex10.c217 PetscCall(AOCreateBasic(MPI_COMM_WORLD, user.Nvlocal, user.gloInd, pordering, &ao)); in main()
/petsc/doc/manual/
H A Dvec.md1274 AOCreateBasic(MPI_Comm comm, PetscInt n, const PetscInt apordering[], const PetscInt petscordering[…
1298 AOCreateBasic(PETSC_COMM_WORLD, 2,{0, 3}, {3, 4}, &ao);
1304 AOCreateBasic(PETSC_COMM_WORLD, 3, {1, 2, 4}, {2, 1, 0}, &ao);
1321 `AOCreateBasic()` also call these routines; these routines *cannot* be
1323 used in the call to `AOCreateBasic()`.
1343 of whether the `AO` was created with a `AOCreateBasic()` or