blob: be5d84ef26aff31a1449bff9044af9a9c1a5c202 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
FElt is a free system for introductory level finite element analysis in the
mechanical/structural/civil fields. In a command line environment, FElt
uses an intuitive, straightforward input syntax to describe problems. It
also includes a graphical user interface for workstations that allows the
user to set-up, solve and post-process the problem in a single CAD-like
environment.
If you are using the Xaw3d widget set, you may want to apply this patch
(cd work/FElt-3.02; patch -p < ../../pkg/DESCR).
*** src/Velvet/Velvet.ad.orig Sat May 10 18:04:40 1997
--- src/Velvet/Velvet.ad Sat Jun 14 22:00:38 1997
***************
*** 1046,1052 ****
! 3d specific defaults
! !*shapeStyle: Rectangle
! !*control*spacer.height: 43
! !*control*MenuButton*height: 26
! !*control*Command*height: 26
--- 1046,1052 ----
! 3d specific defaults
! *shapeStyle: Rectangle
! *control*spacer.height: 43
! *control*MenuButton*height: 26
! *control*Command*height: 26
|