This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- Jul 16, 2020
-
-
Dmitri Naumov authored
VecGetArray function requires the accessed vector not to be locked.
-
- Jul 15, 2020
-
-
Lars Bilke authored
[ci] Fixed Doxygen link in MR user interface. See merge request ogs/ogs!3052
-
Dmitri Naumov authored
HeatConduction; Newton and mass lumping See merge request ogs/ogs!3045
-
Lars Bilke authored
-
Lars Bilke authored
-
Dmitri Naumov authored
Iterators for mesh properties. See merge request ogs/ogs!3022
-
Lars Bilke authored
Improve error messages See merge request ogs/ogs!3051
-
Tom Fischer authored
-
- Jul 14, 2020
-
-
Dmitri Naumov authored
Update for new signature of the getValueBounds(). Generalize to more types. Deduplicate creation of the entries.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Uses new getValueBounds(). Handles more types of mesh properties. Differentiate differentiate more error types.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Change argument to existing property vector. This avoids double search. Also change return type to std::optional.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Handle more property types.
-
Dmitri Naumov authored
Also call MeshInformation::writePropertyVectorInformation() for similar code parts.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
[T/GL] DuplicateGeometry; Small cleanup. See merge request ogs/ogs!3048
-
Lars Bilke authored
-
Tom Fischer authored
-
Lars Bilke authored
[ci] Added missing docker login to ctest results job. See merge request ogs/ogs!3050
-
Lars Bilke authored
-
- Jul 13, 2020
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
- avoid variable shadowing by adding scope - use std::rand() - remove implicit and explicit casts - rely on actual size of geometry object (polylines) The test would fail sporadically (say in one out of 10000) runs. Reasons are not clear. My best guess is that the number of actually stored polylines differ from the number of generated polylines. A failing testrun would look like this: /Users/gitlab/builds/TqLuBEs-/0/ogs/ogs/Tests/GeoLib/TestDuplicateGeometry.cpp:92: Failure Expected equality of these values: n_plys Which is: 6 new_plys->size() Which is: 5 [ FAILED ] GeoLib.DuplicateGeometry (1 ms)
-
Dmitri Naumov authored
[App] Partmesh; Exclude integration point data. Closes #3013 See merge request ogs/ogs!3043
-
Dmitri Naumov authored
inside the partmesh tool. Keep them otherwise.
-
Tom Fischer authored
Metis converted input prepared with partmesh -i cube_1x1x1_hex_8.vtu --ogs2metis mpmetis -gtype=nodal cube_1x1x1_hex_8.mesh 2
-
- Jul 12, 2020
-
-
Dmitri Naumov authored
For now exclude the partitioning of this mesh item type.
-
- Jul 10, 2020
-
-
Dmitri Naumov authored
Extend and correct the benchmark description page.
-
Dmitri Naumov authored
- Replace the ASCII values and add new time steps to analytical solution file. - Use same mesh as for the tests (now in x-direction, not in z). - Update ctest references.
-
Dmitri Naumov authored
For both Newton and Picard non-linear solvers.
-
Dmitri Naumov authored
New results, very well comparable to the picard version.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
No changes to the results.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
If component transport is not enabled in the configuration, the variable is unused.
-
Lars Bilke authored
[Doxygen] Fixed project file links See merge request ogs/ogs!3047
-