IhmeGroup / quail

A lightweight discontinuous Galerkin code for teaching and prototyping
GNU General Public License v3.0
52 stars 20 forks source link

Issue: Physics object needing mesh object for init #19

Closed bornhoft closed 2 years ago

bornhoft commented 3 years ago

Currently the physics object needs an instantiated mesh object for init. This seems unnecessary and becomes a little cumbersome whenever we are trying to test physics functions in the testing module. We could remove this dependency and get the needed information from the mesh elsewhere.

bornhoft commented 2 years ago

This issue handled by https://github.com/IhmeGroup/quail/pull/39