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

sort by:
Revision Author Date Message Commit Date
1433493 OpenGeoSys 6.5.1. Ran do-release.py script. 28 March 2024, 08:16:57 UTC
31e2234 Updated authors, welcome Eike Radeisen! 28 March 2024, 08:15:49 UTC
e2ad28f [ci] Updated release script and doxygen by tag creation. 28 March 2024, 08:14:58 UTC
9585e3c [web] Re-added netlify site creation in release procedure. 28 March 2024, 08:13:45 UTC
350e324 [web] Fixed a link. 28 March 2024, 07:43:19 UTC
2b10d08 Merge branch 'release-automation' into 'master' Some release automation See merge request ogs/ogs!4961 27 March 2024, 23:00:57 UTC
48a2458 [web] Added current bibtex entry. 27 March 2024, 20:57:33 UTC
8db9441 release script: add post-release.py 27 March 2024, 20:57:33 UTC
973c504 [web] Updated release procedure with new script. 27 March 2024, 20:57:33 UTC
a3c4f33 release script: print further steps. 27 March 2024, 20:57:33 UTC
ab34bc4 release script: update _redirects. 27 March 2024, 20:57:33 UTC
46318c4 release script: update README. 27 March 2024, 20:57:33 UTC
58c7e39 release script: update doxygen file. 27 March 2024, 20:57:33 UTC
a970a84 release script: create release page. 27 March 2024, 20:57:33 UTC
c1fa4c0 [web] Added releases archetype. 27 March 2024, 20:57:33 UTC
43d63e9 Release automation script: change CHANGELOG. 27 March 2024, 20:57:33 UTC
6798317 Typo in changelog. 27 March 2024, 20:57:33 UTC
48e85f4 Merge branch 'SmallFixes' into 'master' Various small fixes mostly from cppcheck See merge request ogs/ogs!4964 27 March 2024, 20:56:32 UTC
43a5945 [doc] Remove unreferenced tags .md-files 27 March 2024, 15:42:14 UTC
d3ae107 [MPL] Add explicit default initialization of pointers 27 March 2024, 15:42:14 UTC
acfdfcb [ParL] Add safety check before vector access The value k could be pointing to the end of the vector if the for loops runs through without fulfilling the if-condition. 27 March 2024, 15:35:06 UTC
e4aac2e [MaL] Add fatal error in impossible default case Resolves cppcheck warning about missing return statement. 27 March 2024, 15:35:06 UTC
c85a3bb [BL] Unify decl. and def. argument names 27 March 2024, 15:35:06 UTC
2d0d335 [GL/IO/NetCDFRasterReader] Include numeric and StringTools 27 March 2024, 12:57:04 UTC
2521219 [T/M] Use f-string in python output 27 March 2024, 12:57:04 UTC
002de0a Merge branch 'ShapeMatrixCacheForLF' into 'master' Use shape matrix cache in LiquidFlow process to reduce memory consumption See merge request ogs/ogs!4962 27 March 2024, 12:56:39 UTC
2b5594e [PL/LF] Use shape function from matrix cache 27 March 2024, 06:13:41 UTC
5d344ea [PL/LF] Pass shape matrix cache from LFProcess to LocalAssembler 27 March 2024, 06:13:41 UTC
54358a6 [PL/LF] Add shape matrix cache to LFProcess 27 March 2024, 06:13:41 UTC
4c593b7 Merge branch 'u0_function_arg' into 'master' Pass the solution vectors of all coupled processes to setInitialConditions See merge request ogs/ogs!4950 26 March 2024, 17:42:27 UTC
6364215 [PL] Pass VectorXd by value to setInitialCond. 26 March 2024, 15:56:20 UTC
4d31a8f [PL] Use getLocalX in postTimestep 26 March 2024, 15:56:20 UTC
7a36996 [NL] getLocalX returns an Eigen::VectorXd 26 March 2024, 15:56:20 UTC
739e657 [CTest/HM] Total initial stress input for the staggered scheme 26 March 2024, 15:56:20 UTC
0af41ce [ProcessLib] Moved the function getLocalX from LocalAssemblerInterface.cpp to NumLib 26 March 2024, 15:56:20 UTC
05cca89 [ProcessLib] Using Eigen::Ref for the local_x argument of setInitialConditionsConcrete to avoid data copying 26 March 2024, 15:56:20 UTC
f44d9db [ProcessLib] pass the solution vectors of all coupled processes to setInitialConditions 26 March 2024, 15:56:20 UTC
7c71532 [ProcessLib] Using NumLib::getDOFTables in LIE/HM 26 March 2024, 15:56:20 UTC
1fdacbd [ProcessLib] Using NumLib::getDOFTables in TMPh 26 March 2024, 15:56:20 UTC
f58ad50 [ProcessLib] Using NumLib::getDOFTables in THM 26 March 2024, 15:56:20 UTC
1072f29 [ProcessLib] Using NumLib::getDOFTables in TR, RM, TRM, TH2M 26 March 2024, 15:56:20 UTC
f9c55ea [NumLib] Moved a member of RM to NumLib as a standalone function 26 March 2024, 15:56:20 UTC
65057db [LocalAssembler] extracted several lines of computeSecondaryVariable to a new local function 26 March 2024, 15:56:20 UTC
f5cb7b4 [ProcessLib] Removed the argument use_monolithic_scheme from setInitialConditionsConcrete 26 March 2024, 15:56:20 UTC
e9fa62a Changed the type of the first argument of setInitialConditionsConcrete From std::vectory<double> to Eigen::VectorXd 26 March 2024, 15:56:20 UTC
56017bd Merge branch 'bhe_newton' into 'master' Add Newton nonlinear iteration feature in the HeatTransportBHE process See merge request ogs/ogs!4956 26 March 2024, 14:34:11 UTC
5214c64 Documentation for nonlinear Picard and Newton solvers Add Nonlinear Solver Section to Heat_Transport_BHE removing extra blank line remove tailing white space add more description 26 March 2024, 09:56:52 UTC
141da14 Add Test BeierSanbox for Newton use xml in the test config 26 March 2024, 09:56:16 UTC
0afe4fa add a newton benchmark in xml format fix running error fix xml patch error 26 March 2024, 09:56:16 UTC
703124f use the new meshes structure 26 March 2024, 09:56:16 UTC
1291ab4 add Jabobian assembler for the BHE part realize BHE Jacobi assembler fix compiling error fix run-time error remove assert fix BHE should be -=, bhe part set local M and K to zero, soil part use BheLocalMatrixType and BheLocalVectorType 26 March 2024, 09:56:16 UTC
1b48140 add Jacobian assembler for the soil part realize Jakobi assember fix run-time error correct size fix soil should be -=, soil part set local M and K to zero, soil part 26 March 2024, 09:56:16 UTC
80e1cf4 Automatic update of vale configuration for hugo 25 March 2024, 14:53:44 UTC
b755946 Merge branch 'PermeabilityConstitutiveRelation' into 'master' TH2M; extract Permeability data and model See merge request ogs/ogs!4951 23 March 2024, 16:18:41 UTC
af0ae91 [T/TH2M] Slightly relax ctest tolerance 22 March 2024, 15:25:46 UTC
a6714c9 [PL/TH2M] Consolidate vars and vars_prev Move after constitutive models evaluation and remove no longer necessary setting of equivalent plastic strain, total stress, and mechanical strain. 22 March 2024, 15:25:46 UTC
64ca4ed [PL/TH2M] Move permeability comput. into model 22 March 2024, 15:25:46 UTC
89a17e1 [PL/TH2M] Use ip_out alias for eps access 22 March 2024, 15:25:46 UTC
25816cd [PL/TH2M] Extract CR PermeabilityData Moving storage from ip_data to constitutive data, output. Remove integration point output functions and secondary variables, which are now covered by reflections. 22 March 2024, 15:25:46 UTC
24a01b4 [MPL] Remove unused/untested total_strain variable The variable is used only in the PermeabilityOrthotropicPowerLaw, where it is also not used. No process requires total strain derivative of permeability. 22 March 2024, 15:25:46 UTC
93e6a9e Merge branch 'cmake-3.29' into 'master' [cmake] 3.29 updates See merge request ogs/ogs!4959 22 March 2024, 08:43:10 UTC
c9c01ea [cmake] Updated min. cmake version in third-party packages. .. to reduce warnings. 22 March 2024, 07:45:56 UTC
bf69794 [cmake] Set CMP0156 to NEW. 22 March 2024, 07:33:58 UTC
3eec2a8 Merge branch 'UseStructuredBindings' into 'master' [App|PVTU2VTU] Use structured bindings See merge request ogs/ogs!4955 21 March 2024, 05:18:25 UTC
4e9a7e1 [App|PVTU2VTU] Substitute emplace_back() with push_back() 20 March 2024, 21:58:45 UTC
1a464a9 [App|PVTU2VTU] Rm explicit MeshEntityMapInfo constructor 20 March 2024, 21:58:45 UTC
da57bf7 [App|PVTU2VTU] lambda capture with initializer from: https://stackoverflow.com/questions/46114214/lambda-implicit-capture-fails-with-variable-declared-from-structured-binding 20 March 2024, 21:58:45 UTC
f00179e [App|PVTU2VTU] Use structured bindings 20 March 2024, 21:58:45 UTC
740deee Merge branch 'remove_staggered_flag' into 'master' [ProcessLib] Remove the argument use_monolithic_scheme from two member functions See merge request ogs/ogs!4954 20 March 2024, 12:07:44 UTC
356d624 Merge branch 'enable-san-job' into 'master' [ci] Enable sanitizer job on MR pipelines. See merge request ogs/ogs!4952 20 March 2024, 11:45:55 UTC
6fc4a42 [ProcessLib] Removed the argument use_monolithic_scheme from postTimestep 20 March 2024, 10:29:50 UTC
4ca4edf [ProcessLib] Removed the argument use_monolithic_scheme from postNonLinearSolver 20 March 2024, 10:29:50 UTC
3df0870 Merge branch 'fix-mac' into 'master' [cmake] On apple clang 15 use newer petsc version and same hdf5 version See merge request ogs/ogs!4957 19 March 2024, 20:14:18 UTC
0900e89 [ci] Enable sanitizer job on MR pipelines. 19 March 2024, 17:37:34 UTC
781bffb [cmake] On apple clang 15 use newer petsc version and same hdf5 version ... as the VTK bundled one. 19 March 2024, 13:52:51 UTC
a3e12bd Merge branch 'fix_sanitizer' into 'master' [UnitTest] Fixed a sanitizer error in TestLinearElasticTransverseIsotropic See merge request ogs/ogs!4953 19 March 2024, 13:43:38 UTC
0ab9f75 [UnitTest] Fixed a sanitizer error in TestLinearElasticTransverseIsotropic 18 March 2024, 17:05:25 UTC
1ae50b0 [cmake] Suppress Xcode 15 linker warnings. See https://gitlab.kitware.com/cmake/cmake/-/issues/25297. 18 March 2024, 14:35:25 UTC
b182c28 Merge branch 'AcceleratePvtu2vtu_new' into 'master' [App|PVTU2VTU] Accelerate tool pvtu2vtu See merge request ogs/ogs!4941 18 March 2024, 12:35:53 UTC
8a99386 [App|PVTU2VTU] Extracted getExistingNodeFromOctTree() 18 March 2024, 05:47:34 UTC
53e2143 [App|PVTU2VTU] Avoid Mac compiler errors Unconstify struct members and implement constructor to avoid compiler error 18 March 2024, 05:47:34 UTC
35bf451 [T] Update reference file for pvtu2vtu test 18 March 2024, 05:47:34 UTC
f985af0 [App|PVTU2VTU] Extract makeNodesUnique() 18 March 2024, 05:47:34 UTC
c69dece [App|PVTU2VTU] Scale eps by the squared norm of domain extent If eps is to small the range can be empty. Scaling eps with domain extent should lead to a value that leads to a non-empty range where points can be found. 18 March 2024, 05:47:34 UTC
805bed5 [App|PVTU2VTU] include Point.h 18 March 2024, 05:47:34 UTC
7d9ddb5 [App|PVTU2VTU] Refined output of run time info 18 March 2024, 05:47:34 UTC
5d4317d [App|PVTU2VTU] Find unique node by OctTree::getPointsInRange() Use OctTree::getPointsInRange() instead of trying to insert node using OctTree::addPoint(). All the nodes of the mesh were add tto the OctTree in a previous phase of the algorithm. Hence, it is a fatal error if a node can't be found. 18 March 2024, 05:47:34 UTC
7670404 [App|PVTU2VTU] Rm getNodesOfRegularElements(), impl. resetNodesInRegularElements() 18 March 2024, 05:47:34 UTC
d5e28bc [App|PVTU2VTU] Faster computation of unique nodes and mapping Substitute getNodesOfRegularElements() by - getMergedNodesVector() and - unique inserting into OctTree + calculation of mapping 18 March 2024, 05:47:34 UTC
d792c48 [App|PVTU2VTU] Merge all nodes of partitions in one vector 18 March 2024, 05:47:34 UTC
8fc3258 [App|PVTU2VTU] Measure time for particular steps 18 March 2024, 05:47:34 UTC
fd0b1ae Merge branch 'transverse_E' into 'master' Linear elastic transverse isotropy model See merge request ogs/ogs!4887 17 March 2024, 14:54:50 UTC
90c1c78 [CTest/M] Add a test using LinearElasticTransverseIsotropic 16 March 2024, 17:12:59 UTC
c89c2fc [Test/SolidModel] Unit test for LinearElasticTransverseIsotropic against LinearElasticIsotropic model 16 March 2024, 17:12:59 UTC
b7a1182 [Test/SolidModel] Unit test for LinearElasticTransverseIsotropic with implicit coordinate base. 16 March 2024, 17:12:59 UTC
d24c3fa [Test/SolidModel] Unit test for LinearElasticTransverseIsotropic 16 March 2024, 17:12:59 UTC
bd45d0d [doc/SolidModel] Documentation for the parameters of LinearElasticTransverseIsotropic 16 March 2024, 17:12:59 UTC
dbe27a9 [SolidModel] Creator of LinearElasticTransverseIsotropic 16 March 2024, 17:12:59 UTC
8f45cde [SolidModel] transverse isotropy elastic model 16 March 2024, 17:12:59 UTC
43a9be6 Merge branch 'fix-coverage' into 'master' [ci] Fix code coverage See merge request ogs/ogs!4947 16 March 2024, 00:43:06 UTC
back to top