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

sort by:
Revision Author Date Message Commit Date
8f6700b Merge branch 'metis-upstream' into 'master' Draft: [cmake] Use upstream METIS See merge request ogs/ogs!4773 24 October 2023, 13:47:50 UTC
21a2178 [T] Update partmesh result data. 24 October 2023, 13:47:20 UTC
9c02eb0 [guix] Use guix metis package. 24 October 2023, 13:47:20 UTC
b75588b [cmake] metis win fix 24 October 2023, 13:47:20 UTC
9263155 [versions] Updated cpm cache info. 24 October 2023, 13:47:19 UTC
186fd0c [pre-commit] Ignore git patch files on trailing-whitespace. 24 October 2023, 13:47:19 UTC
8bff949 [cmake] Patch metis. 24 October 2023, 13:47:19 UTC
a7a8437 [cmake] Use metis build system. 24 October 2023, 13:47:18 UTC
2564100 [versions] Updated cpm cache info. 24 October 2023, 13:47:18 UTC
8814da0 [cmake] Use upstream METIS. Official repos are at https://github.com/KarypisLab. - https://github.com/KarypisLab/METIS - https://github.com/KarypisLab/GKlib Our fork at https://gitlab.opengeosys.org/ogs/libs/metis may be obsolete now. 24 October 2023, 13:47:18 UTC
4b960bc Merge branch 'notebook-large-label' into 'master' [cmake] Add missing ctest labels to notebooks. See merge request ogs/ogs!4774 24 October 2023, 11:46:36 UTC
a07d9db [cmake] Add missing ctest labels to notebooks. 24 October 2023, 10:00:44 UTC
bb7f2ab Merge branch 'SupressDefaultOutputForGivenFixedTimeSteps' into 'master' Suppress default output if fixed output time steps are given Closes #3424 See merge request ogs/ogs!4753 23 October 2023, 13:06:43 UTC
a516df8 [T] CTest checking for unexpected output The usual ctests test only for expected files but this test requires testing if files were *not* created. 23 October 2023, 11:17:04 UTC
18018f3 [T] Enable test in Tests.cmake; reference files 23 October 2023, 11:08:29 UTC
fea12eb [T] Modify liquid flow test for output testing - first output config: using only <fixed_output_times> and no <timesteps> tags. - second output config: without <fixed_output_times> and <timesteps> tags. 23 October 2023, 11:08:29 UTC
d40bda8 [doc] Unify prefix/suffix documentation Fix incorrect italics using backticks for some expressions. 23 October 2023, 11:08:29 UTC
2022949 [doc] Add missing items for output 23 October 2023, 11:08:29 UTC
438ec2a [PL/Out] Supress default output if fixed ts given There should be no default output if the fixed output times were specified. If nothing is specified, all time steps are written, as it was by default. 23 October 2023, 11:08:29 UTC
6cae0ae Merge branch 'petsc-fix' into 'master' [cmake] Remove --with-cc[x] configure opts to PETSc. Closes #3438 See merge request ogs/ogs!4772 23 October 2023, 09:17:33 UTC
048076d [cmake] Remove --with-cc[x] configure opts to PETSc. Fixes #3438. 23 October 2023, 07:36:45 UTC
2c4e1f3 Merge branch 'mandelcryer' into 'master' [web] Mandel-Cryer benchmark conversion to jupyter notebook See merge request ogs/ogs!4741 20 October 2023, 11:51:08 UTC
fba0845 [web] Fix web deploy (related !4771). 20 October 2023, 06:38:15 UTC
96a8f30 Merge branch 'fix-links' into 'master' [web] Fix links. See merge request ogs/ogs!4771 19 October 2023, 12:58:31 UTC
134693d [nb,ci] Copy converted ipynb-file to web output path. 19 October 2023, 12:21:06 UTC
f1484e9 [ci] Archive .ipynb-files. 19 October 2023, 12:21:06 UTC
e35c791 [ci] 'check web links' fix dependency. 19 October 2023, 12:21:06 UTC
8c0b496 [web] Replace eigen links. https://eigen.tuxfamily.org is down. Use https://libeigen.gitlab.io/docs instead. 19 October 2023, 12:21:06 UTC
7e2d116 Merge branch 'notebook-runtime' into 'master' [ci] Limit max notebook runtime in MR pipelines to 10 minutes See merge request ogs/ogs!4769 19 October 2023, 09:39:11 UTC
a95db2a Merge branch 'SmallFixes' into 'master' Small fixes See merge request ogs/ogs!4770 18 October 2023, 19:33:49 UTC
a080b0b [MaL] Remove unreachable INFO separator output 18 October 2023, 18:23:36 UTC
a00b76c [T/M] Slightly relax ctests' tolerances 18 October 2023, 18:16:33 UTC
52a2e02 [NL] Remove unused getIntegrationMethodProvider Overload not used anywhere. 18 October 2023, 17:57:40 UTC
ecd959b Merge branch 'M1MacIssuePF' into 'master' Addressing bar_COHESIVE_linear Issue on MAC See merge request ogs/ogs!4768 18 October 2023, 13:50:02 UTC
ef654cc Merge branch 'remove-dimension' into 'master' remove dimension keyword Closes #3060 See merge request ogs/ogs!4766 18 October 2023, 12:05:50 UTC
283dc46 [nb,T] Add notebook to ctest. 18 October 2023, 11:57:15 UTC
3904f93 [T,nb] Increase time delta and t_end for notebook. 18 October 2023, 11:57:14 UTC
c4be008 [nb] Format markdown. 18 October 2023, 11:57:14 UTC
25afba6 [nb] Converted to md. 18 October 2023, 11:57:14 UTC
8b61a03 [ci] Limit MR pipelines to not LARGE notebooks (< 600 s). 18 October 2023, 11:36:04 UTC
be876c9 [ci] Increase LARGE notebooks to 600 s (was 60 s). 18 October 2023, 11:35:21 UTC
c63f24a [T] phasefield bar_COHESIVE_linear: tighten thresholds. 18 October 2023, 10:52:30 UTC
5bc3e83 [T] bar_COHESIVE_linear as OgsTest(). 18 October 2023, 10:52:30 UTC
467d052 Merge branch 'StatesInSmallDeformations' into 'master' Extract constitutive relations in SmallDeformation process See merge request ogs/ogs!4763 18 October 2023, 09:47:54 UTC
d95021d Modify mesh for crack nucleation in beam center 18 October 2023, 08:26:56 UTC
449f011 [pre-commit] jupytext black hook tries to format md parts, use nbqa. 18 October 2023, 07:46:14 UTC
5433079 [nb] Moved into Tests/Data. 18 October 2023, 07:44:52 UTC
a491d45 [web,T] Mandel-Cryer notebook 18 October 2023, 07:40:41 UTC
69bbd6f [PL/SD] Move SD-specific MaterialForces.h 17 October 2023, 21:33:06 UTC
19867ce [PL/SD] Move free energy density into solid model 17 October 2023, 21:33:06 UTC
bc984dc [PL/SD] Use StrongType for temperature 17 October 2023, 21:33:06 UTC
5c46881 [PL/SD] Use StrongType for gravity 17 October 2023, 21:33:06 UTC
42ed73c [PL/SD] Use StrongType for solid density 17 October 2023, 21:33:06 UTC
08dce7a [PL/SD] Move shape function independent fct in I/F 17 October 2023, 21:33:06 UTC
cd49e2e [PL/SD] Use constitutive relations eval in FEM - Removing sigma and eps from IPData, now stored in current state and prev state. - Remove associated ip getter and setter, now handled through reflections - Stress, stiffness tensor, and volumetric body force are now fetched from newly updated constitutive data (CD). 17 October 2023, 21:33:06 UTC
4a4af87 [PL/SD] Add ConstitutiveRelations; not yet used 17 October 2023, 21:33:06 UTC
bdb94b6 [PL/SD] Move solid material states in LA Separating the solid material states from integration point data. Also move all but one functions into the local assembler, since they are no longer accessing the integration point data. 17 October 2023, 21:33:06 UTC
fdf4056 [PL/SD] Move elem.-type independent members to LA Especially the solid_material is now stored once per element and not in every integration point. 17 October 2023, 21:33:06 UTC
e70a43f replace dimension tag documentation by removal note 17 October 2023, 20:08:20 UTC
48016f9 remove dimension keyword in project files 17 October 2023, 20:08:20 UTC
b291017 remove dimension keyword 17 October 2023, 20:08:15 UTC
f997d0c Merge branch 'vtkdiff-field-data' into 'master' Add a test case using vtkdiff for field data See merge request ogs/ogs!4760 17 October 2023, 15:10:01 UTC
5d20e35 [nb] Converted to py:percent format. pipx run jupytext --to py:percent Tests/Data/Mechanics/Linear/test_ip_data/2D-clamped-gravity.ipynb 17 October 2023, 11:31:57 UTC
30038da Merge branch 'authors' into 'master' Update authors in .cff-file. Closes #3304 See merge request ogs/ogs!4765 17 October 2023, 11:27:51 UTC
75a44dc Update authors in .cff-file. 17 October 2023, 11:27:51 UTC
08ef68b [scr] Updated vtkdiff hash after GitHub PR merge 17 October 2023, 11:21:12 UTC
cf17bee [T] Added test with nontrivial IP data field 17 October 2023, 11:21:12 UTC
b78fa53 Merge branch 'ruff' into 'master' [ci] Add ruff job and enable notebook linting See merge request ogs/ogs!4767 17 October 2023, 11:11:38 UTC
e39b380 [ci] Add ruff job. Always runs green but reports to GitLabs code quality. 17 October 2023, 11:11:08 UTC
7d2e8cf [python] Set includes and excludes when running ruff manually. 17 October 2023, 11:11:08 UTC
af07cee [pre-commit] Enable ruff on notebooks. 17 October 2023, 11:11:08 UTC
d6e600d [pre-commit] Update ruff to 0.1.0. 17 October 2023, 11:11:08 UTC
1a1ed45 Merge branch 'createmesh' into 'master' [web] Add jupyter notebook tutorial on mesh generation See merge request ogs/ogs!4740 17 October 2023, 09:57:08 UTC
6755be8 Merge branch 'fix-frontend-petsc' into 'master' Fix frontend PETSc and relax notebook format requirements See merge request ogs/ogs!4764 16 October 2023, 10:58:57 UTC
254dcfd [ci] Fix regex for web only pipelines. 16 October 2023, 10:30:54 UTC
29cade5 [ci] Generate web preview on testrunner and markdown notebook changes. 16 October 2023, 10:30:54 UTC
4f967b6 [nb] Specific frontmatter format ignored on SKIP_WEB notebooks. 16 October 2023, 10:30:53 UTC
1585112 [eve] Specifying --with-cc and -cxx breaks petsc build. 16 October 2023, 07:29:49 UTC
077fc88 [web] Fixed links in notebook. 13 October 2023, 12:17:02 UTC
09f5899 [web] Some notebook formatting. 13 October 2023, 12:17:02 UTC
3cdc46b [web] Proper out_dir in notebook. 13 October 2023, 12:17:02 UTC
979dff7 [web] spellcheck notebook. 13 October 2023, 12:17:01 UTC
1a79bee [web] markdownlint notebook. 13 October 2023, 12:17:01 UTC
62553b9 [web] Converted meshing tutorial notebook to markdown. 13 October 2023, 12:17:01 UTC
486882b [web] Added missing venv instruction. 13 October 2023, 12:17:01 UTC
3237f61 [web] Give the page a proper name. 13 October 2023, 12:17:01 UTC
f01fd48 [web] Simplified gallery template. Fixed issue of missing pages when notebook direct conversion is used and no image is given in page metadata. 13 October 2023, 12:17:00 UTC
e40cd85 Some changes to the mesh tutorial 13 October 2023, 12:17:00 UTC
dfb89a4 [web] Meshing tutorial notebook 13 October 2023, 12:16:59 UTC
1402565 Revert accidentally increased PETSc version... 13 October 2023, 11:49:45 UTC
41885ee [nb] Added (dummy) frontmatter on check_point_cloud.ipynb. 13 October 2023, 11:00:27 UTC
f644ae8 [nb] Added (dummy) frontmatter on ModCamClay_TestIsotrop.ipynb. 13 October 2023, 08:56:21 UTC
f8484b6 [ci,nb] Fixed testrunner for failed notebook runs. 13 October 2023, 08:55:13 UTC
2169204 Merge branch 'nb-testrunnere' into 'master' [ci,nb] Refactored notebook testrunner. See merge request ogs/ogs!4762 13 October 2023, 06:43:09 UTC
461d280 [ci] Add check=True to subprocess.run. 13 October 2023, 06:29:40 UTC
6d473c9 [ci] On web only pipelines run notebook benchmarks only. 13 October 2023, 06:29:40 UTC
cba134d [nb] Removed nb2hugo dependency. 13 October 2023, 06:29:40 UTC
def7173 [ci,nb] Check for first markdown cell. 13 October 2023, 06:29:40 UTC
28ce66f [nb] Format notebooks with black. 13 October 2023, 06:29:40 UTC
ef617dd [nb] Update notebooks to use regular toml frontmatter. 13 October 2023, 06:29:39 UTC
back to top