nemocrys / pyelmer

A python interface to Elmer.
GNU General Public License v3.0
56 stars 18 forks source link

function in python for compiling user defined functions or solvers with elmerf90 compiler #2

Closed anilkunwar closed 3 years ago

anilkunwar commented 3 years ago

With the calling of function run_elmerf90( ) , the filename in .F90 (kept in the same location of example/ example.py) will be converted to filename in .so format.

anilkunwar commented 3 years ago

Additionally, the simulations.yml has been updated for including transient simulation in 2D cartesian coordinates.

arvedes commented 3 years ago

That looks nice, thank you for this contribution!