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

sort by:
Revision Author Date Message Commit Date
9e447af Merge branch 'SmallFixes' into 'master' Independent small fixes after gcc-13 and petsc-3.19 update. See merge request ogs/ogs!4602 11 May 2023, 13:38:37 UTC
e9829cf [MaL] Use PETSC_NULLPTR Replacing deprecated PETSC_NULL since petsc version 3.19. 11 May 2023, 13:35:13 UTC
49bf62a [PL] Missing includes for function and mutex 11 May 2023, 13:35:13 UTC
ec364d6 [Warning] Fixed a 'redundant move' warning 11 May 2023, 13:35:13 UTC
659697f Merge branch 'CatchExceptionsInOpenMpLoop' into 'master' [PL] Catch and rethrow exceptions in openMP loop See merge request ogs/ogs!4595 11 May 2023, 08:19:15 UTC
b1cfdb5 [T/TRM] Slightly relax temperature tolerance Failing on Windows the omp version. 11 May 2023, 08:12:32 UTC
74cdfd3 [PL] Catch and rethrow exceptions in openMP loop 10 May 2023, 18:20:32 UTC
8cee6d8 Merge branch 'fix-linux-ci' into 'master' Fix CI See merge request ogs/ogs!4600 10 May 2023, 12:18:32 UTC
f039b54 Revert "Revert "[scr/ci] Work around xvfb-run errors"" This reverts commit 1c17c3a500d5428f4258d4ef4d2f2abc3245b31a. 10 May 2023, 10:48:52 UTC
89ddfaf [cmake] Initialize var in ogs_add_library. On @heinzej's machine somehow `type` was set to `MODULE_LIBRARY` from outside which should not be possible (except if type is a cache variable). 09 May 2023, 09:31:50 UTC
1c17c3a Revert "[scr/ci] Work around xvfb-run errors" This reverts commit c1fde293bbfad277a1985a1bab562b7f81a6af25. 09 May 2023, 09:31:14 UTC
6910e21 Merge branch 'WellboreSimulator-EOS-5' into 'master' WellboreSimulator-EOS: clean up See merge request ogs/ogs!4568 08 May 2023, 17:09:10 UTC
b1bd6f8 [UnitTest/Water] Update name and add test points for saturation temp. 08 May 2023, 14:33:28 UTC
cad4646 [MPL/water] Add missed name and re-order, update comments, delete unused include. 08 May 2023, 13:04:04 UTC
1985113 Merge branch 'THM/SecondaryVarsOutput' into 'master' [PL/THM] Add rho_FR, mu, and sigma to output See merge request ogs/ogs!3979 08 May 2023, 11:20:43 UTC
e026da9 [T/THM] A2; Add fluid_density and viscosity test Slightly relax the tolerances for sigma and NodalForces. 05 May 2023, 20:42:51 UTC
a457668 [PL/THM] Add rho_FR, mu, and sigma to output Both, the extrapolated data and the element-wise averages are output. Darcy velocity computation is moved to computeSecondary() function and the result is stored in the integration point data. 05 May 2023, 15:53:32 UTC
50a2d1d Merge branch 'SmallFixes' into 'master' Independent small fixes See merge request ogs/ogs!4593 04 May 2023, 13:04:52 UTC
0f22f1a Merge branch 'XdmfTimeValuePrecisionFix' into 'master' [MeL/IO] Increase time value output precision Closes #3404 See merge request ogs/ogs!4582 04 May 2023, 12:20:30 UTC
4415377 [PL] Increase time step/delta value output precision to better distinguish close time steps, small deltas. 04 May 2023, 11:49:36 UTC
0716134 [T/XDMF] Additional output time step Testing precision of the output value written in the xdmf file. 04 May 2023, 11:49:36 UTC
64fedd2 [MeL/IO] Increase time value output precision The default is not sufficient to distinguish two time points. Fixes #3404. 04 May 2023, 11:49:36 UTC
f5c0a8b [web] Added link to XML patch documentation. 04 May 2023, 09:01:42 UTC
1e8d6cb Merge branch 'RemoveUnusedCode' into 'master' [App/DE] Remove unused files See merge request ogs/ogs!4590 03 May 2023, 16:35:04 UTC
233030c [AL] Suppress warning when no processes are compiled 03 May 2023, 16:32:15 UTC
359236b [PL] Scope non-PETSc function to avoid a warning The openGlobalMatrixOutputFile() is used only in the non-PETSc configuration. 03 May 2023, 16:30:34 UTC
a55eab0 [BL] Add missing explicit templ. inst. decls 03 May 2023, 16:30:17 UTC
bd0c5cb [App/DE] Remove unused files 03 May 2023, 14:40:12 UTC
d1e3185 Merge branch 'update-pyvista' into 'master' [py] Update PyVista to 0.38.6. Closes #3406 See merge request ogs/ogs!4589 03 May 2023, 14:14:53 UTC
828943f [py] Update PyVista to 0.38.6. Fixes #3406. 03 May 2023, 13:32:51 UTC
3ce5644 Merge branch 'FixSerialCaseOpenMpParallelization' into 'master' Fix serial case of the OpenMP parallelization Closes #3405 See merge request ogs/ogs!4584 02 May 2023, 06:56:04 UTC
6f577d8 Merge branch 'FixOutputPrimaryVariables' into 'master' Fix: output primary variables if nothing specified See merge request ogs/ogs!4585 02 May 2023, 05:28:29 UTC
e97eb2d [PL/O] Use contains method instead of find == end 30 April 2023, 21:08:20 UTC
b8220b6 [PL/O] Output primary variables if nothing specified Without the additional test the primary variables of a process are not added to the output if the <variables> section is empty. 30 April 2023, 21:06:43 UTC
0f98feb [T/HT] Modify tests to output all variables 30 April 2023, 21:03:59 UTC
d14ba9a [PL] Improved OpenMP performance a bit 30 April 2023, 13:56:49 UTC
b953bab [PL] Remove unused member function 30 April 2023, 13:56:49 UTC
4630a72 [PL] Remove sorting of indices before global add This is more expensive then not to do it at all. For a particular TRM test the assembly time went down back to pre-OpenMP from 0.25s to 0.16s. 30 April 2023, 13:56:49 UTC
892884d Merge branch 'SmallFixes' into 'master' Various independent changes See merge request ogs/ogs!4583 28 April 2023, 16:40:47 UTC
46f0c6b Merge branch 'covariant-view' into 'master' Iterator concepts for the covariant view See merge request ogs/ogs!4565 28 April 2023, 16:08:15 UTC
4cc78ee [T/TRM] Slightly relax pressure ctest tolerance 28 April 2023, 14:30:34 UTC
4627ec0 [T/TRM] A2 slightly relax tolerances of omp run 28 April 2023, 13:56:41 UTC
463a24f IO; Add missing includes 28 April 2023, 13:32:25 UTC
b8ffa81 [T/MFront] Move MFront related tests in own folder 28 April 2023, 13:32:16 UTC
f63d45c [MatL/MFront] Fix error message spacing. 28 April 2023, 13:32:16 UTC
bf00009 [T/SD] Use faster linear solver 28 April 2023, 13:31:53 UTC
5290552 [PL/HC] Set coordinates in spatial position allows usage of heterogeneous fields for the coefficients. 28 April 2023, 13:31:53 UTC
31aa4cc [MaL] Drop colon in matrix output making reading in python much easier. 28 April 2023, 13:31:53 UTC
5aeb85e [PL/TRM] Slightly relax tolerance for pressure. Failed on ubuntu perf job. 28 April 2023, 09:42:26 UTC
c6242ff Merge branch 'fix-frontend' into 'master' [ci] Fix frontend job See merge request ogs/ogs!4581 28 April 2023, 07:45:47 UTC
e95de62 [PL/TH2M] Relax tolerance for capillary_pressure_interpolated (frontend2). 28 April 2023, 06:17:14 UTC
27a882b [cmake] Fix label in AddTest(). 28 April 2023, 06:14:45 UTC
7ab429d [BL] Remove equality operator of the PRACViewIF Unused (and not tested) so far. 27 April 2023, 23:13:21 UTC
04e6de0 [T/BL] Unit-test the iterator functions 27 April 2023, 23:13:21 UTC
bdc8982 [T/BL] Prohibit copy and move operations on Animal The constructors and assignments are protected since they are needed for default construction of Dog's and copying is also required for std::vector<Dog>. 27 April 2023, 23:13:21 UTC
60efea1 [T/BL] Convert to range/v3 library The requirement viewable_range is not satisfied, i.e. the range cannot be converted to a view with views::all but the test in ContainerToolsAlgorithms works. Not sure what to do about this contradiction. 27 April 2023, 23:13:21 UTC
10e57de [T/BL] Add tests for the ranges 27 April 2023, 23:13:21 UTC
9d9f500 [T/BL] Algorithm test for polymorphicContainerView 27 April 2023, 23:13:21 UTC
c528ce3 [T/BL] Add a type alias shortening code 27 April 2023, 23:13:21 UTC
ea59eeb [BL] Satisfy random_access_iterator requirements Make the PolymorphicRandomAccessContainerViewIterator a random access iterator. 27 April 2023, 23:13:21 UTC
25b0d50 [BL] Replace comparison with spaceship operator 27 April 2023, 23:13:21 UTC
eaef25d [BL] Satisfy bidirectional_iterator requirements Make the PolymorphicRandomAccessContainerViewIterator bidirectional iterator. 27 April 2023, 23:13:21 UTC
4b638d0 [BL] Satisfy forward_iterator requirements Make the PolymorphicRandomAccessContainerViewIterator a forward iterator. Some simplifications were possible with pointers now. 27 April 2023, 23:13:21 UTC
1a575c5 [BL] Satisfy input_iterator requirements Make the PolymorphicRandomAccessContainerViewIterator an input iterator. 27 April 2023, 23:13:21 UTC
3a8f9e3 [PL/TRM] Slightly relax tolerance for pressure Failed on a Windows CI node with OpenMP. 27 April 2023, 23:13:02 UTC
7116a3b Merge branch 'local_assembler_args' into 'master' [Process] Added two arguments to postTimestep See merge request ogs/ogs!4579 27 April 2023, 15:05:52 UTC
d619fc8 [Process] Added two arguments to postTimestep and postTimestepConcrete of local assemblers. 27 April 2023, 13:36:13 UTC
43f287b Merge branch 'openmp-parallel-assembly' into 'master' OpenMP parallelized assembly See merge request ogs/ogs!4556 27 April 2023, 08:01:15 UTC
69d72e5 [cmake,T] AddTest(), OgsTest(): separate benchmark dirs for omp tests. 26 April 2023, 15:01:25 UTC
cb55c08 [T] Raised test tolerances slightly 26 April 2023, 15:01:25 UTC
7be0e0c [T] Added tests for OGS_ASM_THREADS env var 26 April 2023, 15:01:25 UTC
69bd00d [PL/TH2M] Pass jacobian assembler to assembly mixin 26 April 2023, 15:01:25 UTC
4d341bc [PL/TRM] Pass jacobian assembler to assembly mixin 26 April 2023, 15:01:25 UTC
d20a26b [cmake] OpenMP-enabled variant in OgsTest(). 26 April 2023, 15:01:25 UTC
ef3dd81 [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 26 April 2023, 15:01:25 UTC
ed3d93f [cmake] Removed debug output. 26 April 2023, 15:01:25 UTC
99dce6e [PL] Parallelized assembleWithJacobian for ThermoRichardsFlow 26 April 2023, 15:01:25 UTC
a6e076a [PL/TH2M] Fixed race condition 26 April 2023, 15:01:25 UTC
af2ce73 [MPL] Made function property thread safe 26 April 2023, 15:01:25 UTC
5382e6c [PaL] Made function parameter thread safe 26 April 2023, 15:01:25 UTC
a9890eb [PL] Use parallel assembler 26 April 2023, 15:01:25 UTC
80fdf4d [PL] Added parallel assembler 26 April 2023, 15:01:24 UTC
9690951 [PL] Added utilities for the assembly 26 April 2023, 15:01:24 UTC
6aab438 [PL] Separated Jacobian assembler 26 April 2023, 15:01:24 UTC
3f7cc24 [PL] Made Jacobian assemblers copyable 26 April 2023, 15:01:24 UTC
64d64b2 [MeL] Added missing includes 26 April 2023, 15:01:24 UTC
89c64e7 Merge branch 'fix-ci-xvfb-run' into 'master' Work around xvfb-run quirks See merge request ogs/ogs!4577 26 April 2023, 13:44:13 UTC
0f819f9 [ci] Fix Windows ctest condition. 26 April 2023, 09:45:27 UTC
2789504 Merge branch 'VariableOutput' into 'master' Control which variable is written See merge request ogs/ogs!4557 26 April 2023, 07:43:20 UTC
84d78ad [scr/ci] Enforce at least one ctest in windows CI job 26 April 2023, 06:59:41 UTC
2c0fb1b [scr/ci] Don't use quotes around arg This makes using "eval" unnecessary in the CI job shell scripts. 26 April 2023, 06:54:09 UTC
c1fde29 [scr/ci] Work around xvfb-run errors 26 April 2023, 06:52:09 UTC
1b4cc47 [T] Test with 4 output configs using different variable sets 26 April 2023, 04:41:50 UTC
77a420f [MeL] Output vtkGhostType in parallel simulations 26 April 2023, 04:41:50 UTC
d863feb [MeL] Output vtkGhostType in parallel simulations 26 April 2023, 04:41:49 UTC
ff538c9 Update test names 26 April 2023, 04:41:49 UTC
3aebef0 Update output variable sections in Phasefield project files 26 April 2023, 04:41:49 UTC
7f8d24a Update output variables section in T process prj files 26 April 2023, 04:41:49 UTC
748c483 Update output variables section in LIE prj files 26 April 2023, 04:41:49 UTC
be299e5 Update output variables section in ThermoRichardsFlow xml files 25 April 2023, 06:53:55 UTC
back to top