diff --git a/docs/documentation/userguide/meshformat.md b/docs/documentation/userguide/meshformat.md index 42469ce..e2360ce 100644 --- a/docs/documentation/userguide/meshformat.md +++ b/docs/documentation/userguide/meshformat.md @@ -76,21 +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 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) | + | **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