abstract class defines the interface to provide the steady-state solution
More...
#include <flutter_solver_base.h>
abstract class defines the interface to provide the steady-state solution
Definition at line 67 of file flutter_solver_base.h.
MAST::FlutterSolverBase::SteadySolver::SteadySolver |
( |
| ) |
|
|
inline |
virtual MAST::FlutterSolverBase::SteadySolver::~SteadySolver |
( |
| ) |
|
|
inlinevirtual |
virtual const libMesh::NumericVector<Real>& MAST::FlutterSolverBase::SteadySolver::solution |
( |
| ) |
const |
|
pure virtual |
- Returns
- a const-reference to the solution.
virtual const libMesh::NumericVector<Real>& MAST::FlutterSolverBase::SteadySolver::solve |
( |
| ) |
|
|
pure virtual |
solves for the steady state solution, and
- Returns
- a const-reference to the solution.
The documentation for this class was generated from the following file: