You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/docs/introduction.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
2
2
# TL;DR. What you can do with HOHQMesh<aname="WhatToDo"></a>
3
3
4
-
To use HOHQMesh to generate all-quadrilateral meshes with arbitrary order boundary elements you use a [control file](the-controlfile.md) to
4
+
To use HOHQMesh to generate all-quadrilateral meshes with arbitrary order boundary elements you use a [control file](the-control-file.md) to
5
5
6
6
- Define a [`MODEL`](the-model.md#TheModel) consisting of
7
7
- An optional closed outer [boundary curve](the-model.md#Boundaries) made up of one or a chain of curved segments defined by primitives like straight [line segments](the-model.md#EndPointsLine), [circular arcs](the-model.md#CircularArc), [elliptic arcs](the-model.md#ParametricEqn), [splines](the-model.md#Spline), or [equations](the-model.md#ParametricEqn)
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,13 +19,13 @@ please see the [gallery](https://trixi-framework.github.io/HOHQMesh/Gallery/).
19
19
20
20
# What you can do with HOHQMesh<aname="WhatToDo"></a>
21
21
22
-
To use HOHQMesh to generate all-quadrilateral meshes with arbitrary order boundary elements you use a [control file](Documentation/docs/the-controlfile.md) to
22
+
To use HOHQMesh to generate all-quadrilateral meshes with arbitrary order boundary elements you use a [control file](Documentation/docs/the-control-file.md) to
23
23
24
24
- Define a [`MODEL`](Documentation/docs/the-model.md#TheModel) consisting of
25
25
- An optional closed outer [boundary curve](Documentation/docs/the-model.md#Boundaries) made up of one or more connected curved segments defined by primitives like straight [line segments](Documentation/docs/the-model.md#EndPointsLine), [circular arcs](Documentation/docs/the-model.md#CircularArc), [elliptic arcs](Documentation/docs/the-model.md#ParametricEqn), [splines](Documentation/docs/the-model.md#Spline), or [equations](Documentation/docs/the-model.md#ParametricEqn)
26
26
- Zero or more closed inner boundary curves defined in the same way
27
27
- Zero or more internal boundary curves that define boundaries for multiple material applications
28
-
- An optional bottom [topography](Documentation/docs/three-dimensional-hexahedral-meshes.md#Topography) defined either in functional form or from a file to use to [refine](Documentation/docs/the-model.md.md#SizingTopography) a 2D mesh around bottom features. (For example for shallow water equation computations.)
28
+
- An optional bottom [topography](Documentation/docs/three-dimensional-hexahedral-meshes.md#Topography) defined either in functional form or from a file to use to [refine](Documentation/docs/the-model.md#SizingTopography) a 2D mesh around bottom features. (For example for shallow water equation computations.)
29
29
30
30
- Tell it how to mesh the model with a [`CONTROL_INPUT`](Documentation/docs/the-control-input.md) section by
31
31
- Setting [run parameters](Documentation/docs/the-control-input.md#RunParameters) that specify where to write the results, specify the mesh and plot file formats and set the polynomial order of the boundary curves
@@ -124,7 +124,7 @@ make -j 4 FC=gfortran-10
124
124
```
125
125
126
126
#### Using CMake
127
-
For a CMake-based build, you first need to build the
127
+
For a CMake-based build, you first need to build the
128
128
[FTObjectLibrary](https://github.com/trixi-framework/FTObjectLibrary), install it, and then
129
129
build HOHQMesh itself. If you followed the steps for obtaining the sources
130
130
[above](#obtaining-the-sources), all required files are already present.
0 commit comments