You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MeshRegion class includes methods that calculate geometric quantities for the standard BOUT++ locally field aligned coordinate system. Ideally MeshRegion would be generic, with the BOUT++ specific parts separated out into a derived class, e.g. BoutMeshRegion (which would then be created by BoutMesh). At the moment the only use of hypnotoad is for BOUT++, so this is not a priority at the moment.
The text was updated successfully, but these errors were encountered:
The
MeshRegion
class includes methods that calculate geometric quantities for the standard BOUT++ locally field aligned coordinate system. IdeallyMeshRegion
would be generic, with the BOUT++ specific parts separated out into a derived class, e.g.BoutMeshRegion
(which would then be created byBoutMesh
). At the moment the only use ofhypnotoad
is for BOUT++, so this is not a priority at the moment.The text was updated successfully, but these errors were encountered: