This page is no longer maintained — Please continue to the home page at www.scala-lang.org

Finite Elements Toolbox for ScalaLab

No replies
sterg
Joined: 2009-10-06,
User offline. Last seen 2 years 39 weeks ago.

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

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland