MCPcopy Create free account
hub / github.com/boutproject/BOUT-dev / Diffusion

Class Diffusion

tests/MMS/diffusion/diffusion.cxx:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#include <cmath>
8
9class Diffusion : public PhysicsModel {
10protected:
11 int init(bool UNUSED(restarting)) override;
12 int rhs(BoutReal t) override;
13};
14
15using bout::globals::mesh;
16

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected