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 had a Microsoft Technical interview this past Friday, the question I was asked was this : How do you find the middle value for a dataset that is too big to fit in RAM? I was not able to figure this out during the interview, but I have been look in this all weekend and I read something online that said it can be done at O(N) using something called the counting sort histogram algorithm ( I did not learn that in my advanced data structures and algorithms class). I have watched some youtube...
Back
Top