#include <iostream>
#include <stdexcept>
#include <string>
#include <cmath>
#include "map_D.hpp"
#include "print.hpp"
#include "set_D.hpp"
#include "get_D_Coeffs.hpp"
#include "Init_Vec.hpp"
#include "Init_Mat.hpp"
#include "set_Mat.hpp"
#include "set_Vec.hpp"
Namespaces | |
SPE | |
Namespace containing all functions and data classes for this solver. | |
Functions | |
PetscInt | SPE::map_D (Mat &output, SPE &data, const PetscInt &n, Vec &yVec, const PetscInt &order=2, const PetscInt &d=2, const PetscBool &periodic=PETSC_FALSE, const PetscBool &staggered=PETSC_FALSE, const PetscBool &reduce_wall_order=PETSC_TRUE) |
map D matrix operator for specified order and derivative, for a non-uniform mesh More... | |