Question

Can someone point to me where I can find Finite Element Delphi library.

Preferably opensource.

Was it helpful?

Solution

Never tried, no releases, but source code is available: http://oofem.codeplex.com/ However, this CodePlex project appears to require the MtxVec math library from Dew Research which is not open source or free. (Note the 'uses MTxVec' in the source code).

Edit:

I accepted the answer: It's sofar the only advanced opensource Delphi I come accross.

To share my other findings, I suggest the following french resources (in academia):

OTHER TIPS

I don't know of any that exist anymore since the heyday of Pascal being used for numerical methods work in the 80's. You best bet is to look into the C++ or FORTRAN projects listed at: http://en.wikipedia.org/wiki/List_of_numerical_libraries and either convert the code or link to the binaries. If you can use a commercial library, the NAG library has a write up on using Delphi with their DLLs at: http://www.nag.com/numeric/BorlandDelphi.asp.

You can also try here, scroll down to 'Free/Open Source/Shareware Packages' - lots listed, but language is not specifed.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top