sort by:
Revision Author Date Message Commit Date
9e6a341 [ci] CMake presets on Win jobs. 03 February 2021, 12:21:40 UTC
990a999 [ci] CMake presets on Mac jobs. 03 February 2021, 12:21:40 UTC
23bf464 [CMake] Added option OGS_DISABLE_POETRY. 02 February 2021, 16:53:39 UTC
f467d89 Updated container-maker. 02 February 2021, 16:53:39 UTC
17f248f [ci] CMake presets on Linux jobs. 02 February 2021, 16:53:39 UTC
669859a [CMake] Set OGS_BUILD_SWMM to ON per default on Windows. 02 February 2021, 11:40:24 UTC
3c2c815 [CMake] Added release-gui preset. 01 February 2021, 21:08:36 UTC
30d9bbd [CMake] Fixed missing working directory in execute_process(). 01 February 2021, 20:48:43 UTC
09bc3c5 [CMake] Added build configuration presets. Build configuration presets are defined in CMakePresets.json Usage: # In OGS source code directory cmake -S . --preset release This will create a configured build in ogs/build/release with te Ninja generator ans some predefined options. Developer can create a CMakeUserPresets.json file in the root source directory with their own presets (this file is ignored by git). See docs: https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html 01 February 2021, 20:43:33 UTC
eb4f1f9 Merge branch 'dS_L_dp_cap' into 'master' RM/TRM: take dS_L_dp_cap from time discretization See merge request ogs/ogs!3422 01 February 2021, 12:24:54 UTC
acfef4c use tangent derivate for dS_L_dp_cap, if secant is not available, restructuring code 01 February 2021, 11:38:59 UTC
55858cd use secant derivative for dS_L_dp_cap in Local assembler 01 February 2021, 11:34:01 UTC
3ae1fb8 Merge branch 'SmallFixes' into 'master' Small fixes See merge request ogs/ogs!3425 01 February 2021, 08:08:30 UTC
c096b07 Merge branch 'MCAS_UBI' into 'master' Fixed additional convergence checks in ubiquitous joint models See merge request ogs/ogs!3424 31 January 2021, 16:35:14 UTC
88447b6 [T/GL] Replace std::bind with lambdas. By Jason Turner in his "C++ Best Practices": std::bind is almost always way more overhead (both compile time and runtime) than you need. Instead simply use a lambda. 29 January 2021, 22:47:36 UTC
ff64d3a [PL/O] Avoid potential use after move. Fixes clang-tidy warning bugprone-use-after-move. 29 January 2021, 22:47:36 UTC
6850352 [PL/BC/Python/BHEInflow] cppcheck: Access of moved variable 'in_out_global_indices'. 29 January 2021, 22:47:36 UTC
7097f97 [MaL/LA/Eigen] cppcheck: Parameter 'b' can be declared with const. 29 January 2021, 22:47:36 UTC
3e41929 [MaL/LA/Eigen] cppcheck: Fix 'arg. names diff.' warnings. 29 January 2021, 22:47:36 UTC
319bcc7 [A/IO/GocadIO] cppcheck: Parameter 'mesh_prop' can be declared with const. 29 January 2021, 22:47:36 UTC
ecece0b [MeL] Properties: Fix cppcheck 'arg. names diff.' warnings. 29 January 2021, 22:47:36 UTC
66ba5a9 [PL/RM] Drop unnecessary includes. 29 January 2021, 22:47:36 UTC
70a7a3b Fixed additional convergence checks. 28 January 2021, 15:12:51 UTC
99516fd Merge branch 'fix_doc' into 'master' Fixed the display error in the documentation of class RelPermUdell See merge request ogs/ogs!3421 25 January 2021, 20:16:33 UTC
b890ca1 [Doc/RelPermUdell] Moved the cited reference to bibliography 25 January 2021, 15:39:22 UTC
0c68c22 [Doc/RelPermUdell] Fixed the display of the math formulas of doxygen 25 January 2021, 15:35:38 UTC
11a9611 Merge branch 'MCAS_C2' into 'master' MohrCoulombAbboSloan Update See merge request ogs/ogs!3418 25 January 2021, 13:37:09 UTC
0a26194 Removed unused variable. 25 January 2021, 09:59:24 UTC
fe8f312 Clang format 25 January 2021, 09:59:24 UTC
b1c9417 Updated failing ctest results. 25 January 2021, 09:59:24 UTC
dccad7d Updated MCAS derivative models. 25 January 2021, 09:59:24 UTC
f3fa347 Changed MCAS to C2 continuity. 25 January 2021, 09:59:24 UTC
2ff0c7a Merge branch 'DecoupleTRMFromRM' into 'master' [PL/TRM] Decouple from RichardsMechanics. See merge request ogs/ogs!3420 25 January 2021, 08:39:10 UTC
ea1a378 [PL/TRM] Decouple from RichardsMechanics. 24 January 2021, 11:03:22 UTC
9c64588 Merge branch 'clean_dt_iteration_based' into 'master' Removed an unnecessary member of IterationNumberBasedTimeStepping See merge request ogs/ogs!3417 24 January 2021, 10:45:04 UTC
6cfd763 Merge branch 'fix_output_afer_rejected_time_step' into 'master' Fixed a bug that skips output at a accept time step with rejections before. See merge request ogs/ogs!3416 23 January 2021, 11:56:43 UTC
f89d174 Merge branch 'strength_reduction' into 'master' upload new strength reduction pdf file See merge request ogs/ogs!3413 22 January 2021, 20:39:39 UTC
c17dd18 [IterationNumberBasedTimeStepping] clean 22 January 2021, 16:03:05 UTC
3c6a1c3 Merge branch 'SmallFixes' into 'master' Small code improvements and fixes See merge request ogs/ogs!3415 22 January 2021, 14:58:07 UTC
1353d6b [Output] Allow output at the accept time step with rejected steps before 22 January 2021, 14:21:50 UTC
7a634bb [MatL] Lubby2; Remove obsolete comment. The comment was blindly copied from previous implementation. 22 January 2021, 14:15:56 UTC
06910e8 [A/U/ME] Constify result_mesh in tool. 22 January 2021, 14:15:37 UTC
3e21886 [MeL/MeshGenerators] Make MeshLayerMapper final. 22 January 2021, 14:15:37 UTC
fd4d218 [PL/RM] Extract common getDOFTables() function. 22 January 2021, 14:15:37 UTC
e54164c [PL/RM] Use algorithm instead of for-loop. Avoid's shadowing of the process_id variable. 22 January 2021, 14:15:37 UTC
de50e7b [PL/RM] Default initialize member variable. 22 January 2021, 14:15:37 UTC
fd4323e [PL/BC/DBCWithinTimeInterval] Fix ConfigTree warning in PETSc case. 22 January 2021, 14:15:37 UTC
47b6425 [ci] Allow failure on check docs links job. 22 January 2021, 13:09:15 UTC
5d9bb2e Removed dead link. 22 January 2021, 13:09:10 UTC
3213754 Merge branch 'RM_T' into 'master' Non-isothermal Richards mechanics (monolithic scheme) See merge request ogs/ogs!3166 22 January 2021, 11:42:09 UTC
3e021e7 Merge branch 'TimeLoopFixWhenMFrontFails' into 'master' Fixed a bug in IterationNumberBasedTimeStepping See merge request ogs/ogs!3411 22 January 2021, 11:27:55 UTC
2ab85aa [TRM] Changed the thermal expansion term 22 January 2021, 08:39:25 UTC
70838ea [TRM] Added a restriction to compute the swelling strain 22 January 2021, 08:39:25 UTC
6cfeeae [TRM] Use the trace of tensor to compute volume strain 22 January 2021, 08:39:25 UTC
60f7f86 [TRM] Updated with the recent changes in RM, e.g. the swelling strain 22 January 2021, 08:39:25 UTC
671cd0e [TRM] Renamed the shape function type and variables for T and p 22 January 2021, 08:39:25 UTC
2f7741c [TRM] Update for the changes in RM for using drho_l/dp 22 January 2021, 08:39:25 UTC
ad484fd [TRM] A detailed documentation of ThermoRichardsMechanicsProcess 22 January 2021, 08:39:25 UTC
bc8b49d [TRM/Test] Added a test about heat transport in stationary flow. 22 January 2021, 08:39:25 UTC
64199c9 [TRM/Test] Added Liakopoulos HM test 22 January 2021, 08:39:25 UTC
a260316 [TRM/Test] Added a test from TM 22 January 2021, 08:39:25 UTC
82dc422 [TRM/TEST] Added some benchmarks that are used to test RM 22 January 2021, 08:39:24 UTC
ccf98de [ParameterDoc/TRM] Added the parameter documentation. 22 January 2021, 08:39:24 UTC
8bae6ce [TRM] Moved the prefix of underscore in the private data member names to the name end , i.e as the name suffix. 22 January 2021, 08:39:24 UTC
1cb8340 [Process/TRM] Added it to the compilation list 22 January 2021, 08:39:24 UTC
753da56 [Process/TRM] Added the process creator 22 January 2021, 08:39:24 UTC
d1feb88 [Process/TRM] Added local assembler 22 January 2021, 08:39:24 UTC
4872abd [Process] Added ThermoRichardsMechanicsProcess 22 January 2021, 08:39:24 UTC
9f58aa6 Merge branch 'UpdateAutocheck' into 'master' Update autocheck to use invoke_result. Closes #3095 See merge request ogs/ogs!3412 22 January 2021, 07:49:07 UTC
46c7190 [T] Removed obsolete line. 21 January 2021, 20:05:27 UTC
fd29b0a [T] Fix python path with spaces on Windows. 21 January 2021, 20:05:05 UTC
d2c1de2 upload new strength reduction pdf file 21 January 2021, 19:44:38 UTC
183044f Update autocheck to use invoke_result. ... instead of deprecated result_of. 21 January 2021, 16:50:11 UTC
b76f127 [dt] Corrected dt for IterationNumberBasedTimeStepping when a time step is rejected. 21 January 2021, 09:09:05 UTC
af18e87 Merge branch 'GeneralizeCurveCtors' into 'master' [MaL] Curves; Generalize ctor to accept non-rvalue See merge request ogs/ogs!3408 20 January 2021, 18:05:51 UTC
b70dfd4 Merge branch 'BHE' into 'master' [BHE] fixed the pipe diameter parameter in the BHE 1U type See merge request ogs/ogs!3404 20 January 2021, 11:22:10 UTC
bdc4137 [MaL] Curves; Generalize ctor to accept non-rvalue 19 January 2021, 22:12:59 UTC
724d49c [BHE/PNW] updte the result figures in the BHE array pipe network benchmark 19 January 2021, 15:09:28 UTC
8396da2 [BHE/test] update the Ctest results of the benchmarks 19 January 2021, 15:09:28 UTC
3b14e98 [BHE/1U] fixed the outside diameter parameter used in 1U type BHE 19 January 2021, 15:09:28 UTC
fc89b22 Merge branch 'HM_remove_dkde' into 'master' [HM] remove Kpu_k See merge request ogs/ogs!3406 19 January 2021, 14:28:05 UTC
5466fc6 [HM] remove Kpu_k 19 January 2021, 10:58:55 UTC
a8be5ce Revert "[HM] added permeability-strain derivative" This reverts commit fe60a51b1a9a895ce8c88cfe9aac83a7dd42ea8c. 19 January 2021, 10:57:12 UTC
d07e5e3 [web] Added anchor to bugfixes downloads and provide compare link. 18 January 2021, 16:18:03 UTC
91844e0 Merge branch 'TimeLoopFixWhenMFrontFails' into 'master' Time loop fix when MFront fails. See merge request ogs/ogs!3397 18 January 2021, 12:02:00 UTC
ac65ccf Merge branch 'FixingMKLLinkageWithNinjaAndSharedLibs' into 'master' [MaL] Use old-style target link libs for MKL. See merge request ogs/ogs!3400 17 January 2021, 17:39:12 UTC
568b732 Merge branch 'relbranch' into 'master' Release branch binary deployment and CI fixes See merge request ogs/ogs!3401 16 January 2021, 19:32:27 UTC
12741fd [web] Add release branch binary download links. 16 January 2021, 18:54:19 UTC
c095065 [ci] Always run Windows jobs on release branch. 16 January 2021, 18:54:19 UTC
3e963d4 [ci] Add mtune-flag (sandybridge) to container job. Allows execution of the containers on envinf1. 16 January 2021, 18:54:19 UTC
ebb982e [ci] Disable build image jobs on release branch. 16 January 2021, 18:54:14 UTC
81e8f9d [ci] Enabled container job on release branch. 16 January 2021, 18:53:59 UTC
1b3b0b6 [MaL] Use old-style target link libs for MKL. This is partially reverting 071c19a9548dffdd58d5a715203ac908866f3ddd "[CMake] Use generator expression for target_link_libraries()". For the ninja build system when using shared libraries the generator expressions produce erroneous build.ninja file, and ninja generates an error: ``` CMake Error: Running '/usr/bin/ninja' '-C' '/home/naumov/w/ogs/r' '-t' 'recompact' failed with: ninja: error: build.ninja:8128: bad $-escape (literal $ must be written as $$) ``` Reason unknown. 16 January 2021, 14:39:54 UTC
b0baaa4 Merge branch 'SmallFixes' into 'master' Small fixes and code cleanups. See merge request ogs/ogs!3399 16 January 2021, 13:47:39 UTC
c030aae Merge branch 'qt-5.14.2' into 'master' Bump Qt to 5.14.2 on Win See merge request ogs/ogs!3398 15 January 2021, 20:02:07 UTC
8591478 [ci] Fix Linux gui job. 15 January 2021, 18:59:24 UTC
501b6e6 [MeL] Fix cppcheck 'arg. names diff.' warnings. 15 January 2021, 14:04:43 UTC
1d21633 [GL/SurfaceGrid] Use find_if instead of raw loop. 15 January 2021, 14:04:43 UTC
a444a00 [GL] Fix cppcheck 'arg. names diff.' warnings. 15 January 2021, 14:04:43 UTC
220cf75 [GL/GEOObjects] Fix dereferencing nullptr. 15 January 2021, 14:04:43 UTC
back to top