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

sort by:
Revision Author Date Message Commit Date
8cfd158 Merge branch 'InspectGmshInterfaceBug' into 'master' Fix a segmentation fault in the tool geometryToGmshGeo. Closes #3208 See merge request ogs/ogs!3847 19 October 2021, 08:07:26 UTC
d74ac28 [A/DE] Catch exception in callGMSH instead of crash. 19 October 2021, 08:07:15 UTC
50f731c [A/U/MGT] Add cli arg for output of internal (merged) geometry. Writing the merged geometry to a file allows for visual inspection using a GUI. This could help to understand the issue. 19 October 2021, 08:07:15 UTC
c887f35 [A/U/MGT] Catch exeption thrown when point is outside of bounding polygon. 19 October 2021, 08:07:15 UTC
5115c2b [A/IO/Gmsh] Collect err msg. and throw exception instead of silent crash. 19 October 2021, 08:07:15 UTC
b95f221 [T] (Crashing) Test for tool geometryToGmshGeo. test line intersecting domain boundary 19 October 2021, 08:07:15 UTC
e79ead7 [web] Fixed links for Python formatter. 19 October 2021, 05:57:51 UTC
9c3a513 [ci] Save benchmark outputs on coverage job. 18 October 2021, 12:21:28 UTC
eda7408 Merge branch 'partmesh_TaylorHood' into 'master' [partmesh] Removed the option of `-q` or `--lh_elements` for the impementation of parallel computing with Taylor Hood elements See merge request ogs/ogs!3805 18 October 2021, 10:04:26 UTC
7de4634 [Test/partmesh] Updated the reference result files of partmesh_2Dmesh_3partitions_binary 18 October 2021, 08:46:41 UTC
0bbb51b Test/partmesh] Added another test (quad9 mesh) 18 October 2021, 08:46:41 UTC
13dd05e [Test/partmesh] Added a test (quad8 mesh) 18 October 2021, 08:46:41 UTC
bb79dd0 [partmesh] Removed the option of '-q' or '--lh_elements' for the mixed linear and high order elements 18 October 2021, 08:46:41 UTC
4d8d00c [partmesh] Changed the order of the elements of the node vector as regular base nodes -> regular high order nodes -> ghost base nodes -> ghost high order nodes. 18 October 2021, 08:46:41 UTC
324bbf0 Merge branch 'FixMemLeakInResetPropertiesInPolygonalRegion' into 'master' [GL/MGTL] Pointer to vector of Point's wasn't cleaned up properly. Closes #3212 See merge request ogs/ogs!3849 18 October 2021, 08:07:12 UTC
2cb70a7 [GL] Simplify rotatePolygonPointsToXY ret. value. The use of unique_ptr is not necessary since the vector will be destroyed when going out of scope in the MarkNodesOutsideOfPolygon. 16 October 2021, 08:42:38 UTC
b76a5e5 [GL/MGTL] Change interface of rotatePolygonPointsToXY. 15 October 2021, 20:16:41 UTC
2d89680 [GL/MGTL] Cleanup Pointer to vector of Point's. Pointer to vector of Point's wasn't cleaned up properly. In rotatePolygonToXY a pointer to the vector of polygon points was created. The rotated polygon is on this vector. When the polygon is returned from the function it isn't possible to cleanup the vector properly. So the creation of the polygon is move to the function markNodesOutSideOfPolygon. 15 October 2021, 19:53:24 UTC
2c8f206 Merge branch 'SmallImprovements' into 'master' Small code improvements See merge request ogs/ogs!3845 15 October 2021, 09:06:29 UTC
50e47e9 [GL] Forbit automatic generation of constr. and assignment ops. 14 October 2021, 14:49:26 UTC
4a28e3b [GL] Clarify docu for class PointVec. 14 October 2021, 14:49:26 UTC
dea394e [GL/IO/XmlIO/Boost] Rm. comment that is not any longer valid. 14 October 2021, 14:49:26 UTC
dcdf170 [A/IO/Gmsh] Eigen::Matrix3d::Identity instead of setting particular entries. 14 October 2021, 14:49:26 UTC
a2d92ff [GL] Clang format PointVec.h. 14 October 2021, 14:49:26 UTC
2530eda [A/U/SWMMConverter] Rm. unused include CsvInterface. 14 October 2021, 12:47:05 UTC
9f85c68 Merge branch 'unify-local-data-initializers' into 'master' Removed duplicate LocalDataInitializers See merge request ogs/ogs!3843 14 October 2021, 09:19:59 UTC
fa5644e [PL] Fixed format 14 October 2021, 07:34:15 UTC
93ae710 [PL] Reduced number of local data initializers 14 October 2021, 05:35:36 UTC
9a4fa36 Merge branch 'UpgradeGTest' into 'master' Update gtest to 1.11.0 See merge request ogs/ogs!3844 14 October 2021, 05:09:19 UTC
b1af5b5 [cmake] Specify gtest version in versions.json. 13 October 2021, 21:26:05 UTC
5b30510 [cpm] Update gtest to 1.11.0 13 October 2021, 12:45:56 UTC
91e80ec Merge branch 'release-followup' into 'master' Some release followup See merge request ogs/ogs!3841 12 October 2021, 07:32:30 UTC
618f56b Merge branch 'RemoveToolTriangulatePolygon' into 'master' [GeoTools] Remove untested, undocumented and probably unused tool TriangulatePolyline. See merge request ogs/ogs!3840 12 October 2021, 06:57:56 UTC
d92ae5b [web] Procedure update. 12 October 2021, 06:43:10 UTC
8404941 [ci] Fixed order of release creation and website deployment. 12 October 2021, 06:36:51 UTC
91cc9fb [web] Added note about jupyter container tag. 12 October 2021, 06:36:24 UTC
ea48806 [web] Typo in release notes. 12 October 2021, 06:36:01 UTC
6972175 [A/U/GeoTools] Rm. tool TriangulatePolyline. The tool doesn't work anymore, there isn't a test for the tool and it isn't documented. Furthermore, it seems that nobody is using it. 12 October 2021, 04:18:47 UTC
80f50c4 OpenGeoSys 6.4.1 11 October 2021, 11:52:34 UTC
293863a Merge branch 'fix_unit_test' into 'master' [UnitTest] Fixed the bug in NumLibNaturalCoordinates See merge request ogs/ogs!3836 11 October 2021, 11:14:30 UTC
447956e Merge branch 'python-deps' into 'master' OGS_USE_PYTHON compilation dependencies See merge request ogs/ogs!3828 11 October 2021, 11:10:54 UTC
ac4ed65 Merge branch 'MeshLibUseArrayOfNodesInsteadOfHeapAllocatedCArray' into 'master' [MeL] Use array of nodes instead of heap allocated array See merge request ogs/ogs!3837 11 October 2021, 10:24:37 UTC
0d9019d [MeL] Use array of nodes instead of heap alloc arr The problem with the heap allocated array is that the ownership is not clear. In the MeshEditing.Prism2Quad unit-test the array of nodes was used after it has been already deleted after element construction. Using array is safer and avoids unnecessary heap alloctions. 11 October 2021, 09:45:49 UTC
0119183 Update CHANGELOG.md [ci skip] 11 October 2021, 09:04:49 UTC
cd39fb8 [cmake] Add symbol OGS_USE_PYTHON to HeatTransportBHE. 11 October 2021, 08:32:08 UTC
20a5d87 [cmake] Added target includes for gui. 11 October 2021, 08:32:08 UTC
23189a5 [cmake] Add symbol OGS_USE_PYTHON to ApplicationsLib and ProcessLib. 11 October 2021, 08:32:08 UTC
c307865 [cmake] Symbol OGS_USE_PYTHON is not required on ProcessLibBoundaryConditionAndSourceTermPython. 11 October 2021, 08:32:08 UTC
9637b1b [cmake] Symbol OGS_USE_PYTHON can be private. 11 October 2021, 08:32:08 UTC
56bbd5e [cmake] Added option GENERATE_EXPORT_HEADER in ogs_add_library(). 11 October 2021, 08:32:08 UTC
19d8503 [UnitTest] Fixed the bug in NumLibNaturalCoordinates 11 October 2021, 06:43:21 UTC
187df32 Merge branch 'ClangFormat' into 'master' Clang format See merge request ogs/ogs!3835 10 October 2021, 11:54:14 UTC
9c73e96 [T] clang-format. 10 October 2021, 11:11:53 UTC
8922b83 [PL] clang-format. 10 October 2021, 11:11:53 UTC
bd05703 [ParL] clang-format. 10 October 2021, 10:49:50 UTC
898b6e3 [MeL] clang-format. 10 October 2021, 10:49:50 UTC
4e95cfb [MGTL] clang-format. 10 October 2021, 10:49:50 UTC
abcd7c0 [MaL] clang-format. 10 October 2021, 10:49:50 UTC
55dcb5a [MatL] clang-format. 10 October 2021, 10:49:48 UTC
16f5215 [GL] clang-format. 10 October 2021, 10:48:40 UTC
429a45e [CL] clang-format. 10 October 2021, 10:48:40 UTC
f54d158 [App] clang-format. 10 October 2021, 10:48:40 UTC
4ffdd41 Merge branch 'ImplementMapBasedAccessInGroupBasedParameter' into 'master' [ParamLib] Use map instead of vector in GroupedBasedParameter. Closes #3180 See merge request ogs/ogs!3833 09 October 2021, 20:29:15 UTC
8c62075 [ParamLib] Use map instead of vector in GroupedBasedParameter. In parallel simulations not every domain needs to contains all MaterialIDs. Using a vector is thus unpractical, sometimes memory will be wasted and it is also error prone. Hence, a map solves these issues. 09 October 2021, 13:20:36 UTC
5fec8b1 [T] Test group based param. in SteadyStateDiffusion. 09 October 2021, 12:04:53 UTC
1568b83 Merge branch 'FixBrooksCoreySaturationDerivative' into 'master' [MPL] Fix Brooks-Corey saturation derivative. See merge request ogs/ogs!3816 08 October 2021, 21:59:29 UTC
a8826ab [MeL] Fix xdmf.org links. 08 October 2021, 21:37:46 UTC
797774a [T/2PhasePP] Update cTest config to fit the new test version. Removed old reference file. 08 October 2021, 21:30:59 UTC
7d22b39 [T/2PhasePP] Update McWorther reference files due to new time resolution. Results correspond to the previous version, slight differences can be explained by the higher temporal resolution. 08 October 2021, 21:30:59 UTC
2e1593c [T/2PhasePP] Changed temporal resolution of McWorther test Also changed the convergence criterion and the maximum number of non-linaer iterations 08 October 2021, 21:30:59 UTC
396c02b [T/MPL] New SaturationBrooksCorey test based on numerical derivatives. 08 October 2021, 21:30:59 UTC
8e4fdd4 [MPL] d2Value returns 0 if capillary pressure is below entry pressure. 08 October 2021, 21:30:59 UTC
3126735 [MPL] Fix Brooks-Corey saturation derivative. 08 October 2021, 21:30:59 UTC
00c9b6d Merge branch 'fix_LIE' into 'master' Fixed a bug in LIE Closes #3173 See merge request ogs/ogs!3834 08 October 2021, 16:56:31 UTC
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
back to top