- Jan 02, 2024
-
-
Dmitri Naumov authored
-
- Nov 09, 2023
-
-
Dmitri Naumov authored
-
- Sep 17, 2023
-
-
Dmitri Naumov authored
The 'name' in process construction is also used after the process construction and so it can not be moved anyway. Taking it by const-ref avoids an extra copy here (and silences a cppcheck warning).
-
- Jan 03, 2023
-
-
Dmitri Naumov authored
-
- Jul 18, 2022
-
-
Dmitri Naumov authored
The coefficient can be temperature dependent and so forth and is, therefore not a constant. Related to !4131 "TH2M Dissolution of gas components in liquid phase" merge-request.
-
- Jun 21, 2022
-
-
- Mar 05, 2022
-
-
-
-
-
Squashed commits: [dffcc83f7] [PL/T2PF] Input molar masses from project file (+1 squashed commits) Squashed commits: [1fe3feb39] [PL/T2PF] Input molar masses from project file
-
Squashed commits: [4ac4a7514] [PL/T2PF] Subst. relative permeabilities by MPL
-
Squashed commits: [acaee0af8] [PL/T2PF] Subst. saturation by MPL
-
Squashed commits: [e4de4fed8] [PL/T2PF] Subst. latent heat of evaporation by MPL
-
-
- Feb 16, 2022
-
-
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
- Jan 09, 2022
-
-
Dmitri Naumov authored
-
- Nov 04, 2021
-
-
joergbuchwald authored
-
- Apr 04, 2021
-
-
Dmitri Naumov authored
-
- Jan 11, 2021
-
-
Dmitri Naumov authored
Use const references where necessary.
-
- 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 14, 2020
-
-
Dmitri Naumov authored
The fmt library happily accepts std::string without any conversions.
-
- Apr 10, 2020
-
-
Dmitri Naumov authored
-
- Jan 03, 2020
-
-
Dmitri Naumov authored
-
- Nov 06, 2019
-
-
Dmitri Naumov authored
-
- Nov 03, 2019
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
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/'
-