[P]arallel [Hi]gh-order [Li]brary for [P]DEs  Latest
Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods
PHiLiP::FlowSolver::FlowSolverBase Class Referenceabstract

Base class of all the flow solvers. More...

#include <flow_solver.h>

Inheritance diagram for PHiLiP::FlowSolver::FlowSolverBase:
Collaboration diagram for PHiLiP::FlowSolver::FlowSolverBase:

Public Member Functions

virtual ~FlowSolverBase ()=default
 Destructor.
 
virtual int run () const =0
 Basically the main and only function of this class. More...
 

Detailed Description

Base class of all the flow solvers.

Needed for main.cpp Generated by the FlowSolverFactory.

Definition at line 49 of file flow_solver.h.

Member Function Documentation

◆ run()

virtual int PHiLiP::FlowSolver::FlowSolverBase::run ( ) const
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 >.


The documentation for this class was generated from the following file: