MAST
flutter_root_base.cpp
Go to the documentation of this file.
1 /*
2  * MAST: Multidisciplinary-design Adaptation and Sensitivity Toolkit
3  * Copyright (C) 2013-2019 Manav Bhatia
4  *
5  * This library is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Lesser General Public
7  * License as published by the Free Software Foundation; either
8  * version 2.1 of the License, or (at your option) any later version.
9  *
10  * This library is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13  * Lesser General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public
16  * License along with this library; if not, write to the Free Software
17  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18  */
19 
20 
21 // MAST includes
23 
24 
26 has_sensitivity_data (false),
27 if_nonphysical_root (false),
28 kr (0.),
29 g (0.),
30 kr_sens (0.),
31 V (0.),
32 omega (0.),
33 V_sens (0.),
34 root (0.),
35 root_sens (0.)
36 { }
37 
38 
39 
43 kr (f.kr),
44 g (f.g),
45 kr_sens (f.kr_sens),
46 V (f.V),
47 omega (f.omega),
48 V_sens (f.V_sens),
49 root (f.root),
54 { }
55 
56 
57 
58 void
60 
63  kr = f.kr;
64  g = f.g;
65  kr_sens = f.kr_sens;
66  V = f.V;
67  omega = f.omega;
68  V_sens = f.V_sens;
69  root = f.root;
70  root_sens = f.root_sens;
74 }
75 
76 
virtual void copy_root(const MAST::FlutterRootBase &f)
ComplexVectorX eig_vec_left
FlutterRootBase()
default constructor
RealVectorX modal_participation
ComplexVectorX eig_vec_right
right and left eigenvevtors