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

sort by:
Revision Author Date Message Commit Date
9c8dea7 [PL/THM] Add consistency check for freezing 19 July 2023, 14:45:31 UTC
6d5f838 [T/THM] Column deformation freezing 19 July 2023, 14:45:31 UTC
ce2dd60 [PL/THM] Implementation of ice mechanics 19 July 2023, 14:45:31 UTC
1fe965c [MPL] New phase change expansivity property type 19 July 2023, 14:45:31 UTC
ef20352 [PL/THM] Ice volume secondary variable output 19 July 2023, 14:45:31 UTC
7f8295b [PL/THM] Store ice volume fraction Also store phi_fr_prev for increment computation including the update in post time step. 19 July 2023, 14:45:31 UTC
7ad177f [PL/THM] Add sigma_ice secondary variable output 19 July 2023, 14:45:31 UTC
bcec6b4 [PL/THM] New state variables for ice mechanics 19 July 2023, 14:45:31 UTC
a810d88 [PL/THM] Add creation of ice constitutive relation The ice constitutive relation is optional. 19 July 2023, 14:45:31 UTC
7c4802c [MatL/Solids] Add parser for ice_constitutive_rel 19 July 2023, 14:45:31 UTC
89c0403 [MatL] Expose single solid const.rel. creation Needed for creation of a single solid material in a process, ice material model, in particular. 19 July 2023, 14:45:31 UTC
06d4628 Merge branch 'SmallFixes' into 'master' Small fixes See merge request ogs/ogs!4677 19 July 2023, 13:59:25 UTC
175e3e9 Use std::getline 19 July 2023, 09:56:16 UTC
c5dfb8f [NL] Make one overload perturbIf() static 19 July 2023, 09:56:16 UTC
f698f62 [ParL] Initialize pointer with null 19 July 2023, 09:56:16 UTC
ebf2b65 [ParL] Explicit single argument ctor 19 July 2023, 09:56:16 UTC
0edf76f [CL] Add safety condition before access 19 July 2023, 09:56:16 UTC
367366a [CL] Pass potentially large object by reference 19 July 2023, 09:56:16 UTC
bb28341 [CL] Move isHydrogen() into TU 19 July 2023, 09:56:16 UTC
cfb4d43 [NL] Use ranges transform replacing for-loop 19 July 2023, 09:56:16 UTC
0d37048 [MGTL] Move independent methods out of class in TU 19 July 2023, 09:56:16 UTC
c597a08 [MGTL] Use algorithm replacing for-loop 19 July 2023, 09:56:16 UTC
ce3a26d [NL] DOF; remove unused MeshComponentMap method 19 July 2023, 09:56:16 UTC
e05f620 [MGTL] No else after return is necessary 19 July 2023, 09:56:16 UTC
0f848e9 [MGTL] Move static class methods into TU 19 July 2023, 09:56:16 UTC
93625bc [MeL/IO] Reduce variables scope 19 July 2023, 09:56:16 UTC
08cd163 [MeL/IO] Move class methods into TU 19 July 2023, 09:56:16 UTC
47f4774 [MeL] Use ranges for_each algorithm 19 July 2023, 09:56:16 UTC
d72a8c3 [MeL] Use Eigen operations on nodes' coordinates 19 July 2023, 09:56:16 UTC
ba01698 [MeL] Move implementation into TU 19 July 2023, 09:56:16 UTC
239a1a7 [GL] EarClipping; Separate addLastTriangle() 19 July 2023, 09:56:16 UTC
52afdc7 [GL] EarClipping; auto for iterators. Reduce scope 19 July 2023, 09:56:16 UTC
1f5542f [GL] Earclipping; Reduce iterators' scope 19 July 2023, 09:56:16 UTC
3b6e695 [GL] Use find_if to locate polyline vector by name 19 July 2023, 09:56:16 UTC
39e7fd4 [GL] Correct memory allocation Data into the new_raster_data is being inserted directly, not via push_back. 19 July 2023, 09:56:16 UTC
c70748e [BL] Use std::string::replace instead of substr + This is more efficient. 19 July 2023, 09:56:16 UTC
0f0f3b6 [App/IO] Use accumulate replacing for-loop 19 July 2023, 09:56:16 UTC
0b80bb8 [PL/LIE] Use string::starts_with replacing find==0 19 July 2023, 09:56:16 UTC
cb71696 [PL/LIE] Remove redundant if-condition Expression is always true because 'else if' condition is opposite to previous condition. 19 July 2023, 09:56:16 UTC
061c80b [PL/Out] Use ranges transform replacing for-loop 19 July 2023, 09:56:16 UTC
a6707bb [PL] Use transform replacing for-loop. 19 July 2023, 09:56:16 UTC
96c53da Reduce variable scope 19 July 2023, 09:56:16 UTC
5785403 Improve const-correctness 19 July 2023, 09:56:16 UTC
71a10da [MeL] Rename function argument for consistency 19 July 2023, 09:56:16 UTC
7cd4b41 Rename function argument to match definition 19 July 2023, 09:56:16 UTC
a665125 Avoid shadowing of a variable 19 July 2023, 09:56:16 UTC
3eb9bfd Merge branch 'clang-format' into 'master' Some clang-format enhancements See merge request ogs/ogs!4683 19 July 2023, 07:00:25 UTC
d0aab3c [ci] Arm clang-format job. 19 July 2023, 06:09:56 UTC
2220f5d [pre-commit] Added disable hook for running clang-format on all files. 19 July 2023, 06:09:56 UTC
fe4cfb9 [web] Added note on running clang-format. 19 July 2023, 06:09:56 UTC
7279c4a Merge branch 'RefactorPetrelReader' into 'master' Refactor PetrelInterface See merge request ogs/ogs!4676 18 July 2023, 20:08:29 UTC
6342c19 [App/IO] Extract printing of strings list 18 July 2023, 15:13:57 UTC
c675af5 [App/IO] Extract conversion of last item to double 18 July 2023, 15:13:57 UTC
6593680 [App/IO] Add extract parser specific line reading The new function implementation uses std::getline, which does not longer require a buffer of certain size. 18 July 2023, 15:13:57 UTC
8c8a707 [App/IO] Invert if-condition for early exit 18 July 2023, 15:13:57 UTC
065b669 Merge branch 'DataEx_1' into 'master' [DataExplorer] small fix in TranslateDataDialog See merge request ogs/ogs!4673 17 July 2023, 12:13:46 UTC
26e7598 Merge branch 'VoxelVtu' into 'master' [DataExplorer] Include Vtu2Grid See merge request ogs/ogs!4651 17 July 2023, 11:25:52 UTC
a22713b Merge branch 'RefactorMeshLibElementRules' into 'master' Refactor MeshLib element rules See merge request ogs/ogs!4675 17 July 2023, 10:17:31 UTC
57216b1 put getSelectedObjects() to anoym. namespace 17 July 2023, 08:48:39 UTC
a7cc8ac dereference optional for cellsize 17 July 2023, 08:47:23 UTC
9586503 check if dereference is save + remove copy 17 July 2023, 08:47:23 UTC
f83e3b2 minor naming fixes and clean-up of header 17 July 2023, 08:47:23 UTC
acadbd8 extract updateExpectedVoxel() and remove getSelectedObjects() 17 July 2023, 08:47:23 UTC
2e9c96a adjusted mapMeshArraysOntoGrid to cast more data types - long arrays - ogs data arrays 17 July 2023, 08:47:23 UTC
26b107b New Dialog for the creation of VoxelGrids from a 3D mesh 17 July 2023, 08:47:23 UTC
825532b [MeL] Rename _nodes args in element_nodes 17 July 2023, 08:07:09 UTC
2155a91 [MeL] Fix calculateVolume comments for elem. rules 17 July 2023, 08:07:09 UTC
84f7189 [MeL] Add missing include 17 July 2023, 08:07:09 UTC
0a24ec8 [MeL] Use local info for number of faces test 17 July 2023, 08:07:09 UTC
c7ea9a7 [MeL] Fix comment 17 July 2023, 08:07:09 UTC
85b9ec2 [MeL] Use element's dimension in identifyFace 17 July 2023, 08:07:09 UTC
7213193 [MeL] Fix nodes' dim identifyFace for 2D elements I think this was a copy-paste mistake in the previous version of the code. For the line elements the nodes array is only one long. 17 July 2023, 08:07:09 UTC
012205c [MeL] Extract identifyFace method to FaceRule The methods across the face-types are identical but for some array sizes. These are taken from the template argument. 17 July 2023, 08:07:09 UTC
91097cf [MeL] Extract identifyFace method to CellRule The methods across the cell-types are identical but for some array sizes. These are taken from the template argument. 17 July 2023, 08:07:09 UTC
7c9bc2f [MeL] Extract common PrismRule subclass 17 July 2023, 08:07:09 UTC
0f24d87 [MeL] Extract common PyramidRule subclass 17 July 2023, 08:07:09 UTC
4107ae2 [MeL] Extract common HexRule subclass 17 July 2023, 08:07:09 UTC
5fa82b0 [MeL] Extract common TetRule subclass 17 July 2023, 08:07:09 UTC
d3f5288 [MeL] Extract common QuadRule subclass 17 July 2023, 08:07:09 UTC
2ab1cc9 [MeL] Extract common TriRule subclass 17 July 2023, 08:07:09 UTC
83d6fec [MeL] Extract common LineRule subclass 15 July 2023, 14:01:18 UTC
d9be87b Merge branch 'fix_test' into 'master' changed name of test See merge request ogs/ogs!4674 13 July 2023, 19:02:29 UTC
db651fd changed name of test 13 July 2023, 15:16:04 UTC
1630a2b Merge branch 'CleanupDoxygenHeaders' into 'master' Cleanup of the Doxygen's documentation. See merge request ogs/ogs!4671 13 July 2023, 11:17:00 UTC
6b55afa Merge branch 'TimeSteppingCleanup' into 'master' Time stepping cleanup See merge request ogs/ogs!4672 12 July 2023, 19:38:33 UTC
20a2395 [MaL] Add missing doxygen file header 12 July 2023, 18:48:19 UTC
88111bb [T/T] Remove untested project The project is not tested and no reference data is provided. The file name containing equal sign somehow breaks doxygens parser. 12 July 2023, 18:48:19 UTC
ac66252 [doc] Remove out-of-date namespace documentation 12 July 2023, 18:48:19 UTC
6367ea6 [doc] Drop empty \brief, \date, and \author lines 12 July 2023, 18:48:18 UTC
4a84b4a [doc] Remove double \author \date entries 12 July 2023, 18:48:18 UTC
06ceaec [doc] Use backslash for doxygen comments, not @. Now changes are in the class, function, methods documentation and not in the headers. This unifies to the most common case. 12 July 2023, 18:48:17 UTC
5b297a5 [doc] Use \file in headers. Replace @ with \. This unifies the doxygen headers. If the (doxygen) header is not starting with \file, the following documentation is attributed to a different entity resulting is multiple copyright blocks and the like in the doxygen's html files. 12 July 2023, 18:48:11 UTC
1de404b Merge branch 'update-mpi-petsc-guide' into 'master' [web] Expand guide for compiling OGS with PETSc and MPI See merge request ogs/ogs!4665 12 July 2023, 18:46:40 UTC
8ac36b4 [web] Expand guide for compiling OGS with PETSc and MPI 12 July 2023, 18:46:36 UTC
2aebf8d [NL/TimeStepping/Algorithm] Fix spelling in EvolutionaryPIDcontroller 12 July 2023, 16:31:53 UTC
e4b5420 [NL/TimeStepping] Rm unnecessary code from EvolutionaryPIDcontroller 12 July 2023, 16:31:53 UTC
5c8fbde [PL] Move calculateUniqueFixedTimesForAllOutputs() to Output impl. 12 July 2023, 16:31:53 UTC
d4426c5 Merge branch 'fix-ctest-win' into 'master' [ci] cdash submit as a separate step on win too. See merge request ogs/ogs!4670 12 July 2023, 14:05:45 UTC
d1bf8f0 [ci] Fix pipelines. 12 July 2023, 13:10:32 UTC
0e24496 [ci] cdash submit as a separate step on win too. 12 July 2023, 13:10:31 UTC
back to top