Searched refs:try (Results 1 – 9 of 9) sorted by relevance
398 PetscInt try = (PetscInt)PetscCeilReal(PetscPowReal(size_left, 1. / (3 - d))); in Split3() local399 while (try * (size_left / try) != size_left) try++; in Split3()400 m[reverse ? 2 - d : d] = try; in Split3()401 size_left /= try; in Split3()
123 # try to group PETSc headers:126 # try to catch all third party headers and put them after deal.II but before
201 try220 try283 res = try307 res = try
50 PetscInt try = (PetscInt)PetscCeilReal(PetscPowReal(size_left, 1. / (3 - d))); in Split3() local51 while (try * (size_left / try) != size_left) try++; in Split3()52 m[reverse ? 2 - d : d] = try; in Split3()53 size_left /= try; in Split3()
31 You can use `make format` to help conform to coding conventions of the project, but try to avoid mi…
1497 # doxygen will try to run the HTML help compiler on the generated index.hhp.1589 # including file name) of Qt's qhelpgenerator. If non-empty doxygen will try to
202 The separation of the front- and backends enables applications to easily switch/try different backe…
171 …(Lower degree is often faster, albeit less robust; try {code}`-outer_mg_levels_ksp_max_it 2`, for …