Skip to content

Commit

Permalink
update figures
Browse files Browse the repository at this point in the history
  • Loading branch information
project-fluxo-old committed Nov 22, 2023
1 parent 781b785 commit 436ab1b
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 16 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
34 changes: 18 additions & 16 deletions docs/documentation/userguide/meshformat.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# HOPR HDF5 Curved Mesh Format

Authors: Florian Hindenlang, Thomas Bolemann
Authors: Florian Hindenlang, Thomas Bolemann, Tobias Ott, Stephen Copplestone, Marcel Pfeiffer

Last modified: September 4, 2019
Last modified: November 22, 2023

## Introduction

Expand Down Expand Up @@ -76,19 +76,21 @@ element in the **SideInfo**, **EdgeInfo**,**VertexInfo** and **NodeCoords** / **
---
name: tab:mesh_data_arrays
---
| **Array Name** | **Description** | **Type** | **Size** |
| :-------------------------- | :----------------------- | :--------------- | :--------------- |
| **ElemInfo** | Start \ | End positions of element data in SideInfo / EdgeInfo / VertexInfo / NodeCoords | INTEGER & (1:10?,1:**nElems**$^*$) |
| **SideInfo** | Side Data / Connectivity information | INTEGER | (1:5,1:**nSides**$^*$) |
| **EdgeInfo?** | Element Edge Data / Connectivity information | INTEGER | (1:?,1:**nEdges**$^*$) |
| **VertexInfo?** | Element Vertex Data / Connectivity information (needed for a FEM solver) | INTEGER | (1:?,1:**nNodes**$^*$) |
| **NodeCoords** | Node Coordinates | REAL | (1:3,1:**nNodes**$^*$) |
| **GlobalNodeIDs** | Globally unique node index | INTEGER | (1:**nNodes**$^*$) |
| BCNames | List of user-defined boundary condition names (max. 255 Characters) | STRING | (1:**nBCs**) |
| BCType | Four digit boundary condition code | INTEGER | (1:4,1:**nBCs**) |
| ElemBarycenters | Barycenter location of each element | REAL | (1:3,1:**nElems**$^*$) |
| ElemWeight | Element Weights for domain decomposition (=1 by default) | REAL | (1:**nElems**$^*$) |
| ElemCounter | mesh statistics (no. of elements of each element type) | INTEGER | (1:2,1:11) |
| **Array Name** | **Description** | **Type** | **Size** |
| :-------------------------- | :----------------------- | :--------------- | :--------------- |
| **ElemInfo** | Start\End positions of element data in SideInfo / EdgeInfo / VertexInfo / NodeCoords | INTEGER | (1:10,1:**nElems**$^*$) |
| **SideInfo** | Side Data / Connectivity information | INTEGER | (1:5,1:**nSides**$^*$) |
| **EdgeInfo?** | Element Edge information and offsets in EdgeConnectInfo | INTEGER | (1:?,1:**nEdges**$^*$) |
| **EdgeConnectInfo?** | Element Edge Connectivity information (needed for a FEM solver) | INTEGER | (1:?,1:**??**$^*$) |
| **VertexInfo?** | Element Vertex Data information and and offsets in EdgeConnectInfo | INTEGER | (1:?,1:**nNodes**$^*$) |
| **VertexConnectInfo?** | Element Vertex Connectivity information (needed for a FEM solver) | INTEGER | (1:?,1:**??**$^*$) |
| **NodeCoords** | Node Coordinates | REAL | (1:3,1:**nNodes**$^*$) |
| **GlobalNodeIDs** | Globally unique node index | INTEGER | (1:**nNodes**$^*$) |
| BCNames | List of user-defined boundary condition names (max. 255 Characters) | STRING | (1:**nBCs**) |
| BCType | Four digit boundary condition code | INTEGER | (1:4,1:**nBCs**) |
| ElemBarycenters | Barycenter location of each element | REAL | (1:3,1:**nElems**$^*$) |
| ElemWeight | Element Weights for domain decomposition (=1 by default) | REAL | (1:**nElems**$^*$) |
| ElemCounter | mesh statistics (no. of elements of each element type) | INTEGER | (1:2,1:11) |
```

### Example Mesh
Expand Down Expand Up @@ -621,7 +623,7 @@ Especially, the CGNS standard defines a local coordinate system of each element
the remaining nodes are ordered in the direction of the outward pointing normal.


```{figure} figures/CGNS.jpg
```{figure} figures/CGNS_edges.jpg
---
name: fig:CGNS
width: 500px
Expand Down

0 comments on commit 436ab1b

Please sign in to comment.