| 7 | #include <cmath> |
| 8 | |
| 9 | class Diffusion : public PhysicsModel { |
| 10 | protected: |
| 11 | int init(bool UNUSED(restarting)) override; |
| 12 | int rhs(BoutReal t) override; |
| 13 | }; |
| 14 | |
| 15 | using bout::globals::mesh; |
| 16 |
nothing calls this directly
no outgoing calls
no test coverage detected