#include <iostream>
#include <stdexcept>
#include <string>
#include <cmath>
#include "set_A_and_Ds_zi.hpp"
#include "set_A_and_Ds_nonlinear.hpp"
#include "set_A_and_B_OSS_zi.hpp"
#include "set_A_and_Ds.hpp"
#include "set_D.hpp"
#include "get_D_Coeffs.hpp"
#include "Init_Vec.hpp"
#include "Init_Mat.hpp"
#include "print.hpp"
#include "set_Mat.hpp"
#include "set_Vec.hpp"
#include "base_flow.hpp"
#include "class.hpp"
Namespaces | |
SPE | |
Namespace containing all functions and data classes for this solver. | |
Functions | |
PetscInt | SPE::set_A_and_Ds (SPE &data, PetscScalar &alpha) |
set A and B matrix for SPE equations More... | |
PetscInt | SPE::set_A_and_Ds (SPE &data) |
set A and B matrix for SPE equations, this is called from set_A_and_Ds(data,alplha) function This is used to set the full 3D operators (y,z, and t) More... | |