Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit ff980857 authored by frey_m's avatar frey_m
Browse files

Geometry: update table + cleanup chapter

parent c4a33e92
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ modes:
1. specify a H5Fed file holding the surface mesh of a complicated
boundary geometry
2. specify a cylinder with an elliptic base area
2. use a predefined geometry: `ELLIPTIC`, `RECTANGULAR` or `BOXCORNER`
[[sec.geometrycmd]]
Geometry Command
......@@ -29,25 +29,26 @@ Geometry Command
[[tab_GEOMETRY_Commands,Table {counter:tab-cnt}]]
[cols="<1,<4",options="header",]
|==============================================================
|Command |Purpose
|Command |Purpose
|`GEOMETRY` |Specify a geometry
|`FGEOM` |Specifies the H5Fed geometry file
|`LENGTH` |Specifies the length of the geometry
|`S` |Specifies the start of the geometry
|`A` |Specifies the semi-major axis of the elliptic base area
|`B` |Specifies the semi-minor axis of the elliptic base area
|`FGEOM` |Specifies the geometry file, an H5Fed file, containing the surface mesh
of the geometry.
|`LENGTH` |The length of the specified geometry in [m].
|`TOPO` |The topology of the geometry: `ELLIPTIC`, `RECTANGULAR` or `BOXCORNER`
|`S` |The start of the specified geometry in [m].
|`A` |The semi-major axis of the ellipse or the half aperture
of the rectangle (horizontally) in [m].
|`B` |The semi-minor axis of the ellipse or the half aperture
of the rectangle (vertically) in [m].
|`C` |The height of the corner in [m]. `BOXCORNER` only.
|==============================================================
FGEOM::
Define the geometry file, an H5Fed file, containing the surface mesh
of the geometry.
LENGTH::
The length of the specified geometry in [m].
S::
The start of the specified geometry in [m].
A::
The semi-major axis of the ellipse in [m].
B::
The semi-minor axis of the ellipse in [m].
An example of an elliptic geometry:
----
Name: GEOMETRY, TOPO=ELLIPTIC, LENGTH=1.0, A=0.005, B=0.005;
----
The geometry element must later be passed to the link:fieldsolvers#sec.fieldsolvers.fieldsolvercmd[fieldsolver command].
// EOF
\ No newline at end of file
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