This project is mirrored from https://:*****@gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- Jun 06, 2024
-
-
wenqing authored
-
- May 29, 2024
-
-
Christoph Lehmann authored
... from assembleWithJacobian() into a separate method. I added some constitutive data structs and reused some from TRM.
-
Christoph Lehmann authored
-
- May 28, 2024
-
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
With that change, Process.h does not include the reflection code transitively anymore, meaning less code dependencies and (hopefully) better/more fine-grained incremental builds, since many other compilation units depend on Process.h.
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
- May 23, 2024
-
-
Lars Bilke authored
-
- May 21, 2024
-
-
wenqing authored
-
wenqing authored
-
Dmitri Naumov authored
The original implementation in the assembleWithJacobian sneaked in erroneously. Though the dmxWL/dpLR is possible, but through the code only primary variables derivatives are used, p_GR and p_cap.
-
Dmitri Naumov authored
This reduces number of Eigen's template instantiations and also significantly helps with the runtime performance.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
This simplifies some calls and avoids two recomputations of the same quantity.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
... for hopefully faster compilation.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
This requires separation of enthalpies into FluidEnthalpyData and SolidEnthalpyData, hence the many changes.
-
Dmitri Naumov authored
For pressures, gradients, and strain use only strong typed values.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-