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.
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 usingassemble(...*dx(i))
orassemble(...*ds(i))
For now only surface fluxes and average values over subdomains are being added.