Home
last modified time | relevance | path

Searched refs:max_iter (Results 1 – 4 of 4) sorted by relevance

/petsc/src/sys/tests/
H A Dex64.cxx522 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()
547max_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()
553max_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()
561max_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()
567max_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 DMyTest.H37 int max_iter = 100; variable
H A DMyTest.cxx69 mlmg.setMaxIter(max_iter); in solve()
117 pp.query("max_iter", max_iter); in readParameters()
/petsc/doc/faq/
H A Dindex.md589 tolerance boomerAMG uses to decide if to stop before `max_iter` with