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

sort by:
Revision Author Date Message Commit Date
1fc40a2 Merge branch 'gtest-eigen-nan' into 'master' Draft: Make custom Eigen Googletest predicate work correctly with NaN values. See merge request ogs/ogs!4529 20 March 2023, 16:25:11 UTC
de2b895 Merge branch 'SDComputeEpsPrevDontStore' into 'master' [PL/SD] Compute eps_prev instead of storing it. See merge request ogs/ogs!4403 20 March 2023, 16:18:42 UTC
b356657 fixup! [T] Test Eigen predicate with NaNs 20 March 2023, 16:10:25 UTC
8b9b92c [PL/SD] Use localDOF access 20 March 2023, 15:09:34 UTC
5ce799c [MaL] Slightly relax assertion tol for deviators This is a temporary measure. The computation of deviators and there usage will be rewritten. 20 March 2023, 15:09:34 UTC
04ef1e6 [T/SD] Excavation replace reference On domain deactivation, and especially on reactivation (backfilling) the current implementation is/was using the previously stored value for the strain, which is not entirely correct. Much better would be to set the secondary variables to a given value upon deactivation/reactivation. But this is out of scope for now. 20 March 2023, 15:09:33 UTC
b490aaf [T/SD] Slightly relax vtkdiff tolerances 20 March 2023, 15:09:33 UTC
b8a3e5d [PL/SD] Calculate eps prev instead of storing it 20 March 2023, 15:09:33 UTC
4683f6f [PL/SD] Rename primary variables locally 20 March 2023, 15:09:33 UTC
2bc45c9 [PL] Pass solution time derivatives to postTimestep 20 March 2023, 15:09:33 UTC
e87f1b0 Merge branch 'ext-petsc-parallel' into 'master' [cmake] Honor CMAKE_BUILD_PARALLEL_LEVEL when building PETSc or LIS. See merge request ogs/ogs!4532 20 March 2023, 10:18:47 UTC
da1d5b2 Merge branch 'cleanup-benchmark' into 'master' Small cleanup in SteadyStateDIffusion benchmarks See merge request ogs/ogs!4530 17 March 2023, 15:18:14 UTC
428becf [cmake] Honor CMAKE_BUILD_PARALLEL_LEVEL when building PETSc or LIS. 17 March 2023, 15:08:55 UTC
237b84f Merge branch 'wheel-preset' into 'master' [wheel,web] Use env var CMAKE_ARGS to override CMake preset for wheel. See merge request ogs/ogs!4525 17 March 2023, 12:48:33 UTC
993afac [wheel,web] Use env var CMAKE_ARGS to override CMake preset for wheel. 17 March 2023, 12:16:46 UTC
0462cae [T] Cleanup in SteadyStateDiffusion/Tests.cmake. 17 March 2023, 09:52:58 UTC
ca0dfe1 [T] Removed unused prj file. 17 March 2023, 09:52:46 UTC
0bf7fc7 [T] Test Eigen predicate with NaNs 17 March 2023, 09:17:08 UTC
fa49f68 [T] Make Eigen test predicate work with NaNs 17 March 2023, 09:16:51 UTC
fda342f Merge branch 'SmallImprovementsInNodePartitionedMeshReader' into 'master' [MeL/IO/MPI_IO] Tiny improvements in NodePartitionedMeshReader See merge request ogs/ogs!4527 16 March 2023, 22:06:42 UTC
cf0a028 [MeL/IO/MPI_IO] Reduce scope of mesh 16 March 2023, 15:25:40 UTC
53e9cc6 [MeL/IO/MPI_IO] Rank output already in spdlog For the parallel execution the spdlog format specifier already contains the rank almost always 16 March 2023, 15:25:23 UTC
0726b32 [MeL/IO/MPI_IO] Comment for better understanding 16 March 2023, 15:24:58 UTC
87e3cf1 [ci] Test artifacts for linux ctest large job. 16 March 2023, 13:28:50 UTC
3b7d782 [web] Update release procedure. 15 March 2023, 13:42:06 UTC
98dacaf Merge branch 'stabilizer_update1' into 'master' [HC] Refactoring the implementation of the isotropic diffusion stabilization See merge request ogs/ogs!4490 15 March 2023, 01:48:08 UTC
04dcb45 [HC] Refactored the implementation of the isotropic diffusion stability 14 March 2023, 22:41:55 UTC
405254a Merge branch 'localdof' into 'master' Beautiful access to element degrees of freedom See merge request ogs/ogs!4507 14 March 2023, 22:40:16 UTC
10144ff Merge branch 'kregime-propagating' into 'master' Hydraulic Fracturing in the Toughness-Dominated Regime See merge request ogs/ogs!4508 14 March 2023, 22:39:04 UTC
2e3e7ed Adding Kregime hydraulic fracturing-J. notebook 14 March 2023, 15:36:28 UTC
ab3f388 [NL] Extract MatrixPolicy for fixed and dynamic This separation helps using dynamic and fixed Eigen matrices and vectors independently from the shape matrices. 14 March 2023, 14:10:27 UTC
cec0870 [PL] Use localDOF() in THM In one place an evaluation was pulled into the integration point loop. That might cause a tiny bit more computation. On the other hand the optimizer might take care of that. On the plus side we don't map data by hand anymore in these places, and the evaluations are more local than before. localDOF() seems to be incompatible with the current approach for staggered coupling. But I have the impression that there are some flaws with the current approach to staggered coupling. 14 March 2023, 14:10:27 UTC
4db6d7b [PL] Use localDOF() in TRM 14 March 2023, 14:10:27 UTC
bf5ae8f [NL] Added localDOF() implementation 14 March 2023, 14:10:27 UTC
b548934 [T] Added tests for localDOF() 14 March 2023, 14:10:27 UTC
ab9b1a5 Cumulative energies of all cores in parallel comp. 14 March 2023, 14:08:27 UTC
aa89b82 Merge branch 'TH2M_MFrontBulkModulus' into 'master' TH2M; Move C_el computation before bulk modulus See merge request ogs/ogs!4520 13 March 2023, 17:47:14 UTC
39d45f0 [PL/TH2M] Move C_el comp. before bulk modulus This is required by MFront models for evaluation of the bulk modulus. 13 March 2023, 16:28:01 UTC
ebaaa16 Update authors. 10 March 2023, 16:12:35 UTC
c908acc [ci] Fixed deploy docs logic for tags. 10 March 2023, 15:51:01 UTC
ba333f7 [post-releaase] Added DOI and missing authors. 10 March 2023, 15:50:35 UTC
ed65ad7 6.4.4 10 March 2023, 11:41:21 UTC
1aa058a Merge branch 'FE_mini_benchmark1' into 'master' [THM] A new benchmark: mini-benchmark1 of FE task force See merge request ogs/ogs!4486 10 March 2023, 09:40:53 UTC
5eed522 [CTest/THM] Enabled parallel running of mini-benchmark1 of FE task force 10 March 2023, 07:43:18 UTC
670e78b [web] Add a description of mini-benchmark1 of FE-task force 10 March 2023, 07:43:18 UTC
a216184 [CTest/THM] Add mini-benchmark1 of FE task force 10 March 2023, 07:43:18 UTC
71bd62b Merge branch 'partmesh_update' into 'master' [partmesh] Renumber bulk node IDs of the bulk mesh Closes #3381 See merge request ogs/ogs!4513 10 March 2023, 07:37:54 UTC
53cd6db [partmesh/Ctest] Updated one partitioned property nodal data of a benchmark 09 March 2023, 23:03:38 UTC
1f78f01 [partmesh] Renumber bulk node and element IDs of the bulk mesh 09 March 2023, 23:03:38 UTC
7c68c87 [partmesh] Added a new member, renumberBulkIdsProperty, to NodeWiseMeshPartitioner 09 March 2023, 23:03:38 UTC
17b0db3 [PropertyVector] Added an overload function hasPropertyVector 09 March 2023, 23:03:38 UTC
aef0904 Merge branch 'c_test' into 'master' PhF: Add ctest for energy_split_model OrthoMasonry Closes #3330 See merge request ogs/ogs!4434 09 March 2023, 17:21:04 UTC
b2a4eb5 PhF: Add ctest for energy_split_model OrthoMasonry 09 March 2023, 15:07:50 UTC
bff52ba [web] More clarification on MSVC multi configs. 09 March 2023, 13:48:12 UTC
88bb877 [web] Added notes on msvc build via cli. 09 March 2023, 13:41:49 UTC
a58085e Merge branch 'package-ext-licenses' into 'master' [cmake] Package license files of external dependencies. See merge request ogs/ogs!4519 09 March 2023, 13:13:29 UTC
e54e318 [versions] Updated cpm cache info. 09 March 2023, 12:05:28 UTC
e89d64a [cmake] Package license files of external dependencies. 09 March 2023, 11:56:46 UTC
748e19b Merge branch 'docs-processes' into 'master' [web] Process documentations See merge request ogs/ogs!4438 09 March 2023, 09:22:24 UTC
56b6b60 [web] Process documentations 09 March 2023, 09:22:24 UTC
8b5a479 Merge branch 'docs-dev-guide' into 'master' [web] Discussion starter about documentation development See merge request ogs/ogs!4450 08 March 2023, 23:23:57 UTC
f49ad74 [web] Discussion starter about documentation development 08 March 2023, 23:23:57 UTC
cb41680 Merge branch 'update_docs' into 'master' [web] Update docs for tools + new docs See merge request ogs/ogs!4498 08 March 2023, 20:05:38 UTC
6cad58a Merge branch 'petsc-cmake-fix' into 'master' PETSc CMake fix and updated juwels modules See merge request ogs/ogs!4515 08 March 2023, 19:30:17 UTC
f5888bf Merge branch 'FixInclude' into 'master' [MeL] Add include for std::size_t type See merge request ogs/ogs!4518 08 March 2023, 16:36:03 UTC
e833c1d [juwels] Limit CMake processes 08 March 2023, 15:41:52 UTC
39d262b Update docs for tools + new docs -output of editMaterialID was updated -output of checkMesh was updated - new docs: - AddFaultToVoxelGrid - Layers2Grid 08 March 2023, 14:03:51 UTC
6b976bb [MeL] Add include for std::size_t type 08 March 2023, 13:44:56 UTC
0229e6a Merge branch 'fixes' into 'master' Fixes for ctest race condition and missing rpaths See merge request ogs/ogs!4517 08 March 2023, 10:34:23 UTC
e063ea8 [cmake] Fixed rpaths for hdf5 and vtk via external deps. 08 March 2023, 09:31:14 UTC
5f0f290 [cmake,T] Re-fix race condition. 08 March 2023, 09:30:39 UTC
1f7c09b [web] Fixed link in offline builds page. 08 March 2023, 08:08:21 UTC
6c47651 Merge branch 'notebook-docs' into 'master' Notebook docs See merge request ogs/ogs!4512 08 March 2023, 08:00:30 UTC
e210840 Merge branch 'NodePartitionedMeshAndPartitioningImprovements' into 'master' [NodePartitionedMeshReader | mesh partitioning] Renames for better readability, Tiny code reuse See merge request ogs/ogs!4511 08 March 2023, 01:26:35 UTC
c323b78 [MeL] Reorder includes to make clang fmt happy 07 March 2023, 23:57:18 UTC
a7517f9 [MeL/IO] Rename for better readability 07 March 2023, 23:57:18 UTC
da53aee [MeL|NumLib] better readability: active -> regular The term 'active' is already used in the context of domain deactivation 07 March 2023, 23:57:18 UTC
7903203 [MeL/IO] Extract nested struct NodeData to own file 07 March 2023, 23:57:18 UTC
83f453f [web] Fix double quote chars 07 March 2023, 23:31:09 UTC
f332294 [web] Moved web docs to documentation section of the devguide. 07 March 2023, 23:31:09 UTC
b39dc7e [web] Consolidated notebook docs in new doumentation section. 07 March 2023, 23:31:09 UTC
56f9a80 [web] Added note on MFront and Windows. 07 March 2023, 23:31:09 UTC
081c8b7 [web] Fixed ubuntu versions. 07 March 2023, 23:31:09 UTC
95655db Merge branch 'MFront_Update' into 'master' MFront Elasticity for initial stresses See merge request ogs/ogs!4509 07 March 2023, 23:22:46 UTC
b2759cf [T/M] Slightly relax vtkdiff tolerance 07 March 2023, 22:09:19 UTC
149afe2 [juwels] Updated modules. 07 March 2023, 13:30:35 UTC
8e47d1c [cmake] Fixed petsc detection when PETSC_LIBRARIES contains more than one lib. E.g. when building with --download-hypre. 07 March 2023, 13:19:27 UTC
d00d610 Updated reference file 07 March 2023, 12:10:27 UTC
206d145 Removed unused material model in tests. Updated TRM MFront tests. 07 March 2023, 12:05:22 UTC
99479b8 Removed unused test case. 06 March 2023, 14:03:22 UTC
b460b90 Removed unused Elasticity model. Added initial stress to StandardElasticityBrick 06 March 2023, 14:03:22 UTC
d45cd65 Merge branch 'simplify-tests' into 'master' Simplify CMake test infrastructure See merge request ogs/ogs!4365 06 March 2023, 10:25:18 UTC
e4bf9ce Merge branch 'fix-testrunner' into 'master' Fix testrunner See merge request ogs/ogs!4510 06 March 2023, 09:13:01 UTC
f1befea [T] Fixed notebook testrunner paths logic. 06 March 2023, 07:56:32 UTC
f0d84c0 [cmake] Removed disabled-tests.log. 05 March 2023, 22:40:57 UTC
7b267f6 [cmake] Update tests to use vtkdiff-mesh tester. 05 March 2023, 22:40:57 UTC
2d012f4 [cmake] Removed MeshTest(), replaced by vtkdiff-mesh tester. 05 March 2023, 22:40:57 UTC
d1f9df1 [cmake] Example usage of AddTest PATH placeholders. 05 March 2023, 22:40:57 UTC
caa6e4e [cmake] AddTest: added placeholders in WORKING_DIRECTORY and EXE_ARGS. <PATH> <SOURCE_PATH> and <BUILD_PATH> 05 March 2023, 22:40:57 UTC
344081e [cmake] AddTest() removed wrappers memcheck|callgrind. 05 March 2023, 22:40:57 UTC
back to top