Searched refs:max_iter (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/sys/tests/ |
| H A D | ex64.cxx | 522 constexpr std::size_t max_iter = 10000; in test_iterators() local 536 …ize() < max_iter, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Forward progress test only works properly if t… in test_iterators() 543 for (i = 0; i < max_iter; ++i) { in test_iterators() 547 …max_iter, PETSC_COMM_SELF, PETSC_ERR_PLIB, "%s iterator did not appear to make forward progress us… in test_iterators() 549 for (i = 0; i < max_iter; ++i) { in test_iterators() 553 …max_iter, PETSC_COMM_SELF, PETSC_ERR_PLIB, "%s iterator did not appear to make forward progress us… in test_iterators() 557 for (i = 0; i < max_iter; ++i) { in test_iterators() 561 …max_iter, PETSC_COMM_SELF, PETSC_ERR_PLIB, "%s iterator did not appear to make forward progress us… in test_iterators() 563 for (i = 0; i < max_iter; ++i) { in test_iterators() 567 …max_iter, PETSC_COMM_SELF, PETSC_ERR_PLIB, "%s iterator did not appear to make forward progress us… in test_iterators()
|
| /petsc/src/ksp/ksp/tutorials/amrex/ |
| H A D | MyTest.H | 37 int max_iter = 100; variable
|
| H A D | MyTest.cxx | 69 mlmg.setMaxIter(max_iter); in solve() 117 pp.query("max_iter", max_iter); in readParameters()
|
| /petsc/doc/faq/ |
| H A D | index.md | 589 tolerance boomerAMG uses to decide if to stop before `max_iter` with
|