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

sort by:
Revision Author Date Message Commit Date
3ebd5f6 Merge branch 'openmp-parallel-assembly' into 'master' Draft: OpenMP parallelized assembly See merge request ogs/ogs!4556 17 April 2023, 07:53:57 UTC
033151b [T] Raised test tolerances slightly 17 April 2023, 07:53:45 UTC
b3555b6 [T] Added tests for OGS_ASM_THREADS env var 17 April 2023, 07:09:02 UTC
e1d5c35 [PL/TH2M] Pass jacobian assembler to assembly mixin 17 April 2023, 07:09:02 UTC
09402c3 [PL/TRM] Pass jacobian assembler to assembly mixin 17 April 2023, 07:09:02 UTC
f2e1718 [cmake] OpenMP-enabled variant in OgsTest(). 17 April 2023, 07:09:02 UTC
af8faf8 [cmake] Benchmarks for supported processes get an OpenMP-enabled variant. - Implementation in AddTest(), variants are automatically added. - Currently for TH2M and ThermoRichardsMechanics - Use 4 threads (ctest scheduling takes this into account too, no system overload) - Can be selected with e.g.: ctest -L ^omp 17 April 2023, 07:09:02 UTC
ecc5713 [cmake] Removed debug output. 17 April 2023, 07:09:02 UTC
081419c [PL] Parallelized assembleWithJacobian for ThermoRichardsFlow 17 April 2023, 07:09:02 UTC
831d5ab [PL/TH2M] Fixed race condition 17 April 2023, 07:09:02 UTC
20bdbd5 [MPL] Made function property thread safe 17 April 2023, 07:09:02 UTC
703fc33 [PaL] Made function parameter thread safe 17 April 2023, 07:09:02 UTC
250225e [PL] Use parallel assembler 17 April 2023, 07:09:02 UTC
f4d9ac7 [PL] Added parallel assembler 17 April 2023, 06:36:08 UTC
67cbca8 [PL] Added utilities for the assembly 17 April 2023, 06:36:08 UTC
ff14cca [PL] Separated Jacobian assembler 17 April 2023, 06:35:37 UTC
61dcbc3 [PL] Made Jacobian assemblers copyable 17 April 2023, 06:35:37 UTC
1462937 [MeL] Added missing includes 17 April 2023, 06:35:37 UTC
27e4d96 Merge branch 'CMakeXDMFDebugMode' into 'master' [CMake] Enable xdmf in debug mode See merge request ogs/ogs!4558 16 April 2023, 16:03:49 UTC
aec35fe Merge branch 'gmsh-no-x11' into 'master' [py] Use gmsh no X11 package on Linux. See merge request ogs/ogs!4566 14 April 2023, 20:48:27 UTC
3cae618 Merge branch 'fix-matrix-output-warning-logic' into 'master' [PL] Fixed matrix output warning logic See merge request ogs/ogs!4567 14 April 2023, 20:03:32 UTC
76b1f28 [py] Use gmsh no X11 package on Linux. 14 April 2023, 14:14:58 UTC
29f3d37 [CMake] Enable xdmf in debug mode 14 April 2023, 14:11:16 UTC
f29fe1a [PL] Fixed matrix output warning logic 14 April 2023, 13:56:57 UTC
8150030 Merge branch 'stabilizer_update' into 'master' Generalized numerical stabilizer and consequently applied full upwind stabilizer to HC See merge request ogs/ogs!4387 14 April 2023, 12:45:47 UTC
69ebdfe Merge branch 'WellboreSimulator-EOS4' into 'master' WellboreSimulator-EOS: Water enthalpy IAPWSIF97 region1 See merge request ogs/ogs!4564 14 April 2023, 11:59:53 UTC
209aa77 [NL] Make naming consistency in NumericalStabilization-impl.h 14 April 2023, 11:06:22 UTC
8b41049 [NL] Consistent file name, remove unnecessary incl 14 April 2023, 11:06:11 UTC
2653688 [NL] Make argument type more specific 14 April 2023, 11:05:58 UTC
ca0df30 [NL] Zero-initialization upon creation 14 April 2023, 11:05:58 UTC
06d3b1b [NL] Use Eigen array ops replacing for-loops 14 April 2023, 11:05:58 UTC
415dea5 [NL] Avoid code duplication 14 April 2023, 11:05:58 UTC
5f2ed8d [CTest/HC] Copied and modified an existing test to use the full upwind scheme 14 April 2023, 11:05:58 UTC
a68abd5 [HC] Use the process independent interface for numerical stabilization 14 April 2023, 11:05:58 UTC
2107c42 [NumLib] A process independent interface for numerical stabilization 14 April 2023, 11:05:58 UTC
76e3c4f [HC/CTest] Corrected a typo of nonlinear solver name in 1D_MultiLayerDiffusion.prj 14 April 2023, 11:05:58 UTC
3c505d1 [Hc/CTest] Increase the tolerance of one nonlinear solver of 1D_MultiLayerDiffusion 14 April 2023, 11:05:58 UTC
50e201f [HC] Split the advection term from the storage of the Laplacian matrix 14 April 2023, 11:05:58 UTC
1dfb8b4 [HC] Moved numerical stabilization function pointer from local assembler class to ComponentTransportProcessData to avoid memory allocation 14 April 2023, 11:05:58 UTC
d186067 [UnitTest] Add the unit test of water enthalpy in IAPWSIF97 region1. 14 April 2023, 10:28:22 UTC
6ab243b [Doc] Add para doc of water enthalpy in IAPWSIF97 region1. 14 April 2023, 10:28:22 UTC
cceff66 [MPL/Water] Add water enthalpy in IAPWSIF97 region1. 14 April 2023, 10:28:22 UTC
5e2ab7d Merge branch 'matrix-output' into 'master' Debug output for local and global matrices See merge request ogs/ogs!4546 14 April 2023, 10:01:59 UTC
24dc1ab Merge branch 'fix-links' into 'master' [web, doxygen] Fix links See merge request ogs/ogs!4563 14 April 2023, 06:55:45 UTC
73541f2 [T] Added test for Eigen matrix formatting 14 April 2023, 06:43:28 UTC
c5bb379 [MaL] Added output formatter for Eigen dense types 14 April 2023, 06:43:28 UTC
d38add6 [PL/SD] Enable global matrix output 14 April 2023, 06:43:28 UTC
d487756 [PL] Enable local matrix debug output 14 April 2023, 06:43:28 UTC
daf3f1b [T] Added unit tests for some matrix output internals 14 April 2023, 06:43:28 UTC
bb21407 [T] Added tests for the matrix debug output 14 April 2023, 06:43:28 UTC
f39f588 [PL] Added matrix output functionality 14 April 2023, 06:43:28 UTC
7978335 [web] Fix link in IntegrateBoreholesIntoMesh. 14 April 2023, 06:00:47 UTC
a8efa86 [web] Format IntegrateBoreholesIntoMesh. 14 April 2023, 06:00:47 UTC
88b8096 [doxygen] Fix PETSc links. 14 April 2023, 06:00:47 UTC
cacfe8d [web] Fix links in AddFaultToVoxelGrid. 14 April 2023, 06:00:47 UTC
b66b441 [web] Format AddFaultToVoxelGrid. 14 April 2023, 06:00:46 UTC
d701696 [web] Fix link in parallel_computing_mpi.md. 14 April 2023, 06:00:46 UTC
78b58fd [web] Fix link in checkMesh/index.md. 14 April 2023, 06:00:46 UTC
0777636 [web] Format checkMesh/index.md. 14 April 2023, 05:59:41 UTC
a237a43 [web] Fix head downloads. 14 April 2023, 05:59:40 UTC
e2fd9dc Merge branch 'rm-ogs_build_python_module' into 'master' Remove option OGS_BUILD_PYTHON_MODULE See merge request ogs/ogs!4523 12 April 2023, 15:43:36 UTC
c333ea0 Merge branch 'WellboreSimulator-EOS3' into 'master' WellboreSimulator-EOS: Water temperature IAPWSIF97 region1 See merge request ogs/ogs!4562 12 April 2023, 14:01:48 UTC
532c885 [cmake] Removed option OGS_BUILD_PYTHON_MODULE. 12 April 2023, 13:56:14 UTC
e4ae815 [UnitTest] Add unit test for water temperature in region1. 12 April 2023, 12:24:39 UTC
70db53b [Doc] Add para doc for the water temperature in region1. 12 April 2023, 12:24:39 UTC
651959c [MPL/Water] Add water temperature calculation in IAPWS-IF97 region1. 12 April 2023, 12:24:39 UTC
c7b9252 Merge branch 'better-license-file' into 'master' [cmake,ci] Better third-party license collection See merge request ogs/ogs!4561 11 April 2023, 18:30:38 UTC
4a584e2 [versions] Updated cpm cache info. 11 April 2023, 15:13:17 UTC
f6b63a4 [cmake] Better third-party license collection. - Adapted functionality from https://github.com/cpm-cmake/CPMLicenses.cmake - Only one license file (build/third_party_licenses.txt) - No additional targets - One dependeny less (CPMLicenses.cmake) 11 April 2023, 15:13:17 UTC
2643fe6 [cpm] Bump nlohman/json to 3.10.5. From 3.10 tarball also contains license file. 11 April 2023, 15:13:16 UTC
3e2f4e6 Merge branch 'fix-docs-threshold' into 'master' [ci] Fix doxygen warnings output. See merge request ogs/ogs!4559 11 April 2023, 13:21:18 UTC
bb725e4 Merge branch 'covariant-view' into 'master' Covariant polymorphic views for std::vectors See merge request ogs/ogs!4526 11 April 2023, 12:21:26 UTC
2189c19 Merge branch 'num-diff' into 'master' Added generic numerical differentiation algorithm See merge request ogs/ogs!4522 11 April 2023, 11:46:45 UTC
91cb9ac Merge branch 'WellboreSimulator-EOS2' into 'master' WellboreSimulator-EOS: Liquid water density and enthalpy in IAPWSIF97 Region4 See merge request ogs/ogs!4543 11 April 2023, 11:35:09 UTC
791cda2 [cmake-format] Dependencies.cmake 11 April 2023, 09:13:58 UTC
4f7ea2c [ci] Fix doxygen warnings output. 11 April 2023, 07:48:33 UTC
b2a14ec [App/IO] Fixed conversion warning 07 April 2023, 09:51:17 UTC
5971d43 [scr] Enable inline suppressions in cppcheck ... and script refactored 07 April 2023, 09:51:17 UTC
c4d3925 [CI] Save cppcheck artifact 07 April 2023, 09:51:17 UTC
3fbcb10 [T] Added tests for covariant container views 07 April 2023, 09:51:17 UTC
a322b74 [BL] Added covariant container views 06 April 2023, 13:30:59 UTC
210d446 [Doc] Add para docu of the water liquid enthalpy in IAPWSIF97 Region4. 05 April 2023, 19:17:26 UTC
ab4dff3 [Doc] Add para docu of the water liquid density in IAPWSIF97 Region4. 05 April 2023, 19:17:26 UTC
309d32e [UnitTest] Add the test of water liquid enthalpy in IAPWSIF97 Region4. 05 April 2023, 19:17:16 UTC
357f291 [UnitTest] Add the test of water liquid density in IAPWSIF97 Region4. 05 April 2023, 19:17:03 UTC
75a3013 [MPL/Water] Add water liquid enthalpy calculation in IAPWSIF97 Region4. 05 April 2023, 09:22:24 UTC
ec5b778 [MPL/Water] Add water liquid density calculation in IAPWSIF97 Region4. 05 April 2023, 09:22:24 UTC
0f755a1 [T] Added tests for generic numerical differentiation algorithm 05 April 2023, 06:36:12 UTC
e3eb36a [NL] Added generic numerical differentiation algorithm 05 April 2023, 06:36:12 UTC
a5de98c [gui] Fix build. 04 April 2023, 18:49:58 UTC
d4ca7e6 Merge branch 'helper-repo' into 'master' Introducing reproducable builds with guix See merge request ogs/ogs!4550 04 April 2023, 13:13:32 UTC
d7c52fb [versions] Updated cpm cache info. 04 April 2023, 11:19:08 UTC
40c3d6d [py] Python 3.11 requires pybind11 2.10.x 04 April 2023, 11:19:08 UTC
7dff36f [cmake] Fix range-v3 versions. 04 April 2023, 11:19:08 UTC
ff8995f [ci] Added job build guix. Currently builds ogs serial and petsc with SteadyStateDiffusion process only. 04 April 2023, 11:19:08 UTC
6be10a0 [guix] Added channels.scm. This file pins the dependency tree. 04 April 2023, 11:19:08 UTC
94feaea Merge branch 'fix-gui' into 'master' [ci] Fix gui jobs See merge request ogs/ogs!4555 04 April 2023, 09:58:36 UTC
9bae166 [ci] Fix gui jobs. 04 April 2023, 09:09:26 UTC
c466728 Merge branch 'ExpandCreateMeshFromElementSelectionForParallelCase' into 'master' Implement transformation from 'normal' `Mesh` to `NodePartitionedMesh` See merge request ogs/ogs!4548 04 April 2023, 07:06:13 UTC
afc3d0b [MeL] Use MeshLib::view::ids 04 April 2023, 06:23:48 UTC
back to top