From 96dba8a560e4930d7801a9a282b857dc757a1469 Mon Sep 17 00:00:00 2001 From: Lars Bilke Date: Tue, 16 Jul 2019 15:05:13 +0200 Subject: [PATCH] Fixed some broken web links. --- web/.linksrc.json | 4 +++- .../bgr_verification_examples/hydromechanics.pandoc | 2 +- .../benchmarks/hydro-component/theis/HC_Theis.pandoc | 4 +--- .../KineticReactant2.pandoc | 2 +- web/content/docs/devguide/advanced/docker.pandoc | 1 - .../devguide/advanced/redistributable-builds.pandoc | 2 +- web/content/internal/vis.html | 12 ------------ web/content/releases/6.1.0.md | 9 ++++----- web/content/releases/6.2.0.md | 4 ++-- 9 files changed, 13 insertions(+), 27 deletions(-) delete mode 100644 web/content/internal/vis.html diff --git a/web/.linksrc.json b/web/.linksrc.json index 1f3e7c4960d..bdb43336d08 100644 --- a/web/.linksrc.json +++ b/web/.linksrc.json @@ -2,6 +2,8 @@ "excludePatterns": [ "^https?://.*localhost", "^https?://github.com/ufz/ogs/releases/.*", - "https://jenkins.opengeosys.org/job/ufz/job/ogs-container-maker/job/master/build" + "https://jenkins.opengeosys.org/job/ufz/job/ogs-container-maker/job/master/build", + "https://dev.azure.com/ogsci/ogs/_build", + "https://ogs.jfrog.io/ogs" ] } diff --git a/web/content/docs/benchmarks/bgr_verification_examples/hydromechanics.pandoc b/web/content/docs/benchmarks/bgr_verification_examples/hydromechanics.pandoc index 87e212a2861..9722b350abd 100644 --- a/web/content/docs/benchmarks/bgr_verification_examples/hydromechanics.pandoc +++ b/web/content/docs/benchmarks/bgr_verification_examples/hydromechanics.pandoc @@ -2,7 +2,7 @@ date = "2019-04-24T15:15:45+01:00" title = "Hydromechanics: Verification examples by Vogel, Maßmann" weight = 40 -project = "Hydromechanics/Verification" +project = "HydroMechanics/Verification" author = "Johannes Herfurth, Jan Thiedau" [menu] diff --git a/web/content/docs/benchmarks/hydro-component/theis/HC_Theis.pandoc b/web/content/docs/benchmarks/hydro-component/theis/HC_Theis.pandoc index 16c5b6fdb80..675167bd9bf 100644 --- a/web/content/docs/benchmarks/hydro-component/theis/HC_Theis.pandoc +++ b/web/content/docs/benchmarks/hydro-component/theis/HC_Theis.pandoc @@ -1,7 +1,7 @@ +++ author = "Marc Walther" weight = 142 -project = "Parabolic/ComponentTransport/Theis/HC_theis.prj" +project = "Parabolic/ComponentTransport/Theis/theis.prj" date = "2019-05-02T14:41:09+01:00" title = "Theis solution for well pumping" @@ -44,8 +44,6 @@ Mass transport properties are irrelevant as no transport processes are calculate Initial conditions are $c = 0$ and hydrostatic pressure conditions. -{{< data-link "Link to the HC_theis project file" "Parabolic/ComponentTransport/HC_Theis/HC_theis.prj" >}} - ### Results diff --git a/web/content/docs/benchmarks/reactive-transport/kineticreactant_allascomponents/KineticReactant2.pandoc b/web/content/docs/benchmarks/reactive-transport/kineticreactant_allascomponents/KineticReactant2.pandoc index 29bda8d48ff..3595023738b 100644 --- a/web/content/docs/benchmarks/reactive-transport/kineticreactant_allascomponents/KineticReactant2.pandoc +++ b/web/content/docs/benchmarks/reactive-transport/kineticreactant_allascomponents/KineticReactant2.pandoc @@ -1,7 +1,7 @@ +++ author = "Johannes Boog" weight = 143 -project = "Parabolic/ReactiveTransport/KineticReactant_AllAsComponents/" +project = "Parabolic/ComponentTransport/ReactiveTransport/KineticReactant_AllAsComponents/KineticReactant2.prj" date = "2010-06-25T14:41:09+01:00" title = "Solute transport including kinetic reaction" diff --git a/web/content/docs/devguide/advanced/docker.pandoc b/web/content/docs/devguide/advanced/docker.pandoc index 53bf21ec75d..2de43885cfd 100644 --- a/web/content/docs/devguide/advanced/docker.pandoc +++ b/web/content/docs/devguide/advanced/docker.pandoc @@ -76,4 +76,3 @@ The following images are used by Jenkins: - `ogs6/gcc`, defined in [scripts/docker/Dockerfile.gcc.full](https://github.com/ufz/ogs/blob/master/scripts/docker/Dockerfile.gcc.full) - `ogs6/gcc:gui`, defined in [scripts/docker/Dockerfile.gcc.gui](https://github.com/ufz/ogs/blob/master/scripts/docker/Dockerfile.gcc.gui) - `ogs6/clang`, defined in [scripts/docker/Dockerfile.clang.full](https://github.com/ufz/ogs/blob/master/scripts/docker/Dockerfile.clang.full) -- `ogs6/clang:gui`, defined in [scripts/docker/Dockerfile.clang.gui](https://github.com/ufz/ogs/blob/master/scripts/docker/Dockerfile.clang.gui) diff --git a/web/content/docs/devguide/advanced/redistributable-builds.pandoc b/web/content/docs/devguide/advanced/redistributable-builds.pandoc index fdd577f3a02..561614360d6 100644 --- a/web/content/docs/devguide/advanced/redistributable-builds.pandoc +++ b/web/content/docs/devguide/advanced/redistributable-builds.pandoc @@ -40,7 +40,7 @@ If a binary runs on a different machine depends on a lot of factors. The followi #### For optimization -- `OGS_CPU_ARCHITECTURE`: tot to `native` for best optimization for your current cpu, possible values are [listed here](http:/bilityoverflow.com/a/25095818/80480), more info on [gcc docs](https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html#index-mtune-15) +- `OGS_CPU_ARCHITECTURE`: tot to `native` for best optimization for your current cpu, possible values are [listed here](https://stackoverflow.com/a/25095818/80480), more info on [gcc docs](https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html#index-mtune-15) - `OGS_ENABLE_AVX2`: boolean (sets `-march=core-avx2` when set to true), requires at least Haswell processors ::: diff --git a/web/content/internal/vis.html b/web/content/internal/vis.html deleted file mode 100644 index 70e8f3ba899..00000000000 --- a/web/content/internal/vis.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - Title - - -
- - - - diff --git a/web/content/releases/6.1.0.md b/web/content/releases/6.1.0.md index e5d6adccf78..f9ac4bdd672 100644 --- a/web/content/releases/6.1.0.md +++ b/web/content/releases/6.1.0.md @@ -26,8 +26,8 @@ The following notable changes and new features were implemented between OpenGeoS now handle both of the monolithic and staggered schemes. So far, HT classes get the staggered scheme based on this new framework of assembly. https://github.com/ufz/ogs/pull/1970 -- Heterogeneous liquid flow properties (https://github.com/ufz/ogs/pull/1979, - https://github.com/ufz/ogs/pull/2017) +- Heterogeneous liquid flow properties [#1979](https://github.com/ufz/ogs/pull/1979), + [#2017](https://github.com/ufz/ogs/pull/2017) - New boundary conditions added: Nonuniform Dirichlet (https://github.com/ufz/ogs/pull/1952) and Neumann (https://github.com/ufz/ogs/pull/1891), and normal traction @@ -51,12 +51,11 @@ The following notable changes and new features were implemented between OpenGeoS https://github.com/ufz/ogs/pull/1936 #### Testing and documentation: -- Insitu visualization with ParaView Catalyst. See - [presentation](https://github.com/ufz/ogs/files/867280/Insitu-Department.pdf). +- Insitu visualization with ParaView Catalyst. [#1744](https://github.com/ufz/ogs/pull/1744), [#1732](https://github.com/ufz/ogs/pull/1732). As a consequence VTK 7.1 is now required. - Benchmark docs are now part of the code (in `web/content`) and can contain [interactive 3D - visualizations](https://dev.opengeosys.org/docs/benchmarks/elliptic/groundwater-flow-neumann/#results-and-evaluation) + visualizations](https://opengeosys.org/docs/benchmarks/elliptic/groundwater-flow-neumann/#results-and-evaluation) via [vtk.js](https://kitware.github.io/vtk-js/). [#1706](https://github.com/ufz/ogs/pull/1706), [#1714](https://github.com/ufz/ogs/pull/1714), [#1723](https://github.com/ufz/ogs/pull/1723), [#1729](https://github.com/ufz/ogs/pull/1729). - Migrated handling of test data files from *git-submodule* to *git-lfs*, see [docs](https://docs.opengeosys.org/docs/devguide/testing/test-data). [#1964](https://github.com/ufz/ogs/pull/1964), diff --git a/web/content/releases/6.2.0.md b/web/content/releases/6.2.0.md index d77147e9b62..bd4c8c0b4d4 100644 --- a/web/content/releases/6.2.0.md +++ b/web/content/releases/6.2.0.md @@ -141,9 +141,9 @@ The following notable changes and new features were implemented between OpenGeoS TecPlot files. [#2114](https://github.com/ufz/ogs/pull/2114) - `TecPlot-Reader`: converting TecPlot rasters into OGS meshes (one file per zone, containing all variables as scalar arrays). [#2114](https://github.com/ufz/ogs/pull/2114) -- [`constructMeshesFromGeometry`](https://www.opengeosys.org/docs/tools/model-preparation/constructmeshesfromgeometry/): +- [`constructMeshesFromGeometry`](https://www.opengeosys.org/docs/tools/meshing-submeshes/constructmeshesfromgeometry/): Construction of boundary meshes from bulk mesh and gml files. [#2144](https://github.com/ufz/ogs/pull/2144) -- [`identifySubdomains`](https://www.opengeosys.org/docs/tools/model-preparation/identifysubdomains/): +- [`identifySubdomains`](https://www.opengeosys.org/docs/tools/meshing-submeshes/identifysubdomains/): Identification of boundary meshes (or any subdomains in general) in the bulk mesh. Performs geometrical tests and creates and verifies necessary `bulk_node_ids` and `bulk_element_ids` maps. [#2227](https://github.com/ufz/ogs/pull/2227), [#2252](https://github.com/ufz/ogs/pull/2252)