#include "trapz.hpp"
#include "Init_Vec.hpp"
#include "Init_Mat.hpp"
#include "set_Vec.hpp"
#include "set_Mat.hpp"
#include "print.hpp"
#include <iostream>
Namespaces | |
SPE | |
Namespace containing all functions and data classes for this solver. | |
Functions | |
int | SPE::trapz (const Vec &q, PetscScalar &I, SPE &data) |
trapezoidal rule on Vec with ny,nz values More... | |
PetscErrorCode | SPE::trapz_4nynznt (const Vec &q, PetscScalar &I, SPE &data) |
trapezoidal rule on Vec with 4,ny,nz,nt values More... | |