Pressio/pressio4py

miniapp with multiple fields

fnrizzi opened this issue · 4 comments

We need a miniapp, similar to the adv-diffusion, that has multiple fields.
For example we use the adv-diffusion to evolve multiple concentrations.
This is needed to test/show the tensor galerkin formulation.

Would a 2nd order wave equation where we track both the displacement and velocity as separate fields work for this?

I think so! Basically anything where we evolve multiple quantities. Also, it only works for explicit Galerkin

I have a little python app that does this using explicit timestepping.