Re: [R] PDE Solver and Modeling with R

2016-11-09 Thread Bert Gunter
Please learn to use the R ecosystem -- or web search (e.g.
"differential equations in R")  -- both of which would have led you
to:

https://cran.r-project.org/web/views/DifferentialEquations.html


-- Bert

Bert Gunter

"The trouble with having an open mind is that people keep coming along
and sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )


On Wed, Nov 9, 2016 at 3:24 AM, BARLAS Marios 247554
 wrote:
>
> Hello every1,
>
> Could you please suggest a good package (if any) for solving PDEs using FEMs 
> approach in R ?
>
> I'm building a model where I need to solve Poisson, heat transport eq ( 
> linear + heatsource in 2D or 3D in cylindrical Coords ) and combine the 
> results through a semi analytical model.
>
> Otherwise, do you think I can plug into the old FORTRAN libraries like SLATEC 
> ?
>
> I've never used R for this type of modeling so far, any advice on where to 
> start from is more than welcome!
>
> Thank you in advance,
>
> Marios Barlas
> PhD Candidate
> CMOS & Memory Integration
> Advanced Memory Group
>
> Leti, technology research institute
> Commissariat à l'énergie atomique et aux énergies alternatives
> T. +33 4 38 78 11 50 M. +33 6 02 61 83 49
> www.leti.fr  | Leti is a member of the Carnot Institutes network
>
>
>
>
>
>
> __
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

[R] PDE Solver and Modeling with R

2016-11-09 Thread BARLAS Marios 247554

Hello every1,

Could you please suggest a good package (if any) for solving PDEs using FEMs 
approach in R ? 

I'm building a model where I need to solve Poisson, heat transport eq ( linear 
+ heatsource in 2D or 3D in cylindrical Coords ) and combine the results 
through a semi analytical model. 

Otherwise, do you think I can plug into the old FORTRAN libraries like SLATEC ? 

I've never used R for this type of modeling so far, any advice on where to 
start from is more than welcome! 

Thank you in advance,

Marios Barlas
PhD Candidate
CMOS & Memory Integration
Advanced Memory Group

Leti, technology research institute 
Commissariat à l'énergie atomique et aux énergies alternatives
T. +33 4 38 78 11 50 M. +33 6 02 61 83 49
www.leti.fr  | Leti is a member of the Carnot Institutes network



  
  

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.