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

sort by:
Revision Author Date Message Commit Date
c98be45 [LIE/Test] Enabled one test 08 October 2021, 15:27:35 UTC
b910bb2 [LIE] Removed `.head(GlobalDim).noalias()` in HydroMechanicsLocalAssemblerFracture 08 October 2021, 15:26:18 UTC
9485418 [LIE/] Use explicit type for gravity_vec in HydroMechanicsLocalAssemblerFracture 08 October 2021, 14:55:24 UTC
6fd6bbe [LIE] Use ShapeFunction::DIM in ShapeMatrixPolicyType in HydroMechanicsLocalAssemblerFracture 08 October 2021, 14:28:52 UTC
88fbc90 Merge branch 'inclined_element' into 'master' [Inclined 1D/2D elements] Part 1: Realised in LiquidFow See merge request ogs/ogs!3632 08 October 2021, 12:31:40 UTC
b3045a8 Merge branch 'StorageCapacity' into 'master' [PL/CT] Incorporate the effect of change of storage capacity due to mineral dissolution-precipitation reaction See merge request ogs/ogs!3810 08 October 2021, 12:28:15 UTC
8e09c17 [T] update benchmark results. 08 October 2021, 11:56:33 UTC
7dc8926 [PL/CT] compute A and rhs. 08 October 2021, 11:56:33 UTC
6550559 [PL/CT] assemble global matrix K. 08 October 2021, 11:56:33 UTC
98de414 [PL/CT] incorporate the effect of change of storage capacity. 08 October 2021, 11:56:33 UTC
9276e0a [PL/CT] move forward into postSpeciationCalculation. 08 October 2021, 11:56:33 UTC
ae99503 [web] Fix Win cli downloads for master. Thanks to @fzill for reporting! 08 October 2021, 09:06:19 UTC
4d3cbd1 [web/benchmark] Added a description about the newly added benchmarks for the simulation with inclined elements. 07 October 2021, 21:11:23 UTC
96be3d9 [LiquidFlow/Ctest] Added a test about 1D elements in 3D space. 07 October 2021, 21:11:23 UTC
fa98f37 [LiquidFlow/Ctest] Added a test about fracture in 3D. 07 October 2021, 21:11:23 UTC
f1e1ad1 [Ctest/LiquidFlow] Added two benchmarks with inclined 2D mesh. 07 October 2021, 21:11:23 UTC
a684d45 [LiquidFlow] Replaced dimension with space dimension in LiquidProcess.cpp 07 October 2021, 21:11:23 UTC
7033622 [LiquidFlow] Use explicit type for some matrix and vector definition. 07 October 2021, 21:11:23 UTC
214a6e2 [LiquidFlow] Considered the local assembly in inclined element 07 October 2021, 21:11:23 UTC
1f7ce43 [NumLib] Added DimVectorType in EigenFixedShapeMatrixPolicy 07 October 2021, 21:11:23 UTC
1eca8a4 [NumLib] Added a default value of the template argument of ShapeMatrixPolicyType 07 October 2021, 21:11:23 UTC
8632368 [LiquidFlow] Added a member of element_rotation_matrices to LiquidFlowData 07 October 2021, 21:11:23 UTC
20886e2 [UnitTest] Added a test for getElementRotationMatrices with mesh without inclined element 07 October 2021, 21:11:23 UTC
c6abf92 [UnitTest] Added a test for getElementRotationMatrices with 2D mesh 07 October 2021, 21:11:23 UTC
37d27f6 [UnitTest] Added a test for getElementRotationMatrices with 3D mesh 07 October 2021, 21:11:23 UTC
013d8bd [MeshLib] Added a description of getElementRotationMatrices 07 October 2021, 21:11:23 UTC
eae3943 [MeshLib] Added a utility of getElementRotationMatrices 07 October 2021, 21:11:23 UTC
46b7f1a Merge branch 'RemoveQtDependencyFromGeoTools' into 'master' Remove Qt dependency from MoveGeometry and TriangulatePolyline See merge request ogs/ogs!3829 07 October 2021, 18:49:16 UTC
1836e43 [A/U/GeoTools] Remove Qt dependency from tools. 07 October 2021, 18:12:51 UTC
8c71329 [A/U/GeoTools] Substitute Qt dependent code by boost. 07 October 2021, 18:12:51 UTC
315f0eb Merge branch 'FixBugInHeatConductionProcess' into 'master' Fix HeatConductionProcess parallel (PETSc) build. See merge request ogs/ogs!3831 07 October 2021, 18:10:06 UTC
657d2a1 [T/HeatConduction] Test for parallel heat conduction. 07 October 2021, 15:20:28 UTC
9505d11 [PL/HeatConduction] Finalize the global mats and vec. assembly. After the assembly of matrices and vectors it is required to finalize them. This fixes a bug in parallel version of ogs. 07 October 2021, 15:20:28 UTC
5e0bec1 Merge branch 'update-xdmf' into 'master' [cpm] Update xdmf to fix CMake warnings. See merge request ogs/ogs!3830 07 October 2021, 13:35:01 UTC
62167a5 cmake-format 07 October 2021, 09:58:35 UTC
086c190 [cpm] Update xdmf to fix CMake warnings. See https://gitlab.opengeosys.org/ogs/xdmflib/-/commit/2e2439f4c867e872bc3e646b01f6e081667c4b02. 07 October 2021, 09:58:34 UTC
7d226dc [web] Added note on using a different compiler. 07 October 2021, 07:57:31 UTC
155530d Merge branch 'FixPetscMatrixOptions' into 'master' [MaL/PETSc] Fix order of matrix options. Closes #3202 and #3203 See merge request ogs/ogs!3817 07 October 2021, 04:33:47 UTC
9bdc4d6 add test using PETSc requiring mat_type seqaij for ILU 06 October 2021, 15:40:20 UTC
8f2b4fa [MatL/PETSc] Set default matrix type to 'aij'. This covers both, the serial and parallel cases: seqaij and mpiaij. The latter matrix type will not work for serial cases---#3203. 06 October 2021, 15:40:20 UTC
b96e476 [MatL/PETSc] Remove unnecessary commented code. From the documentation https://petsc.org/release/docs/manualpages/Vec/VecSetUp.html: "For basic use of the Vec classes the user need not explicitly call VecSetUp(), since these actions will happen automatically." 06 October 2021, 15:40:20 UTC
78580bc [MaL/PETSc] Fix order of matrix options. The matrix type set through command line arguments was overriden by an extra call. Changing the orders assigns the command line options higher priority than the default aij matrix type. 06 October 2021, 15:40:20 UTC
cbb921f Merge branch 'fix-hdf-mpi-check' into 'master' [cmake] Fixed hdf5 mpi check when using CPM for hdf5. See merge request ogs/ogs!3827 06 October 2021, 11:54:42 UTC
e5d2a18 [cmake] Fixed hdf5 mpi check when using CPM for hdf5. Check should executed only for system-wide hdf5 installs. When CPM is used the correct hdf5 configuration is guaranteed. 06 October 2021, 10:33:42 UTC
c1f8aab Merge branch 'ImproveResetPropertiesInPolygonalRegionTool' into 'master' [A/U/ME] Add switch argument to tool ResetPropertiesInPolygonalRegion. See merge request ogs/ogs!3818 06 October 2021, 10:05:54 UTC
c555e84 [MGTL/MeshEditing] Change for windows build. 06 October 2021, 08:52:56 UTC
a225d03 [A/U] Test for switch any_of in tool ResetPropertiesInPolygonalRegion. 06 October 2021, 08:52:56 UTC
62eb306 [web] Document the new switch of the tool ResetPropertiesInPolygonalRegion. 06 October 2021, 08:52:56 UTC
2c88301 [A/U/ME] Add switch arg to tool. A part of an element is inside of a polygon if at least one node is in the (convex) polygon. Sometimes it is useful to forster that all nodes of an element have to be in the polygon. With the new implemented switch argument the user can choose the behaviour of the algorithm. 06 October 2021, 08:52:56 UTC
1ec62b9 Merge branch 'SmallFixes' into 'master' Several independent changes See merge request ogs/ogs!3822 06 October 2021, 08:45:51 UTC
fe8a423 Merge branch 'THM_TRM_HeatFluxOutput' into 'master' THM/TRM Add heat flux output. See merge request ogs/ogs!3758 06 October 2021, 07:59:33 UTC
3f6d340 [MGTL] clang-format some lambdas. 06 October 2021, 07:37:29 UTC
607acc4 [PL/HM] Rename tpl-arg for consistency w other pcs 06 October 2021, 07:36:42 UTC
9a24250 [MeL] Remove unused getNumberOfGlobalBaseNodes(). 06 October 2021, 07:36:42 UTC
649fbb4 [MeL/IO] Make readMeshFromFileSerial private. Move implementation to cpp in anonymous namespace. 06 October 2021, 07:36:42 UTC
60f3352 [T/TRM] A2; Add HeatFlux to the comparisons. 06 October 2021, 07:31:33 UTC
99a11f7 [T/THM] Update A2 references. Only HydraulicFlow and NodalForces mismatched after a fix of their output in previous commit. Adding HeatFlux to comparisons and relax tolerances for now corrected NodalForces. 06 October 2021, 07:31:33 UTC
c49a8d5 [PL/THM/TRM] Add heat flux output. 06 October 2021, 07:31:33 UTC
eb3c7b8 Merge branch 'MeshLibElementCleanup' into 'master' [MeL] Move neighbour information from Node to Mesh. See merge request ogs/ogs!3819 05 October 2021, 22:02:49 UTC
2a483a6 [MeL] Mv neighbor information from Node to Mesh. 05 October 2021, 20:56:20 UTC
e8af0af Merge branch 'FixPadilla_NaCl1' into 'master' [RCT] re-enable the PadillaNaCl1 test case Closes #3178 See merge request ogs/ogs!3826 05 October 2021, 20:55:05 UTC
bc4b9b2 Merge branch 'FixMemLeakInMeshLib' into 'master' Fix memory leak in MeshLib Closes #3195 See merge request ogs/ogs!3824 05 October 2021, 17:54:49 UTC
dac1701 [T] relax absolute tolerance. 05 October 2021, 15:21:32 UTC
cc0251f [T] re-enable the Padilla_NaCl1 test case. 05 October 2021, 15:20:49 UTC
e35cda5 Merge branch 'PhaseField' into 'master' Energy output by computeEnergy has been updated. See merge request ogs/ogs!3806 05 October 2021, 14:34:16 UTC
3166ab9 [PL/PhF] Fix energy computation in parallel sims. The summation of the output energies and the pressure work was incorrectly computed at the partition boundaries. 05 October 2021, 12:19:31 UTC
96465f6 [PL/PhF] Correct energy computation for AT1/AT2. The computation is different for the two models. 05 October 2021, 12:16:10 UTC
8bd0e13 [MGTL] Use Line or Line3 constr. instead of Element::clone. 05 October 2021, 11:26:07 UTC
4e7fecf [MeL] Fix mem leak in TemplateElement constructor. 05 October 2021, 11:26:07 UTC
1c0b1e8 Merge branch 'container-cpu-target' into 'master' [ci] Better cpu target handling (`march` / `mtune`) See merge request ogs/ogs!3820 05 October 2021, 10:55:07 UTC
5b636d6 [ci] Fix TH2M switch. Cannot add a comment between CMake arguments (hides all remaining args). 05 October 2021, 06:58:14 UTC
c904f62 [cmake] Removed option OGS_ENABLE_AVX2. 04 October 2021, 09:29:47 UTC
6544777 [ci] Bump container cpu-target to ivybridge (envinf2). 04 October 2021, 09:29:47 UTC
82a38bd [ci] Set container cpu-target as a global variable. 04 October 2021, 09:29:47 UTC
e377aa0 [ci] Use container-makers --cpu-target flag. 04 October 2021, 09:29:47 UTC
ee47dc9 Merge branch 'fix-win' into 'master' [ci] Disable TH2M on Windows Closes #3197 See merge request ogs/ogs!3801 04 October 2021, 07:10:00 UTC
b9ba034 [ci] Temporarily disable TH2M on Windows. 04 October 2021, 06:33:27 UTC
731a947 Merge branch 'MplConvertAssertsToFatals' into 'master' [MPL] Convert asserts to OGS_FATAL in dValue(). See merge request ogs/ogs!3811 01 October 2021, 21:57:45 UTC
c10d458 [T/TH2M] Liakopoulos; slightly relax vtkdiff tol. 01 October 2021, 20:57:01 UTC
5448360 [MPL] Convert asserts to OGS_FATAL in dValue(). Avoids taking unimplemented derivatives. Also fix few typos in error messages. 01 October 2021, 20:57:01 UTC
b8ce717 Merge branch 'FixingTesZeoliteCtest' into 'master' Fixing TES Zeolite ctest. Closes #3198 See merge request ogs/ogs!3815 01 October 2021, 20:52:00 UTC
8a63aad [T/TES] Use direct solver in Zeolite Newton test. 01 October 2021, 18:56:39 UTC
3f51786 [T/TES] Change time stepping for Zeolite Newton. Update the ctest config for updated time step output. The reference files are still the same, no changes required. 01 October 2021, 18:38:49 UTC
f63a01b Merge branch 'van_genuchten_exp' into 'master' correcting van Genuchten exponent in doc: exchange m and n Closes #3181 See merge request ogs/ogs!3814 01 October 2021, 14:01:47 UTC
4fbb2f8 Merge branch 'check-hdf5-mpi' into 'master' [cmake] Check for hdf5 mpi config at cmake time. See merge request ogs/ogs!3812 01 October 2021, 13:27:53 UTC
9775452 Merge branch 'web-cmake-preset' into 'master' [web] Fixed required CMake version when using presets. See merge request ogs/ogs!3813 01 October 2021, 13:24:35 UTC
0a990f6 Merge branch 'TH2M_McWorther_H2' into 'master' [T/TH2M] H2 Benchmark McWorther See merge request ogs/ogs!3798 01 October 2021, 11:28:47 UTC
7008a4d correcting van Genuchten exponent in doc: exchange m and n 01 October 2021, 11:26:42 UTC
8380df4 [web] Fixed required CMake version when using presets. 01 October 2021, 11:11:18 UTC
3047317 [T/TH2M] Slightly relax tolerance for gas pressure 01 October 2021, 09:52:12 UTC
09431e0 [PL/TH2M] Extend dfW_4_LWpGa with k_over_mu_X'. 01 October 2021, 09:18:58 UTC
027522d [PL/TH2M] dfW_4_LWpC derivatives. 01 October 2021, 09:18:58 UTC
a504e6a [PL/TH2M] Rename dfW_4 to specific dfW_4_LWpG_. Needed before adding the dfW_4_LWpC parts. 01 October 2021, 09:18:58 UTC
7577fb8 [PL/TH2M] dk_over_mu_G_dp* and dk_over_mu_L_dp*. Derivatives used in the advection related parts of the Jacobian. 01 October 2021, 09:18:56 UTC
dda1185 [T/TH2M] H2; Newton version of the McWorther test. Reference files are copies of the original reference files, because windows symbolic links do not work. 01 October 2021, 09:18:26 UTC
9f5b517 [T/TH2M] H2 Benchmark McWorther 01 October 2021, 09:18:26 UTC
9e1d4ea Merge branch 'TH2M_Jacobian_cleanup' into 'master' Smaller cleanups of TH2M's Jacobian. See merge request ogs/ogs!3800 01 October 2021, 07:04:24 UTC
798f79b [PL/TH2M] Make drho_LR_dT and drho_SR_dT local. 30 September 2021, 19:47:14 UTC
75dcfa9 [PL/TH2M] Comment ds_L/dp_GR and drho_GR/dp_cap=0. Leaving the comments for now for easier check of the derivatives. 30 September 2021, 19:47:14 UTC
0f03d92 Merge branch 'SmallImprovements' into 'master' [MeL] Small code quality improvements. See merge request ogs/ogs!3799 30 September 2021, 13:27:08 UTC
back to top