SPI
SLEPc PETSc Interface is used for rapid development and intuitive matrix operations similar to MatLab or NumPy style of operations
|
#include <iostream>
#include <vector>
#include <petscksp.h>
#include <slepceps.h>
#include <slepcpep.h>
#include <string>
#include <tuple>
#include "SPIgrid.hpp"
#include "SPIparams.hpp"
#include "SPIMat.hpp"
#include "SPIVec.hpp"
#include "SPIprint.hpp"
Go to the source code of this file.
Data Structures | |
struct | SPI::SPIbaseflow |
Namespaces | |
SPI | |
Functions | |
SPIbaseflow | SPI::blasius (SPIparams ¶ms, SPIgrid1D &grid) |
int | SPI::_bblf (const PetscScalar input[3], PetscScalar output[3]) |
SPIbaseflow | SPI::channel (SPIparams ¶ms, SPIgrid1D &grid) |