Searched refs:AOCreateBasic (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/vec/is/ao/tests/ |
| H A D | ex4.c | 28 PetscCall(AOCreateBasic(PETSC_COMM_WORLD, nlocal, localvert, NULL, &ao)); in main()
|
| H A D | ex4f.F90 | 33 PetscCallA(AOCreateBasic(PETSC_COMM_WORLD, nlocal, localvert, PETSC_NULL_INTEGER_ARRAY, ao, ierr))
|
| H A D | ex2.c | 33 PetscCall(AOCreateBasic(PETSC_COMM_WORLD, n, isapp, ispetsc, &ao)); in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscao.pxi | 11 PetscErrorCode AOCreateBasic(MPI_Comm, PetscInt, const PetscInt[], const PetscInt[], PetscAO*)
|
| H A D | AO.pyx | 80 petsc.AOCreateBasic 98 CHKERR(AOCreateBasic(ccomm, napp, idxapp, idxpetsc, &newao))
|
| /petsc/include/ |
| H A D | petscao.h | 46 PETSC_EXTERN PetscErrorCode AOCreateBasic(MPI_Comm, PetscInt, const PetscInt[], const PetscInt[], A…
|
| /petsc/src/vec/is/ao/impls/basic/ |
| H A D | aobasic.c | 275 PetscErrorCode AOCreateBasic(MPI_Comm comm, PetscInt napp, const PetscInt myapp[], const PetscInt m… in AOCreateBasic() function
|
| /petsc/src/snes/tutorials/ex10d/ |
| H A D | ex10.c | 217 PetscCall(AOCreateBasic(MPI_COMM_WORLD, user.Nvlocal, user.gloInd, pordering, &ao)); in main()
|
| /petsc/doc/manual/ |
| H A D | vec.md | 1274 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
|