Add inheritance to AVAction and CMAction
Closed this issue · 1 comments
helen-brooks commented
Description
There is a lot of similarity and potentially duplication within AVAction and CMAction, particularly the act method. It might be worth considering having them inherit from the same Action.
Affected Files
- AVAction.C, AVAction.h
- CMAction.C, CMAction.h
alexanderianblair commented
AVAction
and CMAction
have been removed as of #33, having been replaced by Actions setting up MFEM objects for Hephaestus EM solvers.