SciML / FEniCS.jl

A scientific machine learning (SciML) wrapper for the FEniCS Finite Element library in the Julia programming language
https://docs.sciml.ai/FEniCS/stable/
Other
96 stars 25 forks source link

Is Fenics.jl based upon the newer `Fenicsx` library, or on legacy `Fenics`? #103

Closed 00krishna closed 2 years ago

00krishna commented 2 years ago

Hello. I was just looking at the Fenics website, and it mentions a newer version of the software called Fenicsx. The newer software was started around 2019 and is supposed to have a bunch of improvement on legacy Fenics. I was just wondering if Fenics.jl is based upon the legacy Fenics package, or the newer Fenicsx package.

I am just reading through the Fenics python tutorials, but I wanted to make sure that I am using the python version of Fenics that corresponds to the Julia version of Fenics.jl, otherwise things might get out of sync.

ChrisRackauckas commented 2 years ago

This was built way way before Fenicsx existed.

00krishna commented 2 years ago

Okay cool. I will look at the original Fenics tutorials then, as that is probably a better mapping to Fenics.jl . Thanks @ChrisRackauckas