set_A_and_B_OSS_zi.hpp
Go to the documentation of this file.
1 #ifndef SET_A_AND_B_OSS_ZI_H
2 #define SET_A_AND_B_OSS_ZI_H
3 #include <petscksp.h>
4 #include "class.hpp"
5 namespace SPE
6 {
42  PetscInt set_A_and_B_OSS_zi(
43  SPE &data,
44  const PetscInt &zi=0
45  );
46 }
47 
48 #endif
49 
PetscInt set_A_and_B_OSS_zi(SPE &data, const PetscInt &zi=0)
set A and B matrix for Orr-Sommerfeld equations for zi plane Note that the wavelike ansatz is Where...
Definition: set_A_and_B_OSS_zi.cpp:10
Namespace containing all functions and data classes for this solver.
Definition: Ax_b.hpp:5