We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f94d5ca commit 16f8609Copy full SHA for 16f8609
README.md
@@ -1,6 +1,11 @@
1
# IFEM-ShellEx
2
3
A shell FE application using external element routines.
4
+This application is based on unstructured Lagrange interpolation
5
+(the [ASMu2DLag](https://github.com/OPM/IFEM/blob/master/src/ASM/ASMu2DLag.h) class),
6
+and can read FE models from Nastran bulk data files.
7
-The ANDES shell element routines used here are from the
-[fedem-solvers](https://github.com/openfedem/fedem-solvers) project.
8
+The Fortran source code of ANDES shell element used here are from the
9
+[fedem-solvers](https://github.com/openfedem/fedem-solvers) project,
10
+whereas the code in the FFlLib sub-folder are from the related
11
+[fedem-foundation](https://github.com/openfedem/fedem-foundation) project.
0 commit comments