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

sort by:
Revision Author Date Message Commit Date
36aee2e [web/Test/TRM] Added a description about the benchmark of CTF1 08 February 2022, 14:57:31 UTC
2daf4ca [web/Test/TRM] Added a description about the benchmark of TaskCDECOVALEX2023 08 February 2022, 14:57:22 UTC
933ffa9 [Test/TRM] Registered CFT1 to run 08 February 2022, 14:48:06 UTC
a11ffab [Test/TRM] Added a benchmark for TRM based on CTF1 experiment 08 February 2022, 14:48:06 UTC
795470b [Ctest/TRM] Added the Task C test for the case with vapour diffusion and latent heat 08 February 2022, 14:48:06 UTC
7e69b2c [TRM] Replaced heat_capacity with specific_heat_capacity for gas_phase->hasProperty according to issue #3176 08 February 2022, 14:48:06 UTC
8833fa4 [TRM] Added if(S_L < 1.0) condition for vapour diffusion computation to speed the assembly 08 February 2022, 09:16:17 UTC
f5edb89 [TRM] Added the latent heat term 08 February 2022, 09:16:17 UTC
a478894 [TRM] Added an option of using vapour heat capacity 08 February 2022, 09:16:07 UTC
82a74b3 [TRM] Implemented water vaporization terms 07 February 2022, 10:11:42 UTC
ca87816 Merge branch 'TRM/SecondaryVarsOutput' into 'master' TRM output liquid density and viscosity See merge request ogs/ogs!3980 04 February 2022, 19:49:00 UTC
60f050c [T/TRM] A2; Add liquid_density and viscosity test 04 February 2022, 19:10:30 UTC
55213a0 [PL/TRM] Add liquid density and viscosity output 04 February 2022, 19:10:30 UTC
2542ca4 [T] Quickfix for --write-prj tests not running. 04 February 2022, 17:53:47 UTC
5939c46 Merge branch 'non_eq_balance_source_term1' into 'master' Enabled equation wise flexibility in the use of compensate_non_equilibrium_initial_residuum Closes #3247 and #3242 See merge request ogs/ogs!3963 04 February 2022, 17:35:47 UTC
d5096ea Merge branch 'FurtherRefactorizations' into 'master' Small cleanup / renames in NumLib and ProcessLib See merge request ogs/ogs!3973 04 February 2022, 16:41:43 UTC
b54eb0c [Test/TM] In one benchmark, only allow momentum equation have non non equilibrium initial residuum. 04 February 2022, 15:31:05 UTC
36220bc [Doc] Add a new description of compensate_non_equilibrium_initial_residuum in process_variables/process_variable 04 February 2022, 15:31:05 UTC
3b30f4a [Doc] Removed that for compensate_non_equilibrium_initial_residuum from time_loop section 04 February 2022, 15:31:05 UTC
855ffce [Test] Removed the unnecessary tag of compensate_non_equilibrium_initial_residuum from some project files. 04 February 2022, 15:31:05 UTC
159db66 [Test] Moved <compensate_non_equilibrium_initial_residuum> from <time_loop> to <process_variables><process_variable> 04 February 2022, 15:31:05 UTC
e06085c [NumLib] Set the values of the selected entries of the initial residual, which are associated with the equations that do not need initial residual compensation, to zero. 04 February 2022, 15:30:57 UTC
1fdecca [NonEqR] Added a member function to equation classes to get the global indices of the entries of the global residual vector that do not need initial non-equilibrium compensation 04 February 2022, 08:37:59 UTC
5cf2d63 Moved compensate_non_equilibrium_initial_residuum from time loop to process variables 04 February 2022, 08:37:59 UTC
fca093f [PL/BoundaryConditionAndSourceTerm] Rm. unused header. 04 February 2022, 07:58:47 UTC
e0e2076 [PL/TimeLoop] Readability: eps as a constexpr double. 04 February 2022, 07:58:47 UTC
e0eff1d [PL/TimeLoop] Rename step_accepted to previous_step_accepted. 04 February 2022, 07:58:47 UTC
6d1d39b [NL] Make TimeDiscretization::computeRelativeChangeFromPreviousTimestep free function. 04 February 2022, 07:58:47 UTC
5135e80 [PL/TimeLoop] Evaluate conditions for early return. 04 February 2022, 07:56:24 UTC
85f1957 [NL/TS/Alg] IterationNumberBasedTS::next(): Use var. to make the meaning of tuple element clear. 04 February 2022, 07:56:24 UTC
e680601 [NL/TS/Algorithms/EvolutionaryPIDcontroller] Fix spelling. 04 February 2022, 07:56:24 UTC
cdc8c46 [NL/TS/Algorithms/EvolutionaryPIDcontroller] Return is accepted flag. 04 February 2022, 07:56:24 UTC
eed0e8d [PL] TimeLoop::computeTimeStepping(): Refactor lambda out of loop. 04 February 2022, 07:56:24 UTC
dad4a80 [NL/TS/Algorithms] Rm. unnecessary declarations. The same declaration is already in CreateEvolutionaryPIDcontroller.h, which is the correct place. 04 February 2022, 07:56:24 UTC
0a3519d Merge branch 'exprtk-snapshots' into 'master' [cmake] Changed download url for ExprTk to a self-hosted snapshot. See merge request ogs/ogs!3981 03 February 2022, 21:59:28 UTC
e79b594 Merge branch 'mesh-input-dir-2' into 'master' [cli] Added parameter -m for specifying a mesh input directory. See merge request ogs/ogs!3976 03 February 2022, 21:27:59 UTC
3607c0a [web] Docs for -m parameter. 03 February 2022, 20:23:44 UTC
5cb402d [T] Tests for -m parameter. 03 February 2022, 20:23:44 UTC
b07b23d [AppL] Renamed parameter. 03 February 2022, 20:23:44 UTC
22be365 [cmake] Changed download url for ExprTk to a self-hosted snapshot. Snapshots are derived from Software Heritage. See https://gitlab.opengeosys.org/ogs/libs/library-snapshots. 03 February 2022, 18:33:48 UTC
9804159 [cli] Added parameter -m for specifying a mesh input directory. Per default meshes are loaded relative to the .prj-file directory. When specifying -m the meshes are loaded relative to the specified directory. 03 February 2022, 18:12:58 UTC
94b9f1c Merge branch 'refactor-prj-includes' into 'master' [prj] Refactor <include> to allow additional patch run after includes. Closes #3249 See merge request ogs/ogs!3962 03 February 2022, 17:40:27 UTC
d23ca42 [BL] Fix documentation generation for function With the extra line between the comment and function definition doxygen attributes the documentation to other entity. 03 February 2022, 17:22:53 UTC
dba3f5b [web] Docs for --write-prj parameter. 03 February 2022, 15:11:01 UTC
8c61d0d [T] Added test for --write-prj output. 03 February 2022, 15:11:01 UTC
7f06006 [prj] Use xmlStrEqual instead of reinterpret_cast comparison. 03 February 2022, 15:11:00 UTC
3bcadba [ogs] Added new cli option 'write-prj' to write out processed prj file. The file is written to out_dir/[prj_base_name]_processed.prj. 03 February 2022, 15:08:43 UTC
babe18e [BL] Refactored project file processing into own file. 03 February 2022, 15:08:43 UTC
8059c05 [prj] Refactor code to be more C++ like. 03 February 2022, 15:08:38 UTC
f78c406 [web] Docs for after_includes. 03 February 2022, 14:52:42 UTC
f6ee86e [T] Tests for after_includes="true". 03 February 2022, 14:52:41 UTC
dfa7944 [prj] Additional patch run after includes. In the patch file you need to set the attribute after_includes="true" on every patch step which should be executed after the include phase. 03 February 2022, 14:52:41 UTC
ece89a7 [prj] Refactor <include> to be implemented in libxml2 instead of ptree. Will allow for an additional patch run after includes are resolved. 03 February 2022, 14:52:41 UTC
bc8022e [T] Quick-fix for SimpleMechanics notebook test. Closes #3255. 03 February 2022, 13:55:29 UTC
b15d404 Merge branch 'fixTransportPorosity' into 'master' [TRM] move transport porosity to medium See merge request ogs/ogs!3978 03 February 2022, 12:07:28 UTC
2cf7151 move transport porosity to medium as required by MPL 03 February 2022, 09:41:41 UTC
a78cdc4 Merge branch 'THM_FixTemperatureEquationWithoutOsmosis' into 'master' [PL/THM] Fix temp. eq. for case w/o thermal osmosis See merge request ogs/ogs!3956 02 February 2022, 12:16:34 UTC
4ad03bf Merge branch 'Clausius_Clapeyron_revised' into 'master' [MPL] Revision of Clausius Clapeyron equation See merge request ogs/ogs!3966 02 February 2022, 08:44:08 UTC
abbf9e7 Merge branch 'fix-container' into 'master' [ci] Changing base image for petsc container from centos to ubuntu. See merge request ogs/ogs!3970 01 February 2022, 19:30:42 UTC
2b91b95 complete comment on thermal dilatation effects 01 February 2022, 18:56:36 UTC
15b246e [T/THM] BGRa; New solution after Jacobian change The Jacobian changes (not the rhs changes) lead to new solution also in the primary variables exceeding relative tolerances from the vtkdiff. 1Pa change in pressure, 1e-5 relative. Small changen in displacement (and therefore also in sigma). 01 February 2022, 18:56:36 UTC
1266079 [T/THM] A2; Update solution after Jacobian change Only RHS values (NodalForces, HeatFlux, HydraulicFlow) have changed because of the changes in the Jacobian. Other variables passed the vtkdiff tests. For the A2_heating, the pressure deviates slightly O(1e-14) relative error; relax tolerance. 01 February 2022, 18:56:35 UTC
7a084fa [ci] Changing base image for petsc container from centos to ubuntu. CentOS is end-of-life, centos:8 base image does not work anymore. 01 February 2022, 18:50:44 UTC
11fe44d [PL/THM] Comment incomplete implementation The implementation of the compressibility effects in the temperature equation is not complete, especially the MTu and KTp terms are missing in the rhs_T. Having this terms in the Jacobian only does not change the results but breaks the linearization. When thermal osmosis is off, the now commented rhs_T term leads to nonphysical temperature rise. 01 February 2022, 17:24:09 UTC
dac5f80 Merge branch 'SomeRenames' into 'master' Improve readability by some renames in TimeLoop See merge request ogs/ogs!3967 01 February 2022, 10:14:44 UTC
9849552 Merge branch 'IdealGasLawBinaryMixture' into 'master' Ideal gas law binary mixture (again) See merge request ogs/ogs!3965 01 February 2022, 09:35:50 UTC
9426a73 [T/MPL] IdealGasLawBinary test adapted to new method. 01 February 2022, 07:38:47 UTC
e3036fb [MPL] IdealGasLawBinaryMixture returns phase density only. 01 February 2022, 07:38:47 UTC
7717594 [T/MPL] New test for Clausius-Clapeyron uses central differences. 01 February 2022, 07:19:26 UTC
d8e217e [MPL] Use molar mass of the component and not that of the phase. Therefore, the derivative is zero. 01 February 2022, 07:19:26 UTC
3a5f3b4 [NL/TS/Alg] Mv attribute _is_accepted to TimeStepAlgorithm. 31 January 2022, 19:08:46 UTC
c3b71f2 [PL] Rename timestepper to timestep_algorithm. 31 January 2022, 19:08:46 UTC
00f7bc9 [PL] TimeLoop: timestepper::setAccepted to error norms met. 31 January 2022, 19:08:46 UTC
1b120a6 [NL/TimeStepping] setAcceptedOrNot -> setAccepted. 31 January 2022, 19:08:46 UTC
cd1e84a Merge branch 'UpdateExprtk' into 'master' Exprtk; Update to newest version. See merge request ogs/ogs!3968 31 January 2022, 17:47:07 UTC
3c82e07 exprtk; Update to newest version. The previous commit 772884eb is no longer available in the repository. 31 January 2022, 13:32:06 UTC
e6e5255 Merge branch 'deployqt' into 'master' [de] Deploy Qt libraries on installation. See merge request ogs/ogs!3952 28 January 2022, 21:29:14 UTC
25c33a4 [de] Deploy Qt libraries on installation. Fixes website downloads for Windows. 28 January 2022, 20:53:01 UTC
138f031 Merge branch 'SmallRefactorizationsInTimeLoop' into 'master' Small refactorizations in TimeLoop See merge request ogs/ogs!3960 28 January 2022, 12:25:51 UTC
5f05afd Merge branch 'update_math' into 'master' Add a member function to EigenVector and LisVector to set several entries See merge request ogs/ogs!3958 27 January 2022, 16:41:26 UTC
edec490 [PL/Output] Include algorithm and iterator. 27 January 2022, 14:27:29 UTC
4186daf [PL/TimeLoop] Extract doNonlinearIteration() from loop. 27 January 2022, 14:27:29 UTC
5352f11 [PL] Extract updateDeactivatedSubdomains() from TimeLoop::loop(). 27 January 2022, 14:27:29 UTC
bd47e95 [PL] TimeLoop::computeTimeStepping: refactoring computation of initial step. 27 January 2022, 14:27:29 UTC
01e3082 [PL] Use ProcessData obj as input for setEquationSystem. 27 January 2022, 14:27:29 UTC
3f3092d [PL] Move setEquationSystem to ProcessData.cpp setEquationSystem uses only attributes from ProcessData. 27 January 2022, 14:27:29 UTC
89021f7 [EigenVector] Added a member function to set several entries 27 January 2022, 14:18:10 UTC
0a48e96 [LisVector] Added a member function to set several entries 27 January 2022, 14:18:10 UTC
51dbd3b [ci] Run debug sanitizer job on master only. 27 January 2022, 13:52:05 UTC
112ff77 Merge branch 'UseSharedPtrInConfigTree' into 'master' [BL] Use shared_ptr in ConfigTree. See merge request ogs/ogs!3957 27 January 2022, 13:05:31 UTC
b9cf742 Merge branch 'container-ldconfig' into 'master' Update container-maker: Added ldconfig option to hdf5 and boost. See merge request ogs/ogs!3961 27 January 2022, 07:50:23 UTC
f8803dc Update container-maker: Added ldconfig option to hdf5 and boost. 26 January 2022, 21:34:24 UTC
dd9bf58 [BL] ConfigTree using shared_ptr. 26 January 2022, 12:44:05 UTC
bbd01ef [A/CLI/ogs] Rm some assertNoSwallowedErrors()-calls. 26 January 2022, 11:06:47 UTC
5e4bcb1 Merge branch 'ci-linux-debug' into 'master' [ci] Job linux native builds Debug config with optimizations See merge request ogs/ogs!3597 25 January 2022, 15:59:48 UTC
6a1ec53 [cmake] Make linter happy. 25 January 2022, 14:06:52 UTC
c1d2837 [ci] Disable packaging on debug job. 25 January 2022, 12:59:22 UTC
e520ff1 [MaL] Faster sqrDist w/o EigenMaps In the release build the runtime (for a reviseMesh ctest) is improved only by 1-2%. For the debug build the runtime improved by more then 50%. 25 January 2022, 12:52:08 UTC
f01b1d0 [T/PL] Adjust runtimes of some ctests 25 January 2022, 12:52:08 UTC
04029fc [ci] Limit ctest's max runtime for debug pipeline 25 January 2022, 12:52:08 UTC
back to top