calc_LST.hpp
Go to the documentation of this file.
1 #ifndef CALC_LST_H
2 #define CALC_LST_H
3 #include <petscksp.h>
4 #include "class.hpp"
5 namespace SPE{
14  int calc_LST(
15  SPE &data,
16  PetscScalar target_alpha,
17  PetscScalar &alpha,
18  Vec &qp1_OSS,
19  Vec &qp1
20  );
21 
22 }
23 
24 #endif
int calc_LST(SPE &data, PetscScalar target_alpha, PetscScalar &alpha, Vec &qp1_OSS, Vec &qp1)
calculate the Local Stability Theory (LST) Orr-Sommerfeld Squire equations in primitive variables at ...
Definition: calc_LST.cpp:16
Namespace containing all functions and data classes for this solver.
Definition: Ax_b.hpp:5