- Oct 08, 2021
-
-
renchao.lu authored
-
renchao.lu authored
-
renchao.lu authored
-
renchao.lu authored
-
Lars Bilke authored
Thanks to @FZill for reporting!
-
- Oct 07, 2021
-
-
Dmitri Naumov authored
Remove Qt dependency from MoveGeometry and TriangulatePolyline See merge request ogs/ogs!3829
-
Tom Fischer authored
-
Tom Fischer authored
-
Dmitri Naumov authored
Fix HeatConductionProcess parallel (PETSc) build. See merge request ogs/ogs!3831
-
Tom Fischer authored
-
Tom Fischer authored
After the assembly of matrices and vectors it is required to finalize them. This fixes a bug in parallel version of ogs.
-
Tobias Meisel authored
[cpm] Update xdmf to fix CMake warnings. See merge request ogs/ogs!3830
-
Lars Bilke authored
-
Lars Bilke authored
-
Tom Fischer authored
[MaL/PETSc] Fix order of matrix options. Closes #3202 and #3203 See merge request ogs/ogs!3817
-
- Oct 06, 2021
-
-
-
Dmitri Naumov authored
This covers both, the serial and parallel cases: seqaij and mpiaij. The latter matrix type will not work for serial cases---#3203.
-
Dmitri Naumov authored
From the documentation https://petsc.org/release/docs/manualpages/Vec/VecSetUp.html: "For basic use of the Vec classes the user need not explicitly call VecSetUp(), since these actions will happen automatically."
-
Dmitri Naumov authored
The matrix type set through command line arguments was overriden by an extra call. Changing the orders assigns the command line options higher priority than the default aij matrix type.
-
Lars Bilke authored
[cmake] Fixed hdf5 mpi check when using CPM for hdf5. See merge request ogs/ogs!3827
-
Lars Bilke authored
Check should executed only for system-wide hdf5 installs. When CPM is used the correct hdf5 configuration is guaranteed.
-
Dmitri Naumov authored
[A/U/ME] Add switch argument to tool ResetPropertiesInPolygonalRegion. See merge request ogs/ogs!3818
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
A part of an element is inside of a polygon if at least one node is in the (convex) polygon. Sometimes it is useful to forster that all nodes of an element have to be in the polygon. With the new implemented switch argument the user can choose the behaviour of the algorithm.
-
Dmitri Naumov authored
Several independent changes See merge request ogs/ogs!3822
-
Dmitri Naumov authored
THM/TRM Add heat flux output. See merge request ogs/ogs!3758
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Move implementation to cpp in anonymous namespace.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Only HydraulicFlow and NodalForces mismatched after a fix of their output in previous commit. Adding HeatFlux to comparisons and relax tolerances for now corrected NodalForces.
-
Dmitri Naumov authored
-
- Oct 05, 2021
-
-
Dmitri Naumov authored
[MeL] Move neighbour information from Node to Mesh. See merge request ogs/ogs!3819
-
Tom Fischer authored
-
Dmitri Naumov authored
[RCT] re-enable the PadillaNaCl1 test case Closes #3178 See merge request ogs/ogs!3826
-
Lars Bilke authored
Fix memory leak in MeshLib Closes #3195 See merge request ogs/ogs!3824
-