#include "calc_LST.hpp"
#include "Init_Vec.hpp"
#include "Create_grid.hpp"
#include "set_A_and_Ds.hpp"
#include "Ax_kBx.hpp"
#include "set_Mat.hpp"
#include "set_Vec.hpp"
#include "set_BCs.hpp"
#include "print.hpp"
#include <iostream>
#include <fstream>
Namespaces | |
SPE | |
Namespace containing all functions and data classes for this solver. | |
Functions | |
int | SPE::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 this x-location and store the alpha and qp1 of the target spatial values. More... | |