Skip to content
Snippets Groups Projects
Commit a3952aff authored by Lars Bilke's avatar Lars Bilke
Browse files

Merge branch 'fixes-master' into 'master'

[ci] Fixes

See merge request ogs/ogs!5199
parents 54df0ee5 44c2458c
No related branches found
No related tags found
No related merge requests found
......@@ -100,13 +100,14 @@ check docs links:
--exclude search_opensearch.php
--exclude eigen.tuxfamily.org
--exclude wiki.sei.cmu.edu
--exclude www.opengeosys.org/project/license
--exclude-path build/docs/d0/de3/citelist.html
--exclude-path build/docs/doxygen_crawl.html
build/docs
- lychee --cache --max-cache-age 14d
--max-concurrency 2
--include gitlab.opengeosys.org/ogs/ogs
build/docs
# - lychee --cache --max-cache-age 14d
# --max-concurrency 2
# --include gitlab.opengeosys.org/ogs/ogs
# build/docs
cache:
paths:
- .lycheecache
......
......@@ -61,6 +61,7 @@ build wheels win:
- .vs-environment
variables:
SKBUILD_BUILD_OPTIONS: "/m" # TODO not supported yet in scikit-build-core
timeout: 10h
<<: *wheels_template
publish wheels:
......
......@@ -14,7 +14,7 @@ check web links:
- yarn index
- HUGO_ENVIRONMENT=lychee hugo
- lychee --config ./lychee.toml --cache --max-cache-age 2d --threads ${CTEST_PARALLEL_LEVEL:-4} public
- lychee --config ./lychee-gitlab.toml --cache --max-cache-age 14d --max-concurrency 2 public
# - lychee --config ./lychee-gitlab.toml --cache --max-cache-age 14d --max-concurrency 2 public
cache:
paths:
- web/.lycheecache
......@@ -153,7 +153,7 @@ Additionally to
sudo apt-get install python3 python3-pip
```
(from https://www.opengeosys.org/docs/devguide/getting-started/prerequisites/), do
(from [Set Up Prerequisites]({{< ref "prerequisites.md" >}})), do
```bash
sudo apt-get install python3-venv
......
......@@ -19,7 +19,7 @@ To use a mesh created by SALOME, it must be converted to the Gmsh file format fi
To extract a surface mesh (in order to define appropriate boundary conditions) one can use the tool [ExtractSurface]({{< ref "extract-surface" >}}) for different kinds of 3D meshes. Different tools like [ParaView](https://www.paraview.org/) are suited as well. Care must be taken to make sure that all element types are of dimension `d-1`, where `d` is the dimension of the bulk mesh, and that no degenerated elements are left in the mesh and all nodes are connected appropriately. Furthermore, ensure that the element orders match. In the current version ExtractSurface stores meshes of first order (linear elements), even when the input mesh was of second order (quadratic elements).
Alternatively, the tool [msh2vtu](https://ogs.ogs.xyz/tools/ogstools/user-guide/msh2vtu.html) can be used to convert Gmsh meshes to VTU and to extract boundary meshes directly from physical groups defined in Gmsh.
Alternatively, the tool [msh2vtu](https://ogstools.opengeosys.org/stable/user-guide/msh2vtu.html) can be used to convert Gmsh meshes to VTU and to extract boundary meshes directly from physical groups defined in Gmsh.
Heterogeneous fields, e.g., for the use as initial conditions, can be easily generated using the [VTUinterface](https://github.com/joergbuchwald/VTUinterface) Python package.
......
......@@ -52,7 +52,7 @@ source .venv/bin/activate
pip install ogstools
```
More detailed information about the usages and development of ogstools can be found in [ogstools Documentation](https://ogs.ogs.xyz/tools/ogstools/index.html).
More detailed information about the usages and development of ogstools can be found in [ogstools Documentation](https://ogstools.opengeosys.org/stable/index.html).
After installation the tool can be applied as described in the first video-tutorial.
To apply msh2vtu on the mesh_basin.msh the command should look like:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment