20 #ifndef __mast__ug_flutter_solution_h__ 21 #define __mast__ug_flutter_solution_h__ 34 class UGFlutterSolver;
35 class LAPACK_ZGGEV_Base;
74 virtual void print(std::ostream& output);
89 #endif // __mast__ug_flutter_solution_h__ ComplexMatrixX _Amat
Matrix used for scaling of eigenvectors, and sorting of roots.
virtual ~UGFlutterSolution()
delete the flutter root objects
virtual void print(std::ostream &output)
prints the data and modes from this solution
Matrix< Complex, Dynamic, Dynamic > ComplexMatrixX
void init(const MAST::UGFlutterSolver &solver, const Real v_ref, const Real b_ref, const MAST::LAPACK_ZGGEV_Base &eig_sol)
initializes the root
virtual void sort(const MAST::FlutterSolutionBase &sol)
sort this root with respect to the given solution from a previous eigen solution. ...
This implements a solver for a single parameter instability problem, for example a flutter solver whe...