- Jul 30, 2020
-
-
Dmitri Naumov authored
The type is used as return type anyway, no advantage to make the typedef private.
-
Dmitri Naumov authored
Exterior forces output in LiquidFlow and HeatConduction See merge request ogs/ogs!3068
-
- Jul 28, 2020
-
-
Dmitri Naumov authored
When compared to the surface flux the numbers for hydraulic flow (aside from the boundary effects) are equal (scaled byth the surface element area).
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Both, Picard and Newton.
-
Dmitri Naumov authored
-
Lars Bilke authored
Fix compilation issues See merge request ogs/ogs!3067
-
Dmitri Naumov authored
The error does not pop up when compiling a unity build.
-
Dmitri Naumov authored
gcc-8.3 complains otherwise about the comparison operator being missing for two constant SegmentIterators.
-
Lars Bilke authored
[CI] Win python jobs See merge request ogs/ogs!3066
-
wenqing authored
A warning fix in NormalTractionBoundaryConditionLocalAssembler See merge request ogs/ogs!3024
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
- Jul 27, 2020
-
-
Dmitri Naumov authored
Refactor init shape matrices See merge request ogs/ogs!3063
-
- Jul 26, 2020
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Can be used then in other places where not all of the shape matrices are needed. Default to ALL, s.t. there is no change to the code.
-
Dmitri Naumov authored
Putting IntegrationMethod after GlobalDim enables automatic template argument deduction for that type.
-
- Jul 24, 2020
-
-
Dmitri Naumov authored
Allow curve usage in function parameters See merge request ogs/ogs!3058
-
Dmitri Naumov authored
Use MPL properties in HeatConduction process See merge request ogs/ogs!3062
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Use a Function type parameter with reference to the curve.
-
Dmitri Naumov authored
Allows usage of curves in Function type parameters.
-
Dmitri Naumov authored
Avoid instantiation of the NormalTractionBoundaryCondition for the bulk mesh dimension one.
-
Dmitri Naumov authored
This allows the function to be called from outside, given the GlobalDim template parameter is known.
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
- Jul 23, 2020
-
-
Dmitri Naumov authored
[T/CT] Use test_definition for the KineticReactant Benchmark. See merge request ogs/ogs!3060
-
renchao.lu authored
-
- Jul 22, 2020
-
-
Tom Fischer authored
improving process description in benchmark docu See merge request ogs/ogs!3059
-
Tom Fischer authored
[web] markdown linting See merge request ogs/ogs!3056
-
- Jul 21, 2020
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
This results in wrong rendering otherwise.
-
Mainly: - syntax hint for fenced code blocks - Alt text for images - Header mismatches
-
https://github.com/igorshubovych/markdownlint-cli ```bash markdownlint -f -i releases **/*.pandoc **/*.md ```
-