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

sort by:
Revision Author Date Message Commit Date
c418ff8 Merge branch 'PhaseField' into 'master' Additional material model for Phase field See merge request ogs/ogs!3850 26 October 2021, 20:16:46 UTC
b6863e4 PhaseField docu for energy split models. 26 October 2021, 20:16:11 UTC
a7e0a33 PhaseField Ctest updated for energy split. New test for isotropic added. 26 October 2021, 20:16:11 UTC
d4dc54b PhaseField; energy split model. Previously only the Volumetric-Deviatoric model was available. Now an Isotropic model is added. 26 October 2021, 20:16:11 UTC
a9786e2 Merge branch 'fix-snakemake' into 'master' Fix snakemake See merge request ogs/ogs!3852 21 October 2021, 14:12:22 UTC
67595df [ctest] Disable 1D_HeatConduction_neumann_newton on Apple M1. 21 October 2021, 13:25:19 UTC
da134e8 [ctest] Add missing default label. 21 October 2021, 10:44:31 UTC
2f3728d [cmake] Fixed snakemake find logic. 21 October 2021, 10:44:31 UTC
3b166e0 [ci] Disable frontend job during EVE maintenance. 21 October 2021, 06:35:34 UTC
97d0249 Merge branch 'SurfaceMoles' into 'master' [CL] Use moles to input surface complexation sites via MPL Closes #3166 See merge request ogs/ogs!3796 20 October 2021, 20:47:11 UTC
b107cd8 [CL] write into phreeqc input file. 20 October 2021, 15:53:35 UTC
563e7f3 [CL] indicator for the electrostatic term. 20 October 2021, 15:53:35 UTC
92c03eb [CL] print site unit. 20 October 2021, 15:53:35 UTC
45073ab [CL] initialize and set MoleBasedSurfaceDensity. 20 October 2021, 15:53:35 UTC
fb70deb [CL] Store surface in the ChemicalSystem. 20 October 2021, 15:53:35 UTC
0f4a846 [CL] create MoleBasedSurfaceSite. 20 October 2021, 15:53:35 UTC
e2301f2 [CL] add struct MoleBasedSurfaceSite. 20 October 2021, 15:53:35 UTC
088b2da [CL] remove print func from struct DensityBasedSurfaceSite. 20 October 2021, 15:53:35 UTC
90e8026 [T|Docu] add test case and documentation. 20 October 2021, 15:53:35 UTC
e0cc1ee Merge branch 'fix-linking-nlohmann-json' into 'master' Fix linking nlohmann_json See merge request ogs/ogs!3851 19 October 2021, 11:23:41 UTC
8458616 Rename local nlohmann_json::nlohmann_json target. Naming it same as in an externally found library. 19 October 2021, 10:11:02 UTC
e296306 Merge branch 'TH2M_strain_perm' into 'master' [TH2M] Fixed a bug in using pressure, strain, stress dependent permeability models See merge request ogs/ogs!3821 19 October 2021, 09:43:49 UTC
a29b6f8 [Test/TH2M] Registered a test with the strain dependent permeability. 19 October 2021, 08:42:30 UTC
850ea6c Added new bechmark for TH2M 19 October 2021, 08:42:30 UTC
7486f8d [TH2M] Fixed a bug in using pressure, strain, stress dependent permeability models 19 October 2021, 08:42:30 UTC
55ddf3b [TH2M] Moved the computation of intrinsic permeability to the place after setting stress and strain 19 October 2021, 08:42:30 UTC
6baa815 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:36:48 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
back to top