- Jun 19, 2020
-
-
Mark OLESEN authored
- remnants from older code prior to wrapping PETSc vectors directly. - leave gAverage() and gSum(). Still potentially useful.
-
-
-
Mark OLESEN authored
- might have PREFIX/ARCH/include PREFIX/include
-
Mark OLESEN authored
-
Mark OLESEN authored
- setup without hypre as the safer choice. PETSc may not have been configured with hypre. Add test for petscFoam loading to top-level tutorials/Allrun
-
- Jun 18, 2020
-
-
Simone Bnà authored
TUT: added the optimization ksp_norm_type none; to all CG ksp solvers.
-
Simone Bna authored
-
Simone Bnà authored
libs ("libpetscFoam.so"); to get more link regular command libs (petscFoam);
-
Simone Bna authored
-
Simone Bna authored
-
Mark OLESEN authored
- change very misleading enum from `cachingTypes` to `updateTypes` and fix enumeration order. - default constructed cache was "None" (meant to be no caching) but should have been "Always" (ie, always update).
-
-
Simone Bnà authored
-
Simone Bnà authored
-
Simone Bnà authored
-
Ivan Spisso authored
-
Ivan Spisso authored
-
Ivan Spisso authored
-
Ivan Spisso authored
-
- Jun 16, 2020
-
-
Mark OLESEN authored
- consistent with other modules
-
Mark OLESEN authored
- support mixed-precision (SPDP) mode
-
Mark OLESEN authored
fix norm none optimization See merge request !3
-
stefano zampini authored
-
stefano zampini authored
-
Mark OLESEN authored
Fix for the GPU case + performance improvement for CG and foam L1 norm computation See merge request !1
-
- use KSP_NORM_NONE if using foam convergence criterion - support monitoring OpenFOAM residual reduction irrespective of the convergence testing - remove occurences of PETSC_NULL and nullptr in favor of NULL
-
-
-
- call SetUseInitialGuessNonzero before KSPSetFromOptions, so that users can still customize it. - We no longer need a patched petsc version that compute the L1 residual for us. - Use a monitor to report the initial residual from PETSc when using PETSc convergence testing. - Cleanup source code from unused functions/variables - Use PetscFunctionBeginUser/PetscFunctionReturn and PETSc error handling if called from PETSc
-
- the general MatSetUp call is a dummy call if we already preallocated with the above preallocators this is intended to allow for a different matrix type, only for the purpose of testing
-
- need VecResetArray otherwise the CPU array placed will never be updated STYLE: make PetscWrappedVector constructor explicit, use default constructor
-
Mark OLESEN authored
-
- Jun 15, 2020
-
-
Simone Bna authored
-
- Jun 12, 2020
-
-
Simone Bnà authored
-
Simone Bnà authored
-
Simone Bnà authored
-
Simone Bnà authored
-
- Jun 08, 2020
-
-
Mark OLESEN authored
- compile into FOAM_USER_LIBBIN for consistency with other modules
-
- Jun 05, 2020
-
-
Mark OLESEN authored
-