- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Finite Elements Toolbox for ScalaLab
Sun, 2011-03-06, 20:03
Hi,
I like to inform anyone interested, that I have found an excellent book
on Finite Elements in Java,
i.e. G. Nikishkov, Programming Finite Elements in Java, Springer, 2009,
and I adapted the Java code of the book as a ScalaLab toolbox.
I believe Scala and ScalaLab are more convenient to work on these topics
e.g.
we can visualize directly a mesh with
var arg =
"/home/sterg/NBProjects/FiniteElementsInJava/FEJSrc/f.vis" // .. the
specific output file
fea.Jvis.vis(arg) // visualized output
Regards
Stergios