abstract class defines the interface to provide the steady-state solution
Definition at line 67 of file flutter_solver_base.h.
#include <flutter_solver_base.h>
◆ SteadySolver()
MAST::FlutterSolverBase::SteadySolver::SteadySolver |
( |
| ) |
|
|
inline |
◆ ~SteadySolver()
virtual MAST::FlutterSolverBase::SteadySolver::~SteadySolver |
( |
| ) |
|
|
inlinevirtual |
◆ solution()
virtual const libMesh::NumericVector<Real>& MAST::FlutterSolverBase::SteadySolver::solution |
( |
| ) |
const |
|
pure virtual |
- Returns
- a const-reference to the solution.
◆ solve()
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: