- Oct 20, 2021
-
-
renchao.lu authored
-
renchao.lu authored
-
renchao.lu authored
-
renchao.lu authored
-
renchao.lu authored
-
renchao.lu authored
-
renchao.lu authored
-
renchao.lu authored
-
-
- Oct 19, 2021
-
-
Dmitri Naumov authored
Fix linking nlohmann_json See merge request !3851
-
Naming it same as in an externally found library.
-
Dmitri Naumov authored
[TH2M] Fixed a bug in using pressure, strain, stress dependent permeability models See merge request ogs/ogs!3821
-
-
-
-
-
Dmitri Naumov authored
Fix a segmentation fault in the tool geometryToGmshGeo. Closes #3208 See merge request ogs/ogs!3847
-
-
Writing the merged geometry to a file allows for visual inspection using a GUI. This could help to understand the issue.
-
-
-
test line intersecting domain boundary
-
Lars Bilke authored
-
- Oct 18, 2021
-
-
Lars Bilke authored
-
Dmitri Naumov authored
[partmesh] Removed the option of `-q` or `--lh_elements` for the impementation of parallel computing with Taylor Hood elements See merge request ogs/ogs!3805
-
-
-
-
the mixed linear and high order elements
-
regular base nodes -> regular high order nodes -> ghost base nodes -> ghost high order nodes.
-
Tom Fischer authored
[GL/MGTL] Pointer to vector of Point's wasn't cleaned up properly. Closes #3212 See merge request ogs/ogs!3849
-
- Oct 16, 2021
-
-
Dmitri Naumov authored
The use of unique_ptr is not necessary since the vector will be destroyed when going out of scope in the MarkNodesOutsideOfPolygon.
-
- Oct 15, 2021
-
-
-
Pointer to vector of Point's wasn't cleaned up properly. In rotatePolygonToXY a pointer to the vector of polygon points was created. The rotated polygon is on this vector. When the polygon is returned from the function it isn't possible to cleanup the vector properly. So the creation of the polygon is move to the function markNodesOutSideOfPolygon.
-
Christoph Lehmann authored
Small code improvements See merge request ogs/ogs!3845
-
- Oct 14, 2021
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-