Home
last modified time | relevance | path

Searched refs:try (Results 1 – 9 of 9) sorted by relevance

/libCEED/examples/petsc/src/
H A Dpetscutils.c398 PetscInt try = (PetscInt)PetscCeilReal(PetscPowReal(size_left, 1. / (3 - d))); in Split3() local
399 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()
/libCEED/examples/deal.II/
H A D.clang-format123 # try to group PETSc headers:
126 # try to catch all third party headers and put them after deal.II but before
/libCEED/julia/LibCEED.jl/src/
H A DCeedVector.jl201 try
220 try
283 res = try
307 res = try
/libCEED/examples/petsc/
H A Dbpsraw.c50 PetscInt try = (PetscInt)PetscCeilReal(PetscPowReal(size_left, 1. / (3 - d))); in Split3() local
51 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()
/libCEED/
H A DCONTRIBUTING.md31 You can use `make format` to help conform to coding conventions of the project, but try to avoid mi…
H A DDoxyfile1497 # 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
/libCEED/doc/sphinx/source/
H A DCONTRIBUTING.md31 You can use `make format` to help conform to coding conventions of the project, but try to avoid mi…
H A DlibCEEDapi.md202 The separation of the front- and backends enables applications to easily switch/try different backe…
/libCEED/examples/solids/
H A DREADME.md171 …(Lower degree is often faster, albeit less robust; try {code}`-outer_mg_levels_ksp_max_it 2`, for …