Home
last modified time | relevance | path

Searched refs:reciprocal (Results 1 – 11 of 11) sorted by relevance

/petsc/src/binding/petsc4py/test/
H A Dtest_pc_py.py51 self.diag.reciprocal()
/petsc/src/vec/vec/impls/mpi/kokkos/
H A Dmpikok.kokkos.cxx208 v->ops->reciprocal = VecReciprocal_SeqKokkos; in VecCreate_MPIKokkos_Common()
/petsc/include/petsc/private/
H A Dvecimpl.h61 PetscErrorCode (*reciprocal)(Vec); member
H A Dveccupmimpl.h1033 VecSetOp_CUPM(reciprocal, VecReciprocal_Default, VecSeq_T::Reciprocal); in BindToCPU_CUPMBase()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi642 L.reciprocal()
645 R.reciprocal()
H A DVec.pyx2259 def reciprocal(self) -> None: member in Vec
2260 """Replace each entry in the vector by its reciprocal.
/petsc/src/vec/vec/impls/seq/
H A Dbvec2.c757 PetscDesignatedInitializer(reciprocal, VecReciprocal_Default),
/petsc/src/vec/vec/impls/mpi/
H A Dpbvec.c498 PetscDesignatedInitializer(reciprocal, VecReciprocal_Default),
/petsc/src/vec/vec/impls/nest/
H A Dvecnest.c790 ops->reciprocal = VecReciprocal_Nest; in VecNestSetOps_Private()
/petsc/src/vec/vec/utils/
H A Dvinv.c1225 …PetscCall(VecApplyUnary_Private(v, dctx, VecAsyncFnName(Reciprocal), v->ops->reciprocal, ScalarRec… in VecReciprocalAsync_Private()
/petsc/src/vec/vec/impls/seq/kokkos/
H A Dveckok.kokkos.cxx1638 v->ops->reciprocal = VecReciprocal_SeqKokkos; in VecCreate_SeqKokkos_Common()