- 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/'
-
Tom Fischer authored
New MPL property: Brooks&Corey relative permeability
-
Norbert Grunwald authored
-
Norbert Grunwald authored
-
Norbert Grunwald authored
-
Norbert Grunwald authored
-
Norbert Grunwald authored
-
Norbert Grunwald authored
-
Norbert Grunwald authored
-
Norbert Grunwald authored
-
Norbert Grunwald authored
-
Norbert Grunwald authored
-
- Sep 11, 2019
-
-
Dmitri Naumov authored
New MPL property: Brooks&Corey saturation curve
-
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
move include CreateSaturationBrooksCorey.h into CreateProperties.h
-
-
-
-
-
Dmitri Naumov authored
-
-
Dmitri Naumov authored
Cleanup of clang-tidy warnings
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Also simplify the logic by removing the side effects.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
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%'
-
- Sep 10, 2019
-
-
-
-
-
-
-
Dmitri Naumov authored
MFront state initialization with sigma_prev and eps_prev.
-
Dmitri Naumov authored
Create Methods for MPL Properties
-
Dmitri Naumov authored
-