Use consistent member naming
Members should be suffixed with _m
, unless they're pointers, in which case they should end with _mp
. We should also ensure that consistent casing is used for all members (Field::get_mesh
uses snake case for some reason).