| /petsc/include/petsc/private/cpp/ |
| H A D | unordered_map.hpp | 300 …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 D | gmres2.c | 32 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 D | borthog.c | 30 PetscErrorCode KSPGMRESModifiedGramSchmidtOrthogonalization(KSP ksp, PetscInt it) in KSPGMRESModifiedGramSchmidtOrthogonalization()
|
| H A D | borthog2.c | 35 PetscErrorCode KSPGMRESClassicalGramSchmidtOrthogonalization(KSP ksp, PetscInt it) in KSPGMRESClassicalGramSchmidtOrthogonalization()
|
| H A D | gmres.c | 92 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 D | pgmres.c | 21 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 D | memory.cxx | 159 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 D | mark_dcontext.cxx | 368 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 D | ex64.cxx | 296 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 D | fgmres.c | 257 …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 D | snesut.c | 423 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 D | lgmres.c | 353 …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 D | pipefgmres.c | 342 …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 D | test_snes.py | 199 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 D | ex2k.kokkos.cxx | 34 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 D | ex88.c | 9 static PetscErrorCode TestConvergence(KSP ksp, PetscInt it, PetscReal rnorm, KSPConvergedReason *re… in TestConvergence()
|
| /petsc/src/snes/linesearch/impls/bisection/ |
| H A D | linesearchbisection.c | 14 PetscInt it, max_it; in SNESLineSearchApply_Bisection() local
|
| /petsc/src/snes/tutorials/ |
| H A D | ex5f.F90 | 330 subroutine MySNESConverged(snes, it, xnorm, snorm, fnorm, reason, dummy, ierr) argument
|
| H A D | ex59.c | 31 PetscInt it, n = 11, i; in main() local
|
| /petsc/src/ksp/ksp/impls/gmres/dgmres/ |
| H A D | dgmres.c | 108 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 D | hashtable.h | 121 #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 D | lcd.c | 30 PetscInt it, j, max_k; in KSPSolve_LCD() local
|
| /petsc/src/sys/objects/device/tests/ |
| H A D | ex11.cxx | 115 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 D | ex1.c | 498 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 D | ex123.c | 12 PetscInt *it, *jt; in main() local
|