| [P]arallel [Hi]gh-order [Li]brary for [P]DEs
    Latest
    Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods | 
Base class of all the flow solvers. More...
#include <flow_solver.h>
| Public Member Functions | |
| virtual | ~FlowSolverBase ()=default | 
| Destructor. | |
| virtual int | run () const =0 | 
| Basically the main and only function of this class.  More... | |
Base class of all the flow solvers.
Needed for main.cpp Generated by the FlowSolverFactory.
Definition at line 49 of file flow_solver.h.
| 
 | pure virtual | 
Basically the main and only function of this class.
This will get overloaded by the derived flow solver class.
Implemented in PHiLiP::FlowSolver::FlowSolver< dim, nstate >.