quinoacomputing / quinoa

Adaptive computational fluid dynamics
https://quinoacomputing.github.io
Other
101 stars 21 forks source link

change where and how rho0 is stored #619

Closed adityakpandare closed 2 months ago

adityakpandare commented 2 months ago

This commit changes the storage of rho0mat from DG to the mat_blk (i.e. EOS-block). This is appropriate since EOS may require access to rho0, which shouldn't have to be passed to the EOS, but stored in it.


This change is Reviewable