Are the variables below used anywhere?
|
self.x = symbols("x'") |
|
self.y = symbols("y'") |
|
self.z = symbols("z'") |
I am considering bringing the features from https://github.com/boutproject/hermes-3/blob/nonorthogonal-debug/tests/mms/perpendicular_laplacian.py into boutdata/mms.py. Are there any tests of this module?
Are the variables below used anywhere?
boutdata/src/boutdata/mms.py
Lines 25 to 27 in f5d308e
I am considering bringing the features from https://github.com/boutproject/hermes-3/blob/nonorthogonal-debug/tests/mms/perpendicular_laplacian.py into boutdata/mms.py. Are there any tests of this module?