Home
last modified time | relevance | path

Searched refs:PetscLayoutSetUp (Results 1 – 25 of 95) sorted by relevance

1234

/petsc/src/mat/impls/dense/seq/hdf5/
H A Ddensehdf5.c70 PetscCall(PetscLayoutSetUp(mat->rmap)); in MatLoad_Dense_HDF5()
71 PetscCall(PetscLayoutSetUp(mat->cmap)); in MatLoad_Dense_HDF5()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetsclayout.pxi11 PetscErrorCode PetscLayoutSetUp(PetscLayout)
/petsc/src/mat/impls/aij/mpi/mpiviennacl/
H A Dmpiaijviennacl.cxx12 PetscCall(PetscLayoutSetUp(B->rmap)); in MatMPIAIJSetPreallocation_MPIAIJViennaCL()
13 PetscCall(PetscLayoutSetUp(B->cmap)); in MatMPIAIJSetPreallocation_MPIAIJViennaCL()
/petsc/src/mat/utils/
H A Dgcreate.c362 PetscCall(PetscLayoutSetUp(A->rmap)); in MatXAIJSetPreallocation()
363 PetscCall(PetscLayoutSetUp(A->cmap)); in MatXAIJSetPreallocation()
646 PetscCall(PetscLayoutSetUp(A->rmap)); in MatSetPreallocationCOO_Basic()
647 PetscCall(PetscLayoutSetUp(A->cmap)); in MatSetPreallocationCOO_Basic()
706 PetscCall(PetscLayoutSetUp(A->rmap)); in MatSetPreallocationCOO()
707 PetscCall(PetscLayoutSetUp(A->cmap)); in MatSetPreallocationCOO()
760 PetscCall(PetscLayoutSetUp(A->rmap)); in MatSetPreallocationCOOLocal()
761 PetscCall(PetscLayoutSetUp(A->cmap)); in MatSetPreallocationCOOLocal()
/petsc/src/mat/impls/aij/mpi/
H A Dmpb_aij.c24 PetscCall(PetscLayoutSetUp((*subMat)->rmap)); in MatGetMultiProcBlock_MPIAIJ()
25 PetscCall(PetscLayoutSetUp((*subMat)->cmap)); in MatGetMultiProcBlock_MPIAIJ()
H A Dmpihashmat.h171 PetscCall(PetscLayoutSetUp(A->rmap)); in MatSetUp_MPI_Hash()
172 PetscCall(PetscLayoutSetUp(A->cmap)); in MatSetUp_MPI_Hash()
/petsc/src/mat/impls/sell/mpi/mpihip/
H A Dmpisellhip.hip.cxx10 PetscCall(PetscLayoutSetUp(B->rmap)); in MatMPISELLSetPreallocation_MPISELLHIP()
11 PetscCall(PetscLayoutSetUp(B->cmap)); in MatMPISELLSetPreallocation_MPISELLHIP()
/petsc/src/mat/impls/sell/mpi/mpicuda/
H A Dmpisellcuda.cu10 PetscCall(PetscLayoutSetUp(B->rmap)); in MatMPISELLSetPreallocation_MPISELLCUDA()
11 PetscCall(PetscLayoutSetUp(B->cmap)); in MatMPISELLSetPreallocation_MPISELLCUDA()
/petsc/src/mat/impls/baij/mpi/
H A Dmpb_baij.c27 PetscCall(PetscLayoutSetUp((*subMat)->rmap)); in MatGetMultiProcBlock_MPIBAIJ()
28 PetscCall(PetscLayoutSetUp((*subMat)->cmap)); in MatGetMultiProcBlock_MPIBAIJ()
/petsc/src/mat/impls/aij/seq/
H A Dseqhashmat.h121 PetscCall(PetscLayoutSetUp(A->rmap)); in MatSetUp_Seq_Hash()
122 PetscCall(PetscLayoutSetUp(A->cmap)); in MatSetUp_Seq_Hash()
/petsc/src/mat/impls/aij/seq/hdf5/
H A Daijhdf5.c81 PetscCall(PetscLayoutSetUp(mat->rmap)); in MatLoad_AIJ_HDF5()
82 PetscCall(PetscLayoutSetUp(mat->cmap)); in MatLoad_AIJ_HDF5()
/petsc/src/mat/impls/scatter/
H A Dmscatter.c260 PetscCall(PetscLayoutSetUp(A->rmap)); in MatCreate_Scatter()
261 PetscCall(PetscLayoutSetUp(A->cmap)); in MatCreate_Scatter()
/petsc/src/vec/is/ao/tests/
H A Dex5.c33 PetscCall(PetscLayoutSetUp(layout)); in main()
/petsc/src/ksp/ksp/tutorials/
H A Dex85.c32 PetscCall(PetscLayoutSetUp(layoutA)); in main()
43 PetscCall(PetscLayoutSetUp(layoutD)); in main()
/petsc/src/vec/is/is/tests/
H A Dex11.c53 PetscCall(PetscLayoutSetUp(mapeven)); in main()
/petsc/src/mat/impls/preallocator/
H A Dmatpreallocator.c32 PetscCall(PetscLayoutSetUp(A->rmap)); in MatSetUp_Preallocator()
33 PetscCall(PetscLayoutSetUp(A->cmap)); in MatSetUp_Preallocator()
/petsc/src/vec/is/utils/
H A Disio.c87 PetscCall(PetscLayoutSetUp(map)); in ISLoad_Binary()
H A Dpmap.c109 PetscCall(PetscLayoutSetUp(*map)); in PetscLayoutCreateFromSizes()
231 PetscErrorCode PetscLayoutSetUp(PetscLayout map) in PetscLayoutSetUp() function
/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmvmutils.c211 PetscCall(PetscLayoutSetUp(b_setup)); in MatLMVMCheckArgumentLayout()
215 PetscCall(PetscLayoutSetUp(a_setup)); in MatLMVMCheckArgumentLayout()
229 PetscCall(PetscLayoutSetUp(J0->rmap)); in MatLMVMUseJ0LayoutsIfCompatible()
230 PetscCall(PetscLayoutSetUp(J0->cmap)); in MatLMVMUseJ0LayoutsIfCompatible()
241 PetscCall(PetscLayoutSetUp(J0_diag->map)); in MatLMVMUseJ0DiagLayoutsIfCompatible()
254 PetscCall(PetscLayoutSetUp(F->map)); in MatLMVMUseVecLayoutsIfCompatible()
255 PetscCall(PetscLayoutSetUp(X->map)); in MatLMVMUseVecLayoutsIfCompatible()
/petsc/src/vec/vec/impls/mpi/kokkos/
H A Dmpikok.kokkos.cxx273 PetscCall(PetscLayoutSetUp(v->map)); in VecConvert_MPI_MPIKokkos_inplace()
352 PetscCall(PetscLayoutSetUp(v->map)); in VecCreate_MPIKokkos()
443 PetscCall(PetscLayoutSetUp(w->map)); in VecCreateMPIKokkosWithArray()
/petsc/src/mat/impls/adj/mpi/
H A Dmpiadj.c464 PetscCall(PetscLayoutSetUp(A->rmap)); in MatSetValues_MPIAdj()
465 PetscCall(PetscLayoutSetUp(A->cmap)); in MatSetValues_MPIAdj()
493 PetscCall(PetscLayoutSetUp(A->rmap)); in MatAssemblyBegin_MPIAdj()
494 PetscCall(PetscLayoutSetUp(A->cmap)); in MatAssemblyBegin_MPIAdj()
716 PetscCall(PetscLayoutSetUp(B->rmap)); in MatMPIAdjSetPreallocation_MPIAdj()
717 PetscCall(PetscLayoutSetUp(B->cmap)); in MatMPIAdjSetPreallocation_MPIAdj()
/petsc/src/mat/impls/submat/
H A Dsubmat.c231 PetscCall(PetscLayoutSetUp(N->rmap)); in MatCreateSubMatrixVirtual()
232 PetscCall(PetscLayoutSetUp(N->cmap)); in MatCreateSubMatrixVirtual()
/petsc/src/mat/tests/
H A Dex123.c46 PetscCall(PetscLayoutSetUp(rmap)); in main()
47 PetscCall(PetscLayoutSetUp(cmap)); in main()
H A Dex254.c52 PetscCall(PetscLayoutSetUp(map)); in main()
/petsc/src/vec/is/utils/hdf5/
H A Dhdf5io.c186 if (setup) PetscCall(PetscLayoutSetUp(map)); in PetscViewerHDF5ReadSizes_Private()
199 PetscCall(PetscLayoutSetUp(map)); in PetscViewerHDF5ReadSelectHyperslab_Private()

1234