java finite element kernel

Hi,Just wanted to know if somebody is aware of an open source java kernel for finite element method solving ...Guillaume
[141 byte] By [alleona] at [2007-9-30 23:36:48]
# 1

I'm sure Google didn't bring back much. Most FEA that I know of is done in Fortran - MAYBE C, rarely C++. I'm not aware of any commercial code that uses Java.

Check here for s'ware:

http://dmoz.org/Science/Technology/Software_for_Engineering/Finite_Element_Analysis/

There are Java linear algebra packages. You can base your solvers on that stuff:

http://math.nist.gov/javanumerics/

But I think you'll be on your own with elements, inputs, etc.

Could be an interesting thing to do properly with interfaces, an XML input stream, etc.

Academic, work, or just interest?

%

duffymoa at 2007-7-7 14:50:45 > top of Java-index,Other Topics,Algorithms...
# 2
I don't know if this is really usefull, but I know that Mathematica (a computer algebra package) has some Java bindings. I don't know if it has the functionality you need, and it's not available for free AFAIK. But you might want to check it out: http://www.wolfram.com/
DaanSa at 2007-7-7 14:50:45 > top of Java-index,Other Topics,Algorithms...