RemDelaporteMathurin / 3-MOT

3-MOT is a multi-physics software relying on FEniCS.
3 stars 1 forks source link

Post-processing: compute calculations over domains #16

Closed RemDelaporteMathurin closed 6 years ago

RemDelaporteMathurin commented 6 years ago

Could be done with eval on strings put in the .json file. This would enable the users to perform any calculation over volumes or surfaces using assemble(...*dx(i)) or assemble(...*ds(i))

For now only surface fluxes and average values over subdomains are being added.

RemDelaporteMathurin commented 6 years ago

Surface fluxes, average values over subdomains and custom expressions have been added.