Home
last modified time | relevance | path

Searched defs:begin (Results 1 – 14 of 14) sorted by relevance

/petsc/src/binding/petsc4py/test/
H A Dtest_dmshell.py126 def begin(dm, ivec, mode, ovec): function
149 def begin(dm, ivec, mode, ovec): function
172 def begin(dm, ivec, mode, ovec): function
/petsc/src/ksp/ksp/tutorials/
H A Dex82.c33 PetscInt m = 100, dim = 3, M, begin = 0, n = 0, overlap = 1; in main() local
/petsc/src/mat/tests/
H A Dex268.c25 PetscInt m = 100, dim = 3, M, K = 10, begin, n = 0; in main() local
H A Dex246.cxx47 PetscInt m = 100, dim = 3, M, begin = 0; in main() local
H A Dex241.c40 PetscInt m = 100, dim = 3, M, K = 10, begin, n = 0, N, bs; in main() local
/petsc/include/petsc/private/
H A Dmatdensecupmimpl.h346 PETSC_NODISCARD iterator begin() const noexcept in begin() function
389 const std::size_t begin = rstart * lda; in MakeDiagonalIterator() local
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DScatter.pyx262 def begin( member in Scatter
H A DLog.pyx118 def begin(cls) -> None: member in Log
558 def begin(self, *objs) -> None: member in LogEvent
/petsc/include/petsc/private/cpp/
H A Dunordered_map.hpp790 inline typename KHashTable<V, H, KE>::iterator KHashTable<V, H, KE>::begin() noexcept in begin() function in Petsc::khash::KHashTable
814 inline typename KHashTable<V, H, KE>::const_iterator KHashTable<V, H, KE>::begin() const noexcept in begin() function in Petsc::khash::KHashTable
/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmcontext.hpp52 cupmEvent_t begin{}; // timer-only member
/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm_impl.hpp1061 const auto begin = tx + bx * worksize; in MDot_kernel() local
1804 auto begin = thrust::make_zip_iterator(std::forward<Tuple>(first)); in ExecuteWNorm() local
/petsc/src/vec/vec/interface/
H A Drvector.c11 PetscErrorCode VecValidValues_Internal(Vec vec, PetscInt argnum, PetscBool begin) in VecValidValues_Internal()
/petsc/src/mat/impls/aij/seq/kokkos/
H A Daijkok.kokkos.cxx1535 const PetscInt begin = Ai(i); in MatInvertVariableBlockDiagonal_SeqAIJKokkos() local
/petsc/src/mat/impls/nest/
H A Dmatnest.c534 static PetscErrorCode MatNestFindISRange(Mat A, PetscInt n, const IS list[], IS is, PetscInt *begin in MatNestFindISRange()