Home
last modified time | relevance | path

Searched defs:it (Results 1 – 25 of 64) sorted by relevance

123

/petsc/include/petsc/private/cpp/
H A Dunordered_map.hpp300 …table_iterator(table_type *map, khash_int it) noexcept : map_{std::move(map)}, it_{std::move(it)} … in table_iterator()
455 …ame KHashTable<V, H, KE>::khash_int KHashTable<V, H, KE>::flag_bucket_index_(khash_int it) noexcept in flag_bucket_index_()
461 …ashTable<V, H, KE>::flags_type &KHashTable<V, H, KE>::flag_bucket_at_(khash_int it, std::vector<fl… in flag_bucket_at_()
467 …ashTable<V, H, KE>::flags_type &KHashTable<V, H, KE>::flag_bucket_at_(khash_int it, const std::vec… in flag_bucket_at_()
473 …name KHashTable<V, H, KE>::flags_type &KHashTable<V, H, KE>::flag_bucket_at_(khash_int it) noexcept in flag_bucket_at_()
490 inline bool KHashTable<V, H, KE>::khash_test_flag_(khash_int it, const std::vector<flags_type> &fla… in khash_test_flag_()
497 inline bool KHashTable<V, H, KE>::khash_is_del_(khash_int it, const std::vector<flags_type> &flags)… in khash_is_del_()
503 inline bool KHashTable<V, H, KE>::khash_is_empty_(khash_int it, const std::vector<flags_type> &flag… in khash_is_empty_()
509 inline bool KHashTable<V, H, KE>::khash_is_either_(khash_int it, const std::vector<flags_type> &fla… in khash_is_either_()
515 inline bool KHashTable<V, H, KE>::khash_occupied_(khash_int it, const std::vector<flags_type> &flag… in khash_occupied_()
[all …]
/petsc/src/ksp/ksp/impls/gmres/
H A Dgmres2.c32 PetscErrorCode KSPGMRESSetOrthogonalization(KSP ksp, PetscErrorCode (*fcn)(KSP ksp, PetscInt it)) in KSPGMRESSetOrthogonalization()
66 PetscErrorCode KSPGMRESGetOrthogonalization(KSP ksp, PetscErrorCode (**fcn)(KSP ksp, PetscInt it)) in KSPGMRESGetOrthogonalization()
H A Dborthog.c30 PetscErrorCode KSPGMRESModifiedGramSchmidtOrthogonalization(KSP ksp, PetscInt it) in KSPGMRESModifiedGramSchmidtOrthogonalization()
H A Dborthog2.c35 PetscErrorCode KSPGMRESClassicalGramSchmidtOrthogonalization(KSP ksp, PetscInt it) in KSPGMRESClassicalGramSchmidtOrthogonalization()
H A Dgmres.c92 PetscInt it = 0, max_k = gmres->max_k; in KSPGMRESCycle() local
299 static PetscErrorCode KSPGMRESBuildSoln(PetscScalar *nrs, Vec vs, Vec vdest, KSP ksp, PetscInt it) in KSPGMRESBuildSoln()
347 static PetscErrorCode KSPGMRESUpdateHessenberg(KSP ksp, PetscInt it, PetscBool hapend, PetscReal *r… in KSPGMRESUpdateHessenberg()
401 PetscErrorCode KSPGMRESGetNewVectors(KSP ksp, PetscInt it) in KSPGMRESGetNewVectors()
/petsc/src/ksp/ksp/impls/gmres/pgmres/
H A Dpgmres.c21 PetscInt it = 0, j, k; in KSPPGMRESCycle() local
199 …ic PetscErrorCode KSPPGMRESBuildSoln(PetscScalar *nrs, Vec vguess, Vec vdest, KSP ksp, PetscInt it) in KSPPGMRESBuildSoln()
236 static PetscErrorCode KSPPGMRESUpdateHessenberg(KSP ksp, PetscInt it, PetscBool *hapend, PetscReal … in KSPPGMRESUpdateHessenberg()
/petsc/src/sys/objects/device/interface/
H A Dmemory.cxx159 auto it = map.find(const_cast<map_type::key_type>(ptr)); in search_for() local
193 const auto it = memory_map.search_for(ptr); in PetscDeviceRegisterMemory_Private() local
400 const auto it = memory_map.search_for(ptr); in PetscDeviceDeallocate_Private() local
H A Dmark_dcontext.cxx368 auto &it = *it_; in PetscGetMarkedObjectMap_Internal() local
408 …const auto it = std::remove_if(deps.begin(), end, [&](const MarkedObjectMap::snapshot_type &obj)… in PetscDeviceContextMapIterVisitor() local
427 …PetscCall(PetscDeviceContextMapIterVisitor(dctx, [&](map_iterator mapit, dep_iterator it, dep_iter… in PetscDeviceContextSyncClearMap_Internal()
479 …PetscCall(PetscDeviceContextMapIterVisitor(dctx, [&](map_iterator mapit, dep_iterator it, dep_iter… in PetscDeviceContextCheckNotOrphaned_Internal()
505 …const auto it = std::find_if(object_dependencies.begin(), end, [&](const MarkedOb… in MarkFromID_CompatibleModes() local
/petsc/src/sys/tests/
H A Dex64.cxx296 for (auto it = map.cbegin(); it != map.cend(); ++it) { in test_insert() local
352 auto it = map.find(saved_value.first); in test_insert() local
381 auto it = map.find(key); in test_find() local
421 …for (auto it = map.begin(); it != map.end(); ++it) MapCheck(map, false, PETSC_COMM_SELF, PETSC_ERR… in test_erase() local
429 const auto it = map.begin(); in test_erase() local
440 for (auto it = map.begin(); it != map.end(); ++it) { in test_erase() local
520 PetscErrorCode test_iterators(map_type &map, It it, It it2) noexcept in test_iterators()
/petsc/src/ksp/ksp/impls/gmres/fgmres/
H A Dfgmres.c257 …ic PetscErrorCode KSPFGMRESBuildSoln(PetscScalar *nrs, Vec vguess, Vec vdest, KSP ksp, PetscInt it) in KSPFGMRESBuildSoln()
302 static PetscErrorCode KSPFGMRESUpdateHessenberg(KSP ksp, PetscInt it, PetscBool hapend, PetscReal *… in KSPFGMRESUpdateHessenberg()
369 static PetscErrorCode KSPFGMRESGetNewVectors(KSP ksp, PetscInt it) in KSPFGMRESGetNewVectors()
/petsc/src/snes/interface/
H A Dsnesut.c423 PetscErrorCode SNESMonitorJacUpdateSpectrum(SNES snes, PetscInt it, PetscReal fnorm, PetscViewerAnd… in SNESMonitorJacUpdateSpectrum()
477 PetscErrorCode SNESMonitorRange_Private(SNES snes, PetscInt it, PetscReal *per) in SNESMonitorRange_Private()
520 PetscErrorCode SNESMonitorRange(SNES snes, PetscInt it, PetscReal rnorm, PetscViewerAndFormat *vf) in SNESMonitorRange()
737 PetscErrorCode SNESConvergedDefault(SNES snes, PetscInt it, PetscReal xnorm, PetscReal snorm, Petsc… in SNESConvergedDefault()
802 PetscErrorCode SNESConvergedSkip(SNES snes, PetscInt it, PetscReal xnorm, PetscReal snorm, PetscRea… in SNESConvergedSkip()
/petsc/src/ksp/ksp/impls/gmres/lgmres/
H A Dlgmres.c353 …ic PetscErrorCode KSPLGMRESBuildSoln(PetscScalar *nrs, Vec vguess, Vec vdest, KSP ksp, PetscInt it) in KSPLGMRESBuildSoln()
439 static PetscErrorCode KSPLGMRESUpdateHessenberg(KSP ksp, PetscInt it, PetscBool hapend, PetscReal *… in KSPLGMRESUpdateHessenberg()
507 static PetscErrorCode KSPLGMRESGetNewVectors(KSP ksp, PetscInt it) in KSPLGMRESGetNewVectors()
/petsc/src/ksp/ksp/impls/gmres/pipefgmres/
H A Dpipefgmres.c342 …etscErrorCode KSPPIPEFGMRESBuildSoln(PetscScalar *nrs, Vec vguess, Vec vdest, KSP ksp, PetscInt it) in KSPPIPEFGMRESBuildSoln()
378 static PetscErrorCode KSPPIPEFGMRESUpdateHessenberg(KSP ksp, PetscInt it, PetscBool *hapend, PetscR… in KSPPIPEFGMRESUpdateHessenberg()
604 static PetscErrorCode KSPPIPEFGMRESGetNewVectors(KSP ksp, PetscInt it) in KSPPIPEFGMRESGetNewVectors()
/petsc/src/binding/petsc4py/test/
H A Dtest_snes.py199 upd = lambda snes, it: None argument
210 upd2 = lambda snes, it: None argument
243 def _update(snes, it, cnt): argument
/petsc/src/dm/tests/
H A Dex2k.kokkos.cxx34 PetscInt it, i, j, k; in Update1() local
57 PetscInt it, i, j, k; in Update2() local
143 for (PetscInt it = 0; it < nwarm + nloop; it++) { in main() local
/petsc/src/ksp/ksp/tests/
H A Dex88.c9 static PetscErrorCode TestConvergence(KSP ksp, PetscInt it, PetscReal rnorm, KSPConvergedReason *re… in TestConvergence()
/petsc/src/snes/linesearch/impls/bisection/
H A Dlinesearchbisection.c14 PetscInt it, max_it; in SNESLineSearchApply_Bisection() local
/petsc/src/snes/tutorials/
H A Dex5f.F90330 subroutine MySNESConverged(snes, it, xnorm, snorm, fnorm, reason, dummy, ierr) argument
H A Dex59.c31 PetscInt it, n = 11, i; in main() local
/petsc/src/ksp/ksp/impls/gmres/dgmres/
H A Ddgmres.c108 PetscInt it = 0; in KSPDGMRESCycle() local
319 static PetscErrorCode KSPDGMRESBuildSoln(PetscScalar *nrs, Vec vs, Vec vdest, KSP ksp, PetscInt it) in KSPDGMRESBuildSoln()
364 static PetscErrorCode KSPDGMRESUpdateHessenberg(KSP ksp, PetscInt it, PetscBool hapend, PetscReal *… in KSPDGMRESUpdateHessenberg()
417 static PetscErrorCode KSPDGMRESGetNewVectors(KSP ksp, PetscInt it) in KSPDGMRESGetNewVectors()
/petsc/include/petsc/private/
H A Dhashtable.h121 #define PetscHashIterIncContinue(ht, it) (!PetscHashIterAtEnd((ht), (it)) && !kh_exist((ht), (it))) argument
137 #define PetscHashIterDecContinue(ht, it) (PetscHashIterAtEnd((ht), (it)) || (!PetscHashIterAtBegin(… argument
/petsc/src/ksp/ksp/impls/lcd/
H A Dlcd.c30 PetscInt it, j, max_k; in KSPSolve_LCD() local
/petsc/src/sys/objects/device/tests/
H A Dex11.cxx115 for (auto it = cont.cbegin(), next = std::next(it); it != cont.cend(); ++it, ++next) { in TestAllCombinations() local
165 …for (auto it = found_keys.cbegin(); it != found_keys.cend(); ++it) PetscCall(CheckMarkedObjectMap(… in TestAllCombinations() local
/petsc/src/snes/tests/
H A Dex1.c498 PetscErrorCode ConvergenceTest(KSP ksp, PetscInt it, PetscReal nrm, KSPConvergedReason *reason, Pet… in ConvergenceTest()
531 PetscErrorCode monitor_change_deltamax(SNES snes, PetscInt it, PetscReal fnorm, PetscCtx ctx) in monitor_change_deltamax()
/petsc/src/mat/tests/
H A Dex123.c12 PetscInt *it, *jt; in main() local

123