Home
last modified time | relevance | path

Searched refs:myapp (Results 1 – 5 of 5) sorted by relevance

/petsc/src/vec/is/ao/tests/ex3d/
H A Dex3.cxx37 vector<PetscInt> myapp; in main() local
43 myapp.push_back(tmp); in main()
46 static_assert(is_same<decltype(myapp.size()), size_t>::value, ""); in main()
48 …PetscCall(PetscSynchronizedPrintf(PETSC_COMM_WORLD, "[%d] has %zu indices.\n", rank, myapp.size())… in main()
51 PetscCall(ISCreateGeneral(PETSC_COMM_WORLD, myapp.size(), &myapp[0], PETSC_USE_POINTER, &isapp)); in main()
/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() argument
285 PetscCallMPI(MPI_Allgatherv((void *)myapp, nnapp, MPIU_INT, allapp, lens, disp, MPIU_INT, comm)); in AOCreateMapping()
350 const PetscInt *mypetsc, *myapp; in AOCreateMappingIS() local
363 PetscCall(ISGetIndices(isapp, &myapp)); in AOCreateMappingIS()
365 PetscCall(AOCreateMapping(comm, napp, myapp, mypetsc, aoout)); in AOCreateMappingIS()
367 PetscCall(ISRestoreIndices(isapp, &myapp)); in AOCreateMappingIS()
/petsc/src/vec/is/ao/impls/basic/
H A Daobasic.c161 const PetscInt *myapp, *mypetsc = NULL; in AOCreate_Basic() local
171 PetscCall(ISGetIndices(isapp, &myapp)); in AOCreate_Basic()
204 PetscCallMPI(MPI_Allgatherv((void *)myapp, count, MPIU_INT, allapp, lens, disp, MPIU_INT, comm)); in AOCreate_Basic()
241 PetscCall(ISRestoreIndices(isapp, &myapp)); in AOCreate_Basic()
275 PetscErrorCode AOCreateBasic(MPI_Comm comm, PetscInt napp, const PetscInt myapp[], const PetscInt m… in AOCreateBasic() argument
278 const PetscInt *app = myapp, *petsc = mypetsc; in AOCreateBasic()
/petsc/src/vec/is/ao/impls/memscalable/
H A Daomemscalable.c388 const PetscInt *mypetsc, *myapp; in AOCreate_MemoryScalable() local
444 PetscCall(ISGetIndices(isapp, &myapp)); in AOCreate_MemoryScalable()
446 PetscCall(AOCreateMemoryScalable_private(comm, napp, petsc, myapp, ao, aomems->app_loc)); in AOCreate_MemoryScalable()
447 PetscCall(AOCreateMemoryScalable_private(comm, napp, myapp, petsc, ao, aomems->petsc_loc)); in AOCreate_MemoryScalable()
449 PetscCall(ISRestoreIndices(isapp, &myapp)); in AOCreate_MemoryScalable()
484 PetscErrorCode AOCreateMemoryScalable(MPI_Comm comm, PetscInt napp, const PetscInt myapp[], const P… in AOCreateMemoryScalable() argument
487 const PetscInt *app = myapp, *petsc = mypetsc; in AOCreateMemoryScalable()
/petsc/share/petsc/
H A DMakefile.basic.user43 # myapp : app.o b.o c.o