Skip to content

Commit 16f8609

Browse files
committed
Update README
1 parent f94d5ca commit 16f8609

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# IFEM-ShellEx
22

33
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.
47

5-
The ANDES shell element routines used here are from the
6-
[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

Comments
 (0)