Home
last modified time | relevance | path

Searched defs:imode (Results 1 – 25 of 28) sorted by relevance

12

/petsc/src/dm/impls/redundant/
H A Ddmredundant.c87 static PetscErrorCode DMLocalToGlobalBegin_Redundant(DM dm, Vec l, InsertMode imode, Vec g) in DMLocalToGlobalBegin_Redundant()
128 static PetscErrorCode DMLocalToGlobalEnd_Redundant(DM dm, Vec l, InsertMode imode, Vec g) in DMLocalToGlobalEnd_Redundant()
134 static PetscErrorCode DMGlobalToLocalBegin_Redundant(DM dm, Vec g, InsertMode imode, Vec l) in DMGlobalToLocalBegin_Redundant()
158 static PetscErrorCode DMGlobalToLocalEnd_Redundant(DM dm, Vec g, InsertMode imode, Vec l) in DMGlobalToLocalEnd_Redundant()
/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm.hpp143 …cCount *PETSC_RESTRICT jmap, const PetscCount *PETSC_RESTRICT perm, InsertMode imode, PetscScalar … in add_coo_values_impl()
164 …ount *PETSC_RESTRICT jmap1, const PetscCount *PETSC_RESTRICT perm1, InsertMode imode, PetscScalar … in add_coo_values()
H A Dvecseqcupm_impl.hpp2247 inline PetscErrorCode VecSeq_CUPM<T>::SetValuesCOO(Vec x, const PetscScalar v[], InsertMode imode) … in SetValuesCOO()
/petsc/src/snes/utils/
H A Ddmdasnes.c232 PetscErrorCode DMDASNESSetFunctionLocal(DM dm, InsertMode imode, PetscErrorCode (*func)(DMDALocalIn… in DMDASNESSetFunctionLocal()
274 PetscErrorCode DMDASNESSetFunctionLocalVec(DM dm, InsertMode imode, PetscErrorCode (*func)(DMDALoca… in DMDASNESSetFunctionLocalVec()
553 PetscErrorCode DMDASNESSetPicardLocal(DM dm, InsertMode imode, PetscErrorCode (*func)(DMDALocalInfo… in DMDASNESSetPicardLocal()
/petsc/src/ts/utils/
H A Ddmdats.c235 PetscErrorCode DMDATSSetRHSFunctionLocal(DM dm, InsertMode imode, DMDATSRHSFunctionLocalFn *func, P… in DMDATSSetRHSFunctionLocal()
297 PetscErrorCode DMDATSSetIFunctionLocal(DM dm, InsertMode imode, DMDATSIFunctionLocalFn *func, Petsc… in DMDATSSetIFunctionLocal()
/petsc/src/mat/utils/
H A Dgcreate.c613 PetscErrorCode MatSetValuesCOO_Basic(Mat A, const PetscScalar coo_v[], InsertMode imode) in MatSetValuesCOO_Basic()
808 PetscErrorCode MatSetValuesCOO(Mat A, const PetscScalar coo_v[], InsertMode imode) in MatSetValuesCOO()
/petsc/src/mat/impls/aij/mpi/mpihipsparse/
H A Dmpiaijhipsparse.hip.cxx127 __global__ static void MatAddLocalCOOValues(const PetscScalar kv[], InsertMode imode, PetscCount An… in MatAddLocalCOOValues()
158 …ic PetscErrorCode MatSetValuesCOO_MPIAIJHIPSPARSE(Mat mat, const PetscScalar v[], InsertMode imode) in MatSetValuesCOO_MPIAIJHIPSPARSE()
/petsc/src/mat/impls/aij/mpi/mpicusparse/
H A Dmpiaijcusparse.cu127 __global__ static void MatAddLocalCOOValues(const PetscScalar kv[], InsertMode imode, PetscCount An… in MatAddLocalCOOValues()
158 …tic PetscErrorCode MatSetValuesCOO_MPIAIJCUSPARSE(Mat mat, const PetscScalar v[], InsertMode imode) in MatSetValuesCOO_MPIAIJCUSPARSE()
/petsc/src/ksp/pc/impls/is/
H A Dpcis.c547 PetscErrorCode PCISScatterArrayNToVecB(PC pc, PetscScalar *array_N, Vec v_B, InsertMode imode, Scat… in PCISScatterArrayNToVecB()
/petsc/src/vec/vec/impls/mpi/cupm/
H A Dvecmpicupm_impl.hpp318 inline PetscErrorCode VecMPI_CUPM<T>::SetValuesCOO(Vec x, const PetscScalar v[], InsertMode imode) … in SetValuesCOO()
/petsc/src/vec/vec/impls/mpi/kokkos/
H A Dmpikok.kokkos.cxx150 static PetscErrorCode VecSetValuesCOO_MPIKokkos(Vec x, const PetscScalar v[], InsertMode imode) in VecSetValuesCOO_MPIKokkos()
/petsc/src/dm/impls/composite/
H A Dpack.c624 PetscErrorCode DMCompositeGather(DM dm, InsertMode imode, Vec gvec, ...) in DMCompositeGather()
682 PetscErrorCode DMCompositeGatherArray(DM dm, InsertMode imode, Vec gvec, Vec *lvecs) in DMCompositeGatherArray()
/petsc/src/vec/vec/impls/mpi/
H A Dpbvec.c318 InsertMode imode = (InsertMode)x->recvhdr[i].insertmode; in VecAssemblyEnd_MPI_BTS() local
H A Dpdvec.c1111 PetscErrorCode VecSetValuesCOO_MPI(Vec x, const PetscScalar v[], InsertMode imode) in VecSetValuesCOO_MPI()
/petsc/src/vec/vec/impls/seq/
H A Dbvec2.c617 PetscErrorCode VecSetValuesCOO_Seq(Vec x, const PetscScalar coo_v[], InsertMode imode) in VecSetValuesCOO_Seq()
/petsc/src/vec/vec/interface/
H A Dvector.c280 PetscErrorCode VecSetValuesCOO(Vec x, const PetscScalar coo_v[], InsertMode imode) in VecSetValuesCOO()
/petsc/src/mat/impls/elemental/
H A Dmatelem.cxx107 …const PetscInt *rows, PetscInt nc, const PetscInt *cols, const PetscScalar *vals, InsertMode imode) in MatSetValues_Elemental()
/petsc/src/mat/impls/aij/seq/seqhipsparse/
H A Daijhipsparse.hip.cxx3770 …, PetscCount nnz, const PetscCount jmap[], const PetscCount perm[], InsertMode imode, PetscScalar … in MatAddCOOValues()
3781 …atic PetscErrorCode MatSetValuesCOO_SeqAIJHIPSPARSE(Mat A, const PetscScalar v[], InsertMode imode) in MatSetValuesCOO_SeqAIJHIPSPARSE()
/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu4413 …, PetscCount nnz, const PetscCount jmap[], const PetscCount perm[], InsertMode imode, PetscScalar … in MatAddCOOValues()
4424 static PetscErrorCode MatSetValuesCOO_SeqAIJCUSPARSE(Mat A, const PetscScalar v[], InsertMode imode) in MatSetValuesCOO_SeqAIJCUSPARSE()
/petsc/src/vec/vec/impls/seq/kokkos/
H A Dveckok.kokkos.cxx1574 static PetscErrorCode VecSetValuesCOO_SeqKokkos(Vec x, const PetscScalar v[], InsertMode imode) in VecSetValuesCOO_SeqKokkos()
/petsc/src/mat/impls/scalapack/
H A Dmatscalapack.c113 …const PetscInt *rows, PetscInt nc, const PetscInt *cols, const PetscScalar *vals, InsertMode imode) in MatSetValues_ScaLAPACK()
/petsc/src/mat/impls/aij/seq/kokkos/
H A Daijkok.kokkos.cxx1393 static PetscErrorCode MatSetValuesCOO_SeqAIJKokkos(Mat A, const PetscScalar v[], InsertMode imode) in MatSetValuesCOO_SeqAIJKokkos()
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c4109 …A, Mat S, PetscInt nr, const PetscInt rows[], PetscInt nc, const PetscInt cols[], InsertMode imode) in MatSetValuesSubMat()
6464 PetscErrorCode PCBDDCScatterCoarseDataBegin(PC pc, InsertMode imode, ScatterMode smode) in PCBDDCScatterCoarseDataBegin()
6492 PetscErrorCode PCBDDCScatterCoarseDataEnd(PC pc, InsertMode imode, ScatterMode smode) in PCBDDCScatterCoarseDataEnd()
/petsc/src/mat/impls/aij/mpi/kokkos/
H A Dmpiaijkok.kokkos.cxx1577 static PetscErrorCode MatSetValuesCOO_MPIAIJKokkos(Mat mat, const PetscScalar v[], InsertMode imode) in MatSetValuesCOO_MPIAIJKokkos()
/petsc/src/mat/impls/hypre/
H A Dmhypre.c2361 static PetscErrorCode MatSetValuesCOO_HYPRE(Mat mat, const PetscScalar v[], InsertMode imode)

12