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

sort by:
Revision Author Date Message Commit Date
986cde8 Merge branch 'cache-ext-followup' into 'master' [cmake] CMAKE_GENERATOR should be taken into account for ext cache dir. See merge request ogs/ogs!4497 23 February 2023, 13:02:33 UTC
0ce75ed [cmake] CMAKE_GENERATOR should be taken into account for ext cache dir. 23 February 2023, 12:58:18 UTC
b5ddc23 [ci] Fixed ci::skip-label. 23 February 2023, 10:24:27 UTC
66ae5bf Merge branch 'cache-ext' into 'master' [cmake] Cache external dependencies in CPM_SOURCE_CACHE. See merge request ogs/ogs!4494 23 February 2023, 10:00:37 UTC
8c2dc3d Merge branch 'vtk-osmesa' into 'master' [nb] Use vtk-osmesa wheel See merge request ogs/ogs!4493 23 February 2023, 09:38:38 UTC
d6d79f7 Merge branch 'new_docs' into 'master' [web] New docs for tools See merge request ogs/ogs!4487 23 February 2023, 09:30:17 UTC
ae20e25 New documentation for tools - MeshMapping, - MoveMesh, - createLayeredMeshFromRasters, - ExtractMaterials, - checkMesh, - generateGeometry, - MoveGeometry, - OGS2VTK, and - editMaterialID 23 February 2023, 08:41:08 UTC
c55b5ac Merge branch 'edit_source' into 'master' [tools] New function to print material IDs See merge request ogs/ogs!4492 23 February 2023, 07:56:19 UTC
18fb49f [web] Added docs on caching external dependencies. 22 February 2023, 15:12:42 UTC
d5ea58b Print materialIDs in checkMesh and editMatID Adding new function for material ids output to MeshInformation. Using it in tooling before and after mesh modifications. 22 February 2023, 15:11:03 UTC
0c4b10b [cmake] Cache external dependencies in CPM_SOURCE_CACHE. If CPM_SOURCE_CACHE is set and outside the build directory. Full build is cached in $CPM_SOURCE_CACHE/_ext/[NAME]/[HASH] Hash is based on all parameters given to build the dependency (version info, cmake options). 22 February 2023, 14:20:00 UTC
aa76b6b [cmake,T] Removed RESOURCE_LOCK PYVISTA. 22 February 2023, 13:42:48 UTC
c2bc623 [T,ci] Use vtk-osmesa pip package for Linux. 21 February 2023, 13:37:08 UTC
ee6e3b4 [T] Relax tolerance for fine/beam.prj for eve frontend2. 21 February 2023, 10:04:06 UTC
1344fca [ci] Fix running ctest large on master. 21 February 2023, 09:59:45 UTC
8f8145a [web] Fixed some links. 21 February 2023, 08:23:38 UTC
9387773 [T/TH2M] Slightly relax vtkdiff sigma tolerance 20 February 2023, 21:44:31 UTC
0fedfc9 Merge branch 'petsc-large' into 'master' Enable all large tests See merge request ogs/ogs!4437 20 February 2023, 16:54:23 UTC
ec91127 [T] Adjusted RUNTIME for hertz_contact. 20 February 2023, 14:35:29 UTC
87a99b4 [T] Changed solver settings for PETSc and test tolerances 20 February 2023, 14:35:28 UTC
b03f62d [PL/LF] Correct file names for vtkdiff in Tests.cmake 20 February 2023, 14:35:28 UTC
d8dfaf3 Modify convergence and output of large PF ctest 20 February 2023, 14:35:28 UTC
5afcebd [T/TH2M] Unify PETSc version of prj with serial Adjusting media properties. 20 February 2023, 14:35:28 UTC
663e3fc modifying output names of large phase field ctests 20 February 2023, 14:35:28 UTC
a7c7756 [T,nb] Remove cell timeout on notebook execution via testrunner. Did more harm than good, overall timeouts are still handled by ctest and pipeline. 20 February 2023, 14:35:28 UTC
0a0dd6c [ci] Added CTEST_ARGS setting and removed include and exclude variables. 20 February 2023, 14:35:27 UTC
e682421 [ci] Increase job timeouts. 20 February 2023, 14:22:11 UTC
9037c80 Merge branch 'docu_fix' into 'master' [Web] Fix documentation error: correct the value of Ac-227 decay constant See merge request ogs/ogs!4488 16 February 2023, 09:11:26 UTC
b9d5fea Fix error in the value of Ac-227 decay constant 15 February 2023, 08:04:12 UTC
145c422 [T/M] Slightly relax tolerances Happened right after CI machine upgrade. 13 February 2023, 22:52:32 UTC
5d933bf Merge branch 'docs-prj-file' into 'master' [web] First draft of the Beginner Guide See merge request ogs/ogs!4442 13 February 2023, 16:37:29 UTC
6115a59 [web] First draft of the Beginner Guide 13 February 2023, 16:37:26 UTC
719d71d Merge branch 'RemoveNuOpFromIpData' into 'master' Remove N_u_op from ip data in THM and all other mechanical processes See merge request ogs/ogs!4477 10 February 2023, 14:58:46 UTC
3ba6312 [PL] Use eigenBlockMatrixView for N_u_op This saves significant (up to 1/2) memory of the integration point data. 10 February 2023, 13:54:08 UTC
e1d781a [PL/THM] Use eigen block matrix view in N_u_op expr. Further reduces memory allocations and slightly faster too. 10 February 2023, 13:54:08 UTC
1918df6 [ML] Eigen block matrix view CwiseNullaryOp including tests. 10 February 2023, 13:54:08 UTC
2ea25df [PL/THM] Remove N_u_op from ip data Slightly better performance, saves up to half of the space needed for each integration point. 10 February 2023, 13:47:01 UTC
925935f Merge branch 'Spelling' into 'master' Spelling See merge request ogs/ogs!4484 10 February 2023, 13:45:34 UTC
7f1a6ea [App/DE] Rename variable acc. to google styleguide 10 February 2023, 11:24:54 UTC
1693464 Improve spelling 10 February 2023, 11:24:54 UTC
76ad453 Update codespellrc. Add more excludes, sort. 10 February 2023, 11:24:54 UTC
68cd5a0 Merge branch 'TetgenFileExtension' into 'master' [FileIO] Automatically append correct file extension for Tetgen files See merge request ogs/ogs!4478 09 February 2023, 23:19:04 UTC
cf70b92 Merge branch 'warning_fixing' into 'master' [Test] Fixed a compilation warning See merge request ogs/ogs!4483 09 February 2023, 22:55:44 UTC
3308137 automatically append correct file extension for tetgen files 09 February 2023, 22:33:35 UTC
763b50e [Test] Fixed a compilation warning 09 February 2023, 22:31:36 UTC
fa6f42b Merge branch 'cdash-build-name-fix' into 'master' [cmake] Fix CDash BUILDNAME See merge request ogs/ogs!4480 09 February 2023, 09:58:28 UTC
c48539e [cmake] Fix CDash BUILDNAME. See https://github.com/Kitware/CDash/issues/1292. 09 February 2023, 08:45:31 UTC
14aacd1 Merge branch 'cpm-update' into 'master' CPM update and fmt unbundling See merge request ogs/ogs!4473 08 February 2023, 18:19:21 UTC
ca5877c [ci] Increase job timeout for build linux (no unity) for envinf56. 08 February 2023, 16:56:01 UTC
2552c57 [GL] Enabled ostream formatting with fmt lib See https://fmt.dev/latest/api.html#std-ostream-support 08 February 2023, 16:56:01 UTC
3f12c71 [BL] fmt requires reinterpret casts for xml2 strings 08 February 2023, 16:56:01 UTC
b41df60 [cpm] Bump to fmt 9. 08 February 2023, 16:56:01 UTC
9f85dce [cmake] Fix for vtk provided fmt lib. 08 February 2023, 16:56:01 UTC
c736960 [cmake] our code is not yet compatible with fmt 9. 08 February 2023, 16:56:01 UTC
cf5da95 [versions] Updated cpm cache info. 08 February 2023, 16:56:01 UTC
2896195 [pre-commit] autoupdate. 08 February 2023, 16:56:00 UTC
dbf6b97 Fix usage of fmt include. Now fmt is used as a regular package. Before it was bundled with spdlog. 08 February 2023, 16:56:00 UTC
043013d [cmake,cpm] Make fmt available as a regular package. 08 February 2023, 16:56:00 UTC
1798333 [cmake] Updated CPM to 0.37. 08 February 2023, 16:56:00 UTC
1b68d8a Merge branch 'inclined_element_HC' into 'master' Use inclined elements in ComponentTransport See merge request ogs/ogs!4228 07 February 2023, 15:29:26 UTC
518d6b6 Merge branch 'tfel-python' into 'master' [cmake] Enable Python bindings for TFEL See merge request ogs/ogs!4470 07 February 2023, 13:47:52 UTC
694c214 [HC] Replaced rotation matrices with a projected specific body force vector 07 February 2023, 13:03:05 UTC
037eadf Merge branch 'frontend-unity-fix' into 'master' [cmake] Fixed frontend unity exclusion issues. Closes #3366 See merge request ogs/ogs!4475 07 February 2023, 12:40:08 UTC
86846b0 [cmake] Enable Python bindings for TFEL if OGS_USE_PYTHON=ON. Will print out instructions to set the PYTHONPATH, e.g.: -- TFEL build with Python bindings. To use them: export PYTHONPATH=/home/bilke/code/ogs/build/release/_ext/TFEL/lib/python3.10/site-packages:$PYTHONPATH 07 February 2023, 12:02:37 UTC
d2b3403 [cmake] Fixed frontend unity exclusion issues. Paths need to be prefixed with /gpfs1 (obatined via `pwd -P`). 07 February 2023, 11:53:29 UTC
d035027 Merge branch 'docu_improvements' into 'master' [doc] clarify domain deactivation docstring See merge request ogs/ogs!4474 06 February 2023, 18:17:37 UTC
ee41aa1 clarify domain deactivation docstring 06 February 2023, 17:22:46 UTC
a6bc63a [HC] Initialize specific_body_force 06 February 2023, 16:46:09 UTC
3bf21d4 [CTest/HC] Corrected body force components in some project files 06 February 2023, 16:46:08 UTC
d65862b [CTest/HC] Added a test with inclined elements 06 February 2023, 16:46:08 UTC
6b399c9 [Doc/HC] Parameter documentation for aperture 06 February 2023, 16:46:08 UTC
0ad50c4 [HC] Use space dimension instead of mesh.getDimension 06 February 2023, 16:46:08 UTC
e5bb144 [HC] Enabled inclined elements in the local assembler 06 February 2023, 16:46:08 UTC
a21db01 [HC] Added three members to ComponentTransportProcessData for inclined elements. 06 February 2023, 16:46:08 UTC
8a949f7 [web] Update to installation of DataExplorer prereqs. 06 February 2023, 14:35:02 UTC
3b5cec3 Merge branch 'minor_change' into 'master' Two minor updates See merge request ogs/ogs!4472 06 February 2023, 08:02:08 UTC
5af43eb [env/eve] load modules of vtk and hdf5 03 February 2023, 19:39:11 UTC
8056f84 [HDF5] using Hdf5DimType = hsize_t 03 February 2023, 19:39:11 UTC
6e57ff5 Merge branch 'doc-fix' into 'master' [doc] fixed figure caption for tool documentation See merge request ogs/ogs!4471 03 February 2023, 12:39:47 UTC
ffe9937 fixed caption 03 February 2023, 10:34:44 UTC
5784519 Merge branch 'EnableMultipleMeshesAndGeometry' into 'master' Project file: Enable multiple meshes and geometry input See merge request ogs/ogs!4469 03 February 2023, 08:19:25 UTC
bda5465 [T] Update tests for multiple meshes + geometry 03 February 2023, 07:34:27 UTC
6f25102 [App/ProjectData] Disable restriction to either multiple meshes or single mesh + geometries 03 February 2023, 06:51:25 UTC
e92c01c Merge branch 'aniso_expansivity' into 'master' [MPL] Enable arbitrarily rotated anisotropic thermal expansivities by allowing the conversion from 3x3 matrices to KelvinVectors See merge request ogs/ogs!4410 02 February 2023, 16:53:46 UTC
53990a0 add TRM ctests for anisotropic thermal_expansivity 02 February 2023, 14:24:10 UTC
13a23b3 rename FormKelvinVectorFromThermalExpansivity -> FormKelvinVector 02 February 2023, 14:24:03 UTC
e998794 allow for arb. 3x3 matrices in formKelvinVektorFromThermalExpansivity 02 February 2023, 11:54:43 UTC
d277774 Merge branch 'SmallFixes' into 'master' Small fixes See merge request ogs/ogs!4466 02 February 2023, 11:02:39 UTC
26b6bb1 [MeL/Properties] Remove unnecessary empty std::vector 02 February 2023, 10:06:40 UTC
4078164 [MeL] Rm. second call using long data type. 02 February 2023, 10:06:40 UTC
d22ccf6 [A/U/GeoTools] createRaster: Correct tool description 02 February 2023, 10:06:40 UTC
6a801a9 [PL] Remove incorrect comment in linear elasticity Code has been generalized long ago... 02 February 2023, 10:06:40 UTC
370dbe8 [web] Wrap cibuildwheel in backticks 02 February 2023, 10:06:40 UTC
f9d846a Merge branch 'vtkdiff-win-longpaths' into 'master' Fix vtkdiff long paths on Windows See merge request ogs/ogs!4467 02 February 2023, 07:50:53 UTC
e1f3520 Merge branch 'MultipleSolidMaterials' into 'master' [T/M] Two solid materials extrapolation Closes #3054 and #3063 See merge request ogs/ogs!4447 01 February 2023, 19:50:23 UTC
9adcc1e [T/SD] Multi-material single solid model test To test secondary variables output on the second material. 01 February 2023, 18:44:29 UTC
8cc829c [PL] Treat one-solid/multi-material case 01 February 2023, 18:15:26 UTC
545ab92 [PL] Check number of components for all materials For a single internal variable the number of components must be equal for all materials. 01 February 2023, 18:15:26 UTC
007fd60 [PL] Rewrite solid material int vars extrapolation Storing solid material model pointer in the callback allows for heterogeneous solid materials. 01 February 2023, 18:15:26 UTC
3abfda0 [PL] Extend asm I/F with material id access Only those mechanics processes which already provide access to material state variables. 01 February 2023, 18:15:26 UTC
back to top