We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42dc6ee commit 47cff9eCopy full SHA for 47cff9e
tests/MMS/GBS/gbs.hxx
@@ -88,8 +88,9 @@ private:
88
const Field3D D(const Field3D& f, BoutReal d); // Diffusion operator
89
const Field3D H(const Field3D& f, BoutReal h); // Hyper-diffusion
90
// Powers of the mesh spacing for H operator
91
- Field2D dx4, dy4;
92
- BoutReal dz4;
+ Field2D dx4;
+ Field2D dy4;
93
+ Field2D dz4;
94
95
// Laplacian solver
96
std::unique_ptr<Laplacian> phiSolver{nullptr};
0 commit comments