Skip to content

Commit

Permalink
Merge branch 'fixing' into 'master'
Browse files Browse the repository at this point in the history
[web] Fixed the error "ERROR  REF_NOT_FOUND"

See merge request ogs/ogs!4937
  • Loading branch information
bilke committed Mar 5, 2024
2 parents 230bc8d + 0de2c36 commit a30bab8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,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]({{<relref "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]({{<relref "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`]({{<relref "mesh-partition">}})

1. Convert VTU mesh into METIS input mesh <br/>
```bin/partmesh -i cube_1x1x1_hex_axbxc.vtu --ogs2metis``` <br/>
Expand Down

0 comments on commit a30bab8

Please sign in to comment.