nemocrys / pyelmer

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

Add ability to configure Header section #21

Closed tpgillam closed 1 year ago

tpgillam commented 1 year ago

Hello! We (also @db434) would like the ability to change the Header section of the SIF file that is generated (e.g. mesh & results locations).

This PR:

Would appreciate your thoughts & feedback, thanks!

arvedes commented 1 year ago

Hi, that looks very good, thanks for the contribution!

I saw that you changed some of the filepaths to be constructed using os.path.join, we should do that consistently. I just opened a new issue for that.

tpgillam commented 1 year ago

That's great, thanks for the very fast turnaround!