From 9c68eefe2c3dd6b16a9dac50d3341fb49e88fd58 Mon Sep 17 00:00:00 2001 From: avigliotti Date: Thu, 2 Mar 2023 15:51:21 +0100 Subject: [PATCH] Update README.md added a table with the supported elements --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f00678..82ac0e4 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ This returns `AbaqusReader.Model` instance. The following abaqus elements are supported, along with the corresponding number of nodes and the `elemen_types` key |abaqus element| number of nodes| element_types| -|---------|----|---------| +|---------|:--:|---------| | C3D4 | 4 |`:Tet4` | | C3D4H | 4 |`:Tet4` | | C3D6 | 6 |`:Wedge6`|