Home
last modified time | relevance | path

Searched refs:AOCreateMemoryScalable (Results 1 – 10 of 10) sorted by relevance

/petsc/src/vec/is/ao/tests/output/
H A Dex1_1.out13 Test AOCreateMemoryScalable:
25 Test AOCreateMemoryScalable with ispetsc=NULL:
H A Dex1_2.out20 Test AOCreateMemoryScalable:
38 Test AOCreateMemoryScalable with ispetsc=NULL:
H A Dex1_3.out27 Test AOCreateMemoryScalable:
51 Test AOCreateMemoryScalable with ispetsc=NULL:
/petsc/src/vec/is/ao/tests/
H A Dex4.c32 PetscCall(AOCreateMemoryScalable(PETSC_COMM_WORLD, nlocal, localvert, NULL, &ao)); in main()
H A Dex4f.F9037 …PetscCallA(AOCreateMemoryScalable(PETSC_COMM_WORLD, nlocal, localvert, PETSC_NULL_INTEGER_ARRAY, a…
H A Dex1.c74 PetscCall(AOCreateMemoryScalable(PETSC_COMM_WORLD, n, app, NULL, &ao)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscao.pxi13 …PetscErrorCode AOCreateMemoryScalable(MPI_Comm, PetscInt, const PetscInt[], const PetscInt[], Pets…
H A DAO.pyx132 petsc.AOCreateMemoryScalable
150 CHKERR(AOCreateMemoryScalable(ccomm, napp, idxapp, idxpetsc, &newao))
/petsc/include/
H A Dpetscao.h48 PETSC_EXTERN PetscErrorCode AOCreateMemoryScalable(MPI_Comm, PetscInt, const PetscInt[], const Pets…
/petsc/src/vec/is/ao/impls/memscalable/
H A Daomemscalable.c484 PetscErrorCode AOCreateMemoryScalable(MPI_Comm comm, PetscInt napp, const PetscInt myapp[], const P… in AOCreateMemoryScalable() function