- May 08, 2024
-
-
- Apr 12, 2024
-
-
Tom Fischer authored
-
Tom Fischer authored
-
- Apr 11, 2024
-
-
Tom Fischer authored
-
- Jan 12, 2024
-
-
- Jan 02, 2024
-
-
Dmitri Naumov authored
-
- Oct 19, 2023
-
-
Lars Bilke authored
https://eigen.tuxfamily.org is down. Use https://libeigen.gitlab.io/docs instead.
-
- Oct 18, 2023
-
-
Dmitri Naumov authored
-
- Sep 28, 2023
-
-
Christoph Lehmann authored
-
- Sep 25, 2023
-
-
Christoph Lehmann authored
-
- Mar 24, 2023
-
-
Lars Bilke authored
-
- Jan 03, 2023
-
-
- Mar 31, 2022
-
-
Dmitri Naumov authored
Changing include order causes an internal Eigen error: Eigen/src/IterativeSolvers/InternalHeaderCheck.h:2:2: error: #error "Please include unsupported/Eigen/IterativeSolvers instead of including headers inside the src directory directly." If possible the scaling include should be removed in the future.
-
Dmitri Naumov authored
-
- Feb 18, 2022
-
-
-
joergbuchwald authored
-
joergbuchwald authored
-
- Jan 09, 2022
-
-
Dmitri Naumov authored
-
- Jan 06, 2022
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
- Aug 27, 2021
-
-
Dmitri Naumov authored
-
- May 17, 2021
-
-
Dmitri Naumov authored
-
- Apr 04, 2021
-
-
Dmitri Naumov authored
The Sparse' module parts are used also if unsupported module support is turned off.
-
Dmitri Naumov authored
-
- Jan 01, 2021
-
-
Dmitri Naumov authored
-
- May 04, 2020
-
-
joergbuchwald authored
-
- Apr 27, 2020
-
-
joergbuchwald authored
-
- Apr 20, 2020
-
-
joergbuchwald authored
-
joergbuchwald authored
add gmres restart test1 set gmres restart test2 add restart option for all Preconditioners (final)
-
- Apr 14, 2020
-
-
Dmitri Naumov authored
The fmt library happily accepts std::string without any conversions.
-
- Apr 10, 2020
-
-
Dmitri Naumov authored
-
Include spdlog via BaseLib/Logging.h, which provides macro replacements for ERR/DBUG/WARN/INFO...
-
- Jan 03, 2020
-
-
Dmitri Naumov authored
-
- Sep 12, 2019
-
-
Dmitri Naumov authored
Fixes multiple copyright messages in the doxygen docu. ag '\\file' -L --ignore=ThirdParty *Lib |xargs sed -i 's/\(.*\)\\copyright/\1\\file\n\1\\copyright/'
-
- Jul 16, 2019
-
-
Dmitri Naumov authored
Including - usage of static_cast instead of c-style cast, - single variable declaration per line, - removing const from return types - omit unnecessary string to char* conversions, The used clang-tidy checks are: google-readability-casting, readability-const-return-type, readability-container-size-empty, readability-delete-null-pointer, readability-deleted-default, readability-else-after-return, readability-function-size, readability-identifier-naming, readability-inconsistent-declaration-parameter-name, readability-isolate-declaration, readability-misleading-indentation, readability-misplaced-array-index, readability-named-parameter, readability-redundant-*, readability-simplify-*, readability-static-accessed-through-instance, readability-static-definition-in-anonymous-namespace, readability-string-compare, readability-uniqueptr-delete-release
-
- Feb 27, 2019
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Jan 06, 2019
-
-
Dmitri Naumov authored
-
- Jan 02, 2018
-
-
Dmitri Naumov authored
Clang format run on near-the-header lines. Happy New Year
-