Skip to content

Commit

Permalink
fix md meshformat
Browse files Browse the repository at this point in the history
  • Loading branch information
project-fluxo-old committed Nov 22, 2023
1 parent 54d43a3 commit cac7817
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/documentation/userguide/meshformat.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,8 @@ name: tab:global_attributes
| nNodes | 23 (=6+8+4+5) | nUniqueNodes | 11 | nFEMVertices | 11 |
```

### Array Definitions

#### Element Information (ElemInfo)
### Element Information (ElemInfo)
```{table} Element Information
---
name: tab:elem_info
Expand Down Expand Up @@ -170,7 +169,7 @@ The example shows the four different elements (prism/hexahedron/tetrahedra/pyram
and the pyramid in zone $2$. A detailed list of the element type encoding is found in Section {ref}`userguide/meshformat:Element Types`.


#### Side Information (SideInfo)
### Side Information (SideInfo)
```{table} Side Information
---
name: tab:side_info
Expand Down Expand Up @@ -223,13 +222,13 @@ name: tab:side_info_array
| *BCID*: | Refers to the row index of the Boundary Condition List in **BCNames**/**BCType** array ($\in[1,\dots\text{\texttt{nBCs}}]$). $=0$ for inner sides. Note that $\neq 0$ for periodic and inner boundary conditions, while nbElemID and nbLocSide+Flip are given, see Section {ref}`userguide/meshformat:Boundary Conditions`. |
```

#### Edge Information (EdgeInfo)
### Edge Information (EdgeInfo)

```{table} Side Information
```{table} Edge Information
---
name: tab:edge_info
---
| | |
| | |
| :--- | :--- |
| Name in file: | **EdgeInfo** |
| Type: | INTEGER, Size: Array(1:?,1:**nEdges**$^*$) |
Expand All @@ -244,12 +243,13 @@ name: fig:exmesh2d
width: 800px
align: center
---
```

Example 2D mesh with periodic BC, local, unique node IDs and **FEMVertexID** (circles,ellipses) and local, unique edge IDs and their FEMEdgeIDs (trapezoid)



#### Vertex Information (VertexInfo)
### Vertex Information (VertexInfo)

The **VertexInfo** array includes the `FEMVertexID` of each local element vertex in the same order as the CGNS corners as well as the `offsetIndVertexConnect` and the `lastIndVertexConnect`
which refer to the corresponding position in the additional **VertexConnectInfo** array. Here, the `nbElemID` as well as the `localNodeID` in the corresponding `nbElemID` are saved. Therefore, the multiplicity is given as `multiplicity = lastIndVertexConnect- offsetIndVertexConnect + 1.`
Expand Down Expand Up @@ -340,7 +340,7 @@ name: tab:vertex_connect_info_array
| 30 | 2 | 4 | (lastIndVertexConnect,16) |
```

#### Node Coordinates and Global Index
### Node Coordinates and Global Index

```{table} NodeCoords
---
Expand Down Expand Up @@ -406,7 +406,7 @@ name: tab:NodeCoordsGlobalNodeIDs
| $(x,y,z)_{10}$ | | 10 | (lastIndNODE,4) |
```

#### Boundary Conditions
### Boundary Conditions
```{table} BCNames
---
name: tab:BCNames
Expand Down

0 comments on commit cac7817

Please sign in to comment.