Skip to content

Commit 3851145

Browse files
committed
small mods
1 parent ce7c721 commit 3851145

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Linear/Separate/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Disk |CGX | CCX
2828

2929
<img src="mesh.png" width="400" title="Beams with different element types">
3030

31-
The pre-processing script calls `separate.py`, which separates the elements into disjoint meshes to avoid nodal averaging of the element results (stress). See the [Helper Scripts](../../Scripts) page for details.
31+
The pre-processing script calls `separate.py`, which separates the elements into disjoint meshes to avoid nodal averaging of the element results (stress). See the [Helper Scripts](../../Scripts#separatepy) page for details.
3232

3333
## Solving
3434
Because of the different meshes, both versions with and without nodal averaging require different input input files and therefore, different simulation runs.

Scripts/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,5 +230,6 @@ No other changes need to be made, as all set definitions remain valid.
230230
Limitations:
231231
- No in-depth tests performed (just the example [../Linear/Separate](../Linear/Separate))
232232
- Nodes and elements of the original mesh must reside in a single file (typcially `all.msh` from CGX)
233+
- No effect on multilayer shell elements in through-thickness direction
233234

234235
For hexahedral meshes, the amount of nodes (and thus the size of the results file) can grow by a factor of 8. The number of dofs, however, remains the same, as all added nodes are eliminated by equations.

0 commit comments

Comments
 (0)