MAST
MAST::FlutterSolverBase::SteadySolver Class Referenceabstract

abstract class defines the interface to provide the steady-state solution More...

#include <flutter_solver_base.h>

Public Member Functions

 SteadySolver ()
 
virtual ~SteadySolver ()
 
virtual const libMesh::NumericVector< Real > & solve ()=0
 solves for the steady state solution, and More...
 
virtual const libMesh::NumericVector< Real > & solution () const =0
 

Detailed Description

abstract class defines the interface to provide the steady-state solution

Definition at line 67 of file flutter_solver_base.h.

Constructor & Destructor Documentation

MAST::FlutterSolverBase::SteadySolver::SteadySolver ( )
inline

Definition at line 71 of file flutter_solver_base.h.

virtual MAST::FlutterSolverBase::SteadySolver::~SteadySolver ( )
inlinevirtual

Definition at line 73 of file flutter_solver_base.h.

Here is the call graph for this function:

Member Function Documentation

virtual const libMesh::NumericVector<Real>& MAST::FlutterSolverBase::SteadySolver::solution ( ) const
pure virtual
Returns
a const-reference to the solution.

Here is the caller graph for this function:

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.

Here is the caller graph for this function:


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