문제

Is there an R function that can solve a partial differential equation using the finite element method (Strang and Fix, 1973)?

Based on the wikipedia list of finite element software packages, the method has been implemented in Fortran, C. Both Fortran and C can be called by an R function, but I do not see any such functions in CRAN.


Strang and Fix. An Analysis of The Finite Element Method. Prentice Hall, 1973.

도움이 되었습니까?

해결책

There is a book which tackles this topic exclusively:

Finite Element Computations in Mechanics with R: A Problem-Centered Programming Approach 1st Edition Khameel Bayo Mustapha

CRC Press Published April 20, 2018

More information can be found here: https://www.crcpress.com/Finite-Element-Computations-in-Mechanics-with-R-A-Problem-Centered-Programming/Mustapha/p/book/9781138501621

다른 팁

There is a new package that uses Finite Element Method (FEM). I think that's one of the first steps for using FEM in R.

fdaPDE

I have found no evidence for such a function:

The following quote from an article in the R Journal article on ODE's and PDE's implies that such functionality was not present at the time of publication (2010):

Extending the PDE approach to finite elements (Strang and Fix, 1973) would open up the application domain of R to any irregular geometry.


Karline Soetaert, Thomas Petzoldt and R. Woodrow Setzer, 2010. Solving Differential Equations in R. The R Journal Vol. 2/2, December 2010

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