https://gitlab.opengeosys.org/ogs/ogs.git

sort by:
Revision Author Date Message Commit Date
34bd9a1 [NL/DOF] Clang fmt OGS_FATAL message in NL::CompMap. 17 July 2020, 12:07:41 UTC
c3c513d [doc] Fix placement of \ogs_file_param. 17 July 2020, 10:57:05 UTC
aa7eb81 [T] Slightly relax tolerances of some ctests. 17 July 2020, 10:54:05 UTC
4d72fa1 [MatL] MFront; Formatting CMakeLists. 17 July 2020, 10:54:05 UTC
a84a17f [MaL] KelvinVector; Relax deviatoric test tols. 17 July 2020, 10:54:05 UTC
1395ef3 Merge branch 'ci-checks' into 'master' [CI] cppcheck See merge request ogs/ogs!3053 17 July 2020, 05:56:49 UTC
e8d8239 [web] Update release procedure and added 6.3.2 page. 16 July 2020, 16:04:15 UTC
a559ed6 [ci] Build container in tag pipeline. 16 July 2020, 16:03:37 UTC
3dbf4e0 Updated Changelog. 16 July 2020, 15:11:59 UTC
fd8af37 [ci] Build package target on Linux and Mac. 16 July 2020, 14:56:15 UTC
3b9c05e [ci] Artifacts on all platforms. 16 July 2020, 12:59:50 UTC
1a4d020 [ci] Disabled regular code quality job in favor of cppcheck. Currently there can just be one code quality report, see https://gitlab.com/gitlab-org/gitlab/-/issues/9014 Workaround could be https://gitlab.com/gitlab-org/gitlab/-/issues/9014#note_374129632 For now favoring cppcheck report. 16 July 2020, 12:48:58 UTC
7055e06 [ci] Enable cppcheck code quality report. 16 July 2020, 12:48:08 UTC
e2ef867 [ci] Run code quality on envinf1. 16 July 2020, 12:48:08 UTC
d7e6ee6 [ci] Code quality markdown-lint. 16 July 2020, 12:48:08 UTC
7ce5530 [ci] code quality excludes. 16 July 2020, 12:48:07 UTC
af0a101 [T/GL] Fix creation of surfaces. Triangle could be "empty" and will not be added to the surface. Changing to a while loop until the required number of triangles is added to the surface. Introduced in https://gitlab.opengeosys.org/ogs/ogs/-/merge_requests/3048 16 July 2020, 12:01:13 UTC
d9bfdd3 Merge branch 'PetscNonlinearSolver' into 'master' PETSc nonlinear solver See merge request ogs/ogs!3049 16 July 2020, 10:24:58 UTC
bd81770 Extend docu for non-linear solver types. Keeping it in same concise style as before, sure all of that docu needs a heavy upgrade. 16 July 2020, 10:01:19 UTC
22d77c7 [T] Test newtonls SNES solver on HeatConduction. Same results as in the OGS's version of the Newton. 16 July 2020, 10:01:19 UTC
1a16936 [PL] Add PETSc NS creation and to the time loop. 16 July 2020, 10:01:19 UTC
1f81164 [NL] ODE; Add PETSc SNES nonlinear solver. 16 July 2020, 10:01:19 UTC
b941753 [PL] TimeLoop: Remove generic setEquationSystem. This is preparation for the PETSc nonlinear solver. There we need different (from Picard) behaviour in the Newton tag case. 16 July 2020, 10:01:19 UTC
580454c [PL] Remove NLTag template from createProcessData. 16 July 2020, 10:01:18 UTC
839ec22 [MaL] Petsc; Check vector's lock before access. VecGetArray function requires the accessed vector not to be locked. 16 July 2020, 10:01:18 UTC
564d883 Merge branch 'fix-doxygen-ui-link' into 'master' [ci] Fixed Doxygen link in MR user interface. See merge request ogs/ogs!3052 15 July 2020, 11:48:19 UTC
5270813 Merge branch 'HeatConductionNewtonAndMassLumping' into 'master' HeatConduction; Newton and mass lumping See merge request ogs/ogs!3045 15 July 2020, 10:29:16 UTC
f41d983 [ci] Re-order includes. 15 July 2020, 10:09:40 UTC
e07f1d3 [ci] Fixed Doxygen link in MR user interface. 15 July 2020, 10:09:39 UTC
bc3a55b Merge branch 'MeshPropertiesIterators' into 'master' Iterators for mesh properties. See merge request ogs/ogs!3022 15 July 2020, 09:19:36 UTC
aa5618f Merge branch 'ImproveErrorMessages' into 'master' Improve error messages See merge request ogs/ogs!3051 15 July 2020, 04:57:11 UTC
4004e22 [PL/BC] Improve err. msg. mentioning data type. 15 July 2020, 03:39:07 UTC
7632aac [DE] Update ElementTree bounds. More types. Update for new signature of the getValueBounds(). Generalize to more types. Deduplicate creation of the entries. 14 July 2020, 21:44:19 UTC
42c8dd0 Update calls to changed getValueBounds(). 14 July 2020, 21:28:53 UTC
858d0a8 [MeL] Move print bounds lambda to function. 14 July 2020, 21:28:52 UTC
aa67531 [MeL] Generalize writePropertyVectorInformation(). Uses new getValueBounds(). Handles more types of mesh properties. Differentiate differentiate more error types. 14 July 2020, 21:28:52 UTC
dd5423d [MeL] Try to avoid a gcc warning. 14 July 2020, 21:28:52 UTC
f683a94 [MeL] MeshInfo::getValueBounds takes a property. Change argument to existing property vector. This avoids double search. Also change return type to std::optional. 14 July 2020, 21:28:52 UTC
f65d755 [App/Unity] Local variable rename. 14 July 2020, 21:28:52 UTC
eba9279 [App/Unity] Loop over properties, not their names. Handle more property types. 14 July 2020, 21:28:52 UTC
c3f4778 Loop over properties instead of property names. Also call MeshInformation::writePropertyVectorInformation() for similar code parts. 14 July 2020, 21:28:52 UTC
1dc7b7d [NL] Fix spacing in error message. 14 July 2020, 19:44:31 UTC
c0c1907 Merge branch 'GeoLibGeometryDuplicationUnitTestCleanup' into 'master' [T/GL] DuplicateGeometry; Small cleanup. See merge request ogs/ogs!3048 14 July 2020, 14:57:51 UTC
3c0a705 [web] Fixed docs.opengeosys.org redirects. 14 July 2020, 12:27:47 UTC
d6eb9fe [MGTL] Improve error msg. in MeshNodeSearcher. 14 July 2020, 11:47:15 UTC
dd1ea19 Merge branch 'ci-fix-ctest-results' into 'master' [ci] Added missing docker login to ctest results job. See merge request ogs/ogs!3050 14 July 2020, 10:43:03 UTC
b13bcdb [ci] Added missing docker login to ctest results job. 14 July 2020, 10:06:08 UTC
84c6c8c [T/GL] Generate non-empty surfaces with >= 1 tri. 13 July 2020, 19:05:45 UTC
54a62b3 [T/GL] DuplicateGeometry; Small cleanup. - 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) 13 July 2020, 19:05:45 UTC
4b729e3 Merge branch 'FixPartmeshTryingToPartitionIntegrationPointData' into 'master' [App] Partmesh; Exclude integration point data. Closes #3013 See merge request ogs/ogs!3043 13 July 2020, 16:37:32 UTC
532adcb [App] Partmesh; Remove metis files only if created inside the partmesh tool. Keep them otherwise. 13 July 2020, 10:44:41 UTC
fd4af9c [T] partmesh: partition mesh including field data. Metis converted input prepared with partmesh -i cube_1x1x1_hex_8.vtu --ogs2metis mpmetis -gtype=nodal cube_1x1x1_hex_8.mesh 2 13 July 2020, 10:41:16 UTC
6dcfb9a [App] Partmesh; Exclude integration point data. For now exclude the partitioning of this mesh item type. 12 July 2020, 20:58:14 UTC
1afcf5e [docu] Heatconduction; Plot various errors. Extend and correct the benchmark description page. 10 July 2020, 21:42:16 UTC
d1939bd [T] HeatConduction; Add script for analytical sol. - 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. 10 July 2020, 21:42:16 UTC
30d7cfa [T] HeatConduction; Masslumping tests. For both Newton and Picard non-linear solvers. 10 July 2020, 21:42:16 UTC
a8bd8fb [T] HeatConduction; Add Newton version. New results, very well comparable to the picard version. 10 July 2020, 21:42:16 UTC
eebbe48 [T] HeatConduction; Add two more reference files. 10 July 2020, 21:42:16 UTC
fd84b44 [T] HeatConduction; Test against reference values. 10 July 2020, 21:42:16 UTC
930961c [T] HeatConduction; Renames and generalization. No changes to the results. 10 July 2020, 21:42:15 UTC
01c2a20 [PL] HeatConduction; Add optional mass lumping. 10 July 2020, 21:42:15 UTC
8830fe6 [PL] HeatConduction; Add Newton scheme. 10 July 2020, 21:42:15 UTC
dfad74f [App] Fix unused variable warning. If component transport is not enabled in the configuration, the variable is unused. 10 July 2020, 20:48:01 UTC
ce74dd9 Merge branch 'fix-doxygen-links' into 'master' [Doxygen] Fixed project file links See merge request ogs/ogs!3047 10 July 2020, 09:50:39 UTC
9e8ed6c [Doxygen] Fixed project file links. 10 July 2020, 08:56:11 UTC
84a3947 Merge branch 'SmallFixes' into 'master' Small fixes See merge request ogs/ogs!3046 10 July 2020, 08:01:20 UTC
e1910dd Updated container-maker. 10 July 2020, 07:15:05 UTC
6de498e [PL/HM] Add referenced mass lumping documentation. 09 July 2020, 16:57:30 UTC
84b4155 [MeL] Fix misleading comment. 09 July 2020, 16:57:30 UTC
640577f Updated container-maker. 09 July 2020, 13:11:24 UTC
0a2d1a6 [ci] Fixed container tag on master. 09 July 2020, 07:21:05 UTC
4624bdd [ci] Fixed container job. 09 July 2020, 05:59:40 UTC
b5bed61 Merge branch 'ci-mpi-container' into 'master' [ci] Build openmpi container. See merge request ogs/ogs!3044 08 July 2020, 20:40:54 UTC
b6f36e7 Removed azure pipelines config. 08 July 2020, 20:03:14 UTC
a7fd6c4 Removed obsolete Dockerfiles. 08 July 2020, 20:02:52 UTC
67265e9 [ci] Removed git lfs commands. 08 July 2020, 20:01:56 UTC
7f1806a [ci] Build openmpi container. 08 July 2020, 19:23:56 UTC
0a99afc Merge branch 'UpdateToNewestMGIS' into 'master' Update to newest MGIS See merge request ogs/ogs!3028 08 July 2020, 16:15:05 UTC
08e5236 [MFront] Disabled warnings for OgsMFrontBehaviour. 08 July 2020, 07:16:08 UTC
783f038 [MatL] MFront; Use copy_n instead of for loops. 07 July 2020, 20:50:04 UTC
0851853 [MatL] MFront. Set states of behaviour data. Don't modify the behaviour data view. 07 July 2020, 20:50:04 UTC
b0683c1 Update MGIS submodule to current rliv-1.1 branch. OGS specific commits applied on top. 07 July 2020, 20:50:04 UTC
1d56968 [CMake] Add more mgis binaries as test dependencies. 07 July 2020, 20:50:04 UTC
aae6a73 Update container-maker 07 July 2020, 20:50:04 UTC
66d4e5d [ci] Enable mfront on Linux job. 07 July 2020, 20:50:04 UTC
695e16c [Conan] Update to tfel 3.3.0 07 July 2020, 20:50:04 UTC
0d5368d Merge branch 'ExtrapolateFromIntptToNode' into 'master' [CL] Chemical calculation shifted from nodes to int_pts (Part III): Calling intepolator and extrapolator in Timeloop See merge request ogs/ogs!3019 07 July 2020, 12:01:41 UTC
f1d81d7 Merge branch 'RemoveDryDensityPelletFromRM' into 'master' [PL/RM] Remove dry density pellet output. See merge request ogs/ogs!3042 07 July 2020, 09:19:51 UTC
c554e0e [T] Updated reference benchmark results. 07 July 2020, 07:12:04 UTC
f8b4047 [CL] Unit conversion for pH. 07 July 2020, 07:12:04 UTC
afab414 [PL] Call extrapolator. 07 July 2020, 07:12:04 UTC
198b41d [CL] Replace with chemical system index map. 07 July 2020, 07:12:04 UTC
f95c1cf [CL] Update doWaterChemistryCalculation function. 07 July 2020, 07:12:04 UTC
2dc7449 [CL] Get int_pt_process_solutions from chemical solver interface. 07 July 2020, 07:12:04 UTC
ffa81a0 [CL] Set aqueous solution. 07 July 2020, 07:12:04 UTC
7c0e62f [CL] Pass interpolated_process_solution to chemical solver interface. 07 July 2020, 07:12:04 UTC
dac496d Merge branch 'mpi-utils' into 'master' PETSc build with utils enabled See merge request ogs/ogs!3041 06 July 2020, 21:07:00 UTC
5d401dc [T] Disable ExtractBoundary-generate_input_* tests on MPI. 06 July 2020, 19:25:50 UTC
43db6f3 [ci] Petsc build with utils. 06 July 2020, 19:25:50 UTC
28866f1 [CMake] Fixed utils build with MPI. 06 July 2020, 19:25:50 UTC
back to top