Searched defs:napp (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/vec/is/ao/impls/memscalable/ |
| H A D | aomemscalable.c | 266 static PetscErrorCode AOCreateMemoryScalable_private(MPI_Comm comm, PetscInt napp, const PetscInt f… in AOCreateMemoryScalable_private() 389 PetscInt napp, n_local, N, i, start, *petsc, *lens, *disp; in AOCreate_MemoryScalable() local 484 PetscErrorCode AOCreateMemoryScalable(MPI_Comm comm, PetscInt napp, const PetscInt myapp[], const P… in AOCreateMemoryScalable()
|
| /petsc/src/vec/is/ao/impls/basic/ |
| H A D | aobasic.c | 158 PetscInt napp, *allpetsc, *allapp, ip, ia, N, i, *petsc = NULL, start; in AOCreate_Basic() local 275 PetscErrorCode AOCreateBasic(MPI_Comm comm, PetscInt napp, const PetscInt myapp[], const PetscInt m… in AOCreateBasic()
|
| /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() 351 PetscInt napp, npetsc; in AOCreateMappingIS() local
|
| /petsc/src/vec/is/ao/interface/ |
| H A D | ao.c | 460 PetscInt napp, npetsc; in AOSetIS() local
|