What Are the Best Public Domain 2D Finite Element Routines?

AI Thread Summary
The discussion centers around finding suitable finite element routines for 2D applications, specifically for calculating the eigenvalues of the Laplacian operator on a 2D surface defined by a polygon. Participants inquire about the desired type of code, whether it should be general-purpose, open source, or simple for experimentation. Recommendations include Elmer, a comprehensive finite element software, and a reference to a resource listing public domain codes with source availability. The emphasis is on selecting between a complete package and a simpler code that meets specific application needs.
Estrellita76
Messages
3
Reaction score
0
Does anyone knows some good finite elements routines in 2D?
 
Technology news on Phys.org
Could you elaborate a bit, are you after something for a particular application, a general purpose code, open source codes, something to 'just' play around ...?
 
PerennialII said:
Could you elaborate a bit, are you after something for a particular application, a general purpose code, open source codes, something to 'just' play around ...?

I am looking for code. I would like to calculate the eigenvalues of Laplacian operator over a 2D surface, the border given as a 2D plot (polygon). Thanks in advance.
 
Public domain with source are listed pretty good at :

http://homepage.usask.ca/~ijm451/finite/fe_resources/node139.html

bunch of them will do the job, suppose it's a question whether you want to work with a fairly complete package (like elmer for one, but am biased in recommending it :approve: ) or a code which is a short and simple one and will just do the job for your application.
 
PerennialII said:
Public domain with source are listed pretty good at :

http://homepage.usask.ca/~ijm451/finite/fe_resources/node139.html

bunch of them will do the job, suppose it's a question whether you want to work with a fairly complete package (like elmer for one, but am biased in recommending it :approve: ) or a code which is a short and simple one and will just do the job for your application.

Thanks a lot!
:smile:
 
Last edited:
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top