From c9e2550cce013c202ced67802641782e9bf8f4e8 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Sun, 9 Feb 2020 13:41:45 +0100 Subject: [PATCH] [web] Fixed links. Fixes #2791. --- .../workflows/create-a-simple-parallel-model/index.pandoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/content/docs/tools/workflows/create-a-simple-parallel-model/index.pandoc b/web/content/docs/tools/workflows/create-a-simple-parallel-model/index.pandoc index c93c40c54c7..c2cce63f513 100644 --- a/web/content/docs/tools/workflows/create-a-simple-parallel-model/index.pandoc +++ b/web/content/docs/tools/workflows/create-a-simple-parallel-model/index.pandoc @@ -56,16 +56,16 @@ boundary conditions and parallelization boundary mesh files are needed. There are two possibilities to create such files: - If there is a `.gml` file, use [`constructMeshesFromGeometry` - tool]({{<ref "../meshing-submeshes/constructMeshesFromGeometry">}}) which + tool]({{<ref "../../meshing-submeshes/constructMeshesFromGeometry">}}) which takes the mesh file and geometry and creates all the boundaries which are named in the `.gml` file with the required `bulk_node_ids` and `bulk_element_ids` mappings. - If there is a boundary mesh (generated by gmsh or salome, or extracted in paraview, for example) use the [`identifySubdomains` - tool]({{<ref "../meshing-submeshes/identifySubdomains">}}) to create or + tool]({{<ref "../../meshing-submeshes/identifySubdomains">}}) to create or verify the needed `bulk_node_ids` and `bulk_element_ids` mappings. -## Partition the mesh with [`partmesh`]({{<ref "../model-preparation/mesh-partition">}}) +## Partition the mesh with [`partmesh`]({{<ref "../../model-preparation/mesh-partition">}}) 1. Convert vtu mesh into metis input mesh <br/> ```bin/partmesh -i cube_1x1x1_hex_axbxc.vtu --ogs2metis``` <br/> -- GitLab