문제

I could use a library that implements the Finite Element Method in my winforms application. Is there available any such library for the .NET platform?

도움이 되었습니까?

해결책

From what I know, there's only one company that provides .NET software for finite element analysis. Visit Anaxsoft (www.anaxsoft.com). They provide a finite element analysis SDK for the .NET Framework.

다른 팁

I've found these finite element packages for .net from internet.

Not open source (some have free editions):

Open sources:

Engineering Software Solutions offers a great library for .net with numerous advantages over anaxsoft library. We have been using engissol's libraries for 2 years without any problem and are very happy especially when solving geometrically non linear problems (second oreder theory). On the other hand, anaxosft library had some bugs preventing the integration to our c# application interface.

SolverBlaze Finite Element Library (http://www.cg-inc.com/Product/SolverBlaze) offers both .NET and C++ interface.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top