Skip to content
Snippets Groups Projects
Commit 0de2c36d authored by wenqing's avatar wenqing Committed by Dmitri Naumov
Browse files

[web] Corrected the error "ERROR [en] REF_NOT_FOUND"

parent 230bc8d9
No related branches found
No related tags found
No related merge requests found
......@@ -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/>
......
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