- Feb 16, 2022
-
-
- Jan 09, 2022
-
-
Dmitri Naumov authored
-
- Apr 04, 2021
-
-
Dmitri Naumov authored
-
- Jan 01, 2021
-
-
Dmitri Naumov authored
-
- Oct 21, 2020
-
-
Dmitri Naumov authored
Fixing a SEGV occuring on meshes which don't have a MaterialIDs property. The dummy_property_vector does not exist after the else condition and the pointer passed to the material properties becomes a dangling pointer.
-
- Apr 10, 2020
-
-
Dmitri Naumov authored
Include spdlog via BaseLib/Logging.h, which provides macro replacements for ERR/DBUG/WARN/INFO...
-
- Jan 13, 2020
-
-
Dmitri Naumov authored
TwoPhaseFlowWithPPMaterialProperties::getGasDensityDerivative
-
- Jan 03, 2020
-
-
Dmitri Naumov authored
-
- Sep 12, 2019
-
-
Dmitri Naumov authored
Mostly in the file headers. find *Lib -type f | xargs sed -i 'N;s%^\s\+\*\n\(\s\+\*/\)%\1%'
-
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/'
-
- Aug 02, 2019
-
-
This avoids the mutable member. The data is computed on every call anyway.
-
- Mar 11, 2019
-
-
Dmitri Naumov authored
-
- Feb 27, 2019
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Jan 06, 2019
-
-
Dmitri Naumov authored
-
- Jul 13, 2018
-
-
Dmitri Naumov authored
-
- Jan 02, 2018
-
-
Dmitri Naumov authored
Clang format run on near-the-header lines. Happy New Year
-
- Nov 20, 2017
-
-
Tom Fischer authored
-
Tom Fischer authored
-
- May 30, 2017
-
-
Dmitri Naumov authored
-
- May 15, 2017
- May 02, 2017
-
-
Dmitri Naumov authored
This potentially saves a second copy compared to using const reference. See Effective Modern C++, Item 41.
-
- Jan 09, 2017
-
-
Dmitri Naumov authored
-
- Nov 28, 2016
-
-
wenqing authored
-
- Nov 21, 2016
-
-
Norihiro Watanabe authored
-
- Nov 18, 2016
-
-
Yonghui56 authored
-