- Oct 08, 2024
-
-
Also avoid compiler warning warning: expression with side effects will be evaluated despite being used as an operand to 'typeid' [-Wpotentially-evaluated-expression]
-
-
wenqing authored
-
- Apr 08, 2024
-
-
Tom Fischer authored
-
- Jan 02, 2024
-
-
Dmitri Naumov authored
-
- Sep 29, 2023
-
-
Dmitri Naumov authored
The structure is small and does not require to be stored on heap.
-
- 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).
-
- Jul 12, 2023
-
-
Dmitri Naumov authored
This unifies the doxygen headers. If the (doxygen) header is not starting with \file, the following documentation is attributed to a different entity resulting is multiple copyright blocks and the like in the doxygen's html files.
-
- Jan 03, 2023
-
-
Dmitri Naumov authored
-
- Sep 27, 2022
-
-
Tom Fischer authored
Make the linearity property of LiquidFlow proces configurable
-
- Jul 13, 2022
-
-
wenqing authored
-
- Feb 16, 2022
-
-
Tom Fischer authored
-
- Jan 09, 2022
-
-
Dmitri Naumov authored
-
- Nov 04, 2021
-
-
joergbuchwald authored
-
- Oct 07, 2021
-
-
wenqing authored
-
- May 17, 2021
- May 10, 2021
-
-
Tom Fischer authored
-
- Apr 04, 2021
-
-
Dmitri Naumov authored
-
- Jan 01, 2021
-
-
Dmitri Naumov authored
-
- Oct 13, 2020
-
-
Tom Fischer authored
-
Tom Fischer authored
Output of surface flux uses the standard mesh output. Therefore it isn't necessary anymore to pass the output_directory.
-
- Apr 10, 2020
-
-
Dmitri Naumov authored
-
- Mar 23, 2020
-
-
Tom Fischer authored
Mv porosity/storage from solid to medium properties.
-
- Mar 16, 2020
-
-
Tom Fischer authored
-
Tom Fischer authored
-
- Mar 10, 2020
-
-
Tom Fischer authored
-
- Feb 21, 2020
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
- Jan 20, 2020
-
-
Tom Fischer authored
- Forward the output folder and mesh vector from ProjectData to CreateLiquidFlow. - Create an optional SurfaceFluxData object.
-
- Jan 03, 2020
-
-
Dmitri Naumov authored
-
- Nov 06, 2019
-
-
Dmitri Naumov authored
-
- Nov 03, 2019
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Sep 11, 2019
-
-
Dmitri Naumov authored
If only file name is specified it causes a warning about the name not to be specific enough if there is another file with the same name, e.g.: the name `IdealGasLaw.h' supplied as the second argument in the \file statement matches the following input files: ogs/MaterialLib/Fluid/Density/IdealGasLaw.h ogs/MaterialLib/MPL/Properties/IdealGasLaw.h Please use a more specific name by including a (larger) part of the path! From now on only \file w/o a name or a full path will be allowed. find -type f | xargs sed -i 's%\(\\file\).*%\1%'
-
- Jun 25, 2019
-
-
- Mar 11, 2019
-
-
Dmitri Naumov authored
-