- Sep 17, 2023
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Both time steps are created from the timestepper, so this construction is moved inside the ProcessData. This resolves the warning about the time step not being passed by reference, are removes the unnecessary std::move in the caller for the time step.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Small reformatting if string literals.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
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).
-
Dmitri Naumov authored
-
Dmitri Naumov authored
These are dangling-reference, array-bounds, and stringop-overread. This is the same as the exception for gcc-13.1.1.
-
Dmitri Naumov authored
-
- Sep 15, 2023
-
-
Dmitri Naumov authored
The 'next' value is not used afterwards.
-
Dmitri Naumov authored
Fixes "The initialized value is overwritten before it is read." warning.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Returning false when conversion would fail instead of OGS_FATAL. The OGS_FATAL happens on the caller side.
-
Dmitri Naumov authored
TRM: Enable strain dependent permeability See merge request ogs/ogs!4731
-
-
-
Lars Bilke authored
[nb] Fix seaborn matplotlib style names. See merge request ogs/ogs!4735
-
- Sep 14, 2023
-
-
Dmitri Naumov authored
Removed a local function in ProcessVariable.cpp See merge request ogs/ogs!4733
-
wenqing authored
-
-
-
Lars Bilke authored
-
Dmitri Naumov authored
MFrontGeneric: Extract Forces/Grads product See merge request ogs/ogs!4717
-
Tom Fischer authored
Fix crash for output of linear order variable on quadratic sub-mesh only See merge request ogs/ogs!4732
-
- Sep 13, 2023
-
-
Dmitri Naumov authored
Testing underspecified and overspecified combinations of blocks provided by MFront and blocks required by OGS.
-
- Sep 12, 2023
-
-
Tom Fischer authored
-
- Sep 11, 2023
-
-
Tom Fischer authored
-
Tom Fischer authored
This crashes with the current master; the next commit will fix ogs
-
- Sep 07, 2023
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
This allows to supply different forces/gradients blocks then the forces/gradients of the solid model. E.g. material model is driven by deformation gradient and computes new stress but the tangent operator gives derivative of stress w.r.t. strain and not to deformation gradient. The default behaviour is using forces/gradients of the solid material model.
-
Tom Fischer authored
-
Lars Bilke authored
[web] Improved installation instructions and links See merge request ogs/ogs!4728
-
Lars Bilke authored
[web] Notebook to webpage, direct conversion See merge request ogs/ogs!4727
-
Lars Bilke authored
-
- Sep 06, 2023
-
-
Lars Bilke authored
-