Skip to content

Commit

Permalink
Fixed some broken web links.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Jul 16, 2019
1 parent 656081a commit 96dba8a
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 27 deletions.
4 changes: 3 additions & 1 deletion web/.linksrc.json
Expand Up @@ -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"
]
}
Expand Up @@ -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]
Expand Down
@@ -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"

Expand Down Expand Up @@ -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

Expand Down
@@ -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"

Expand Down
1 change: 0 additions & 1 deletion web/content/docs/devguide/advanced/docker.pandoc
Expand Up @@ -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)
Expand Up @@ -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
:::

Expand Down
12 changes: 0 additions & 12 deletions web/content/internal/vis.html

This file was deleted.

9 changes: 4 additions & 5 deletions web/content/releases/6.1.0.md
Expand Up @@ -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
Expand All @@ -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),
Expand Down
4 changes: 2 additions & 2 deletions web/content/releases/6.2.0.md
Expand Up @@ -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)
Expand Down

0 comments on commit 96dba8a

Please sign in to comment.