- Jan 07, 2025
-
-
joergbuchwald authored
-
- Jan 01, 2025
-
-
Dmitri Naumov authored
-
- Dec 20, 2024
-
-
- Nov 29, 2024
-
-
Max Jaeschke authored
-
- Nov 26, 2024
-
-
Max Jaeschke authored
-
- Nov 23, 2024
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Nov 20, 2024
-
-
and one comment change
-
added a warning to use it for creating local vectors.
-
- Oct 29, 2024
-
-
Lars Bilke authored
-
- Oct 23, 2024
-
-
- Oct 21, 2024
-
-
Dmitri Naumov authored
-
Although the expression is generally prevented from becoming negative by a conditional, it can still be negative for specific values, which is why the absolute value of the expression is taken.
-
-
-
- Oct 18, 2024
-
-
- Aug 26, 2024
-
-
Dmitri Naumov authored
-
-
- Aug 14, 2024
-
-
wenqing authored
-
- Aug 08, 2024
-
-
HBShaoUFZ authored
implementation, normalize A and rhs add feature in nonlinear solver Comment out of writing matrices for debugging Normalize linear equation system only for rectangular shaped A Matrix add the switch in NonlinearSolver add feature in matMultTranspose only when A is not square deactivate PETSc implementation add the check function in EquationSystem add override functions in ODE add override functions in TimeDiscretizedODESystem
-
- Jul 21, 2024
-
-
Dmitri Naumov authored
-
- May 08, 2024
-
-
Also added <cassert>, former code implicitly used an assert() function from eigen which was recently renamed to eigen_assert().
-
- [cmake] Also use MKLs OpenMP implementation for serial configs. - [cmake] Renamed OGS_USE_PETSC_MKL_EIGEN_OPENMP to OGS_USE_MKL_EIGEN_OPENMP. - [cmake] Option OGS_EIGEN_PARALLEL_BACKEND replaces other configs. Removed: - OGS_USE_MKL_EIGEN_OPENMP - OGS_EIGEN_USE_MKL - Also when OGS_USE_MKL=ON then OGS_EIGEN_PARALLEL_BACKEND defaults to MKL. - Updated eigen-unsupported version to inlude fix for MKL backend. Fix: https://gitlab.com/libeigen/eigen/-/merge_requests/851 - Moved OGS_EIGEN_PARALLEL_BACKEND initialization. - [cmake] Only link to OpenMP when eigen backend is set to OpenMP. - [cmake] Eigen includes OpenMP or MKL depending on backend.
-
-
- Apr 23, 2024
-
-
Lars Bilke authored
-
Lars Bilke authored
-
- Apr 12, 2024
-
-
Tom Fischer authored
-
Tom Fischer authored
-
- Apr 11, 2024
-
-
Tom Fischer authored
-
- Mar 27, 2024
-
-
Dmitri Naumov authored
Resolves cppcheck warning about missing return statement.
-
- Mar 11, 2024
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Feb 20, 2024
-
-
Lars Bilke authored
-
- Feb 13, 2024
-
-
Christoph Lehmann authored
-
- Feb 02, 2024
-
-
Dmitri Naumov authored
Return types must be auto, s.t. a cwise-nullary-op is returned.
-