Searched refs:solver (Results 1 – 8 of 8) sorted by relevance
| /libCEED/examples/deal.II/ |
| H A D | bps-kokkos.cc | 219 SolverCG<VectorType> solver(reduction_control); in main() local 221 solver.solve(op, v, u, diagonal_matrix); in main()
|
| H A D | bps-cpu.cc | 219 SolverCG<VectorType> solver(reduction_control); in main() local 221 solver.solve(op, v, u, diagonal_matrix); in main()
|
| /libCEED/examples/fluids/ |
| H A D | README.md | 5 HONEE, a more fully featured fluid dynamics solver, can be found on [GitLab](https://gitlab.com/phy… 10 The main Navier-Stokes solver for libCEED is defined in [`navierstokes.c`](navierstokes.c) with dif… 43 …- Run in test mode and specify whether solution (`solver`) or turbulent statistics (`turb_spanstat… 175 - View PETSc `SNES` nonlinear solver configuration 262 If thermal anomalies must exit the domain, the Riemann solver must resolve the contact wave to avoi… 263 The default Riemann solver, HLLC, is sufficient in this regard while the simpler HLL converts therm… 267 …s that the flow be a strict outflow (or the problem becomes ill-posed and the solver will diverge). 686 - Riemann solver for boundaries (HLL or HLLC)
|
| H A D | index.md | 632 …he x and y directions. When using an HLL (Harten, Lax, van Leer) Riemann solver {cite}`toro2009` (… 633 This problem can be fixed using a more sophisticated Riemann solver such as HLLC {cite}`toro2009` (…
|
| /libCEED/examples/solids/ |
| H A D | README.md | 52 This solver can use any mesh format that PETSc's `DMPlex` can read (Exodus, Gmsh, Med, etc.). 139 - View PETSc `SNES` nonlinear solver configuration
|
| /libCEED/doc/sphinx/source/ |
| H A D | releasenotes.md | 117 - Various performance enhancements, analytic matrix-free and assembled Jacobian, and PETSc solver c… 124 - Added "freestream" boundary conditions based on HLLC Riemann solver. 359 solver with algebraic multigrid coarse solve. 366 - {ref}`example-petsc-elasticity` ({file}`examples/solids/elasticity.c`): new solver for 479 A new explicit time-stepping Navier-Stokes solver was added to the family of libCEED
|
| /libCEED/doc/papers/joss/ |
| H A D | paper.md | 155 To highlight the ease of library reuse for solver composition and leverage `libCEED`'s full capabil…
|
| /libCEED/examples/nek/bps/ |
| H A D | bps.usr | 766 C Set up solver parameters 1083 C Set up solver parameters
|