#include "set_Crank_Nicolson_Advance.hpp"
#include "print.hpp"
#include "Init_Vec.hpp"
#include "set_Mat.hpp"
#include "set_Vec.hpp"
#include "set_b.hpp"
#include "set_BCs.hpp"
#include "set_A_and_Ds.hpp"
#include <iostream>
Namespaces | |
SPE | |
Namespace containing all functions and data classes for this solver. | |
Functions | |
PetscInt | SPE::set_Crank_Nicolson_Advance (SPE &data, Vec &q, PetscScalar &alpha) |
set up Crank-Nicolson advancing matrices A x = b system by creating matrices and setting BCs More... | |