#include <iostream>
#include "Init_Mat.hpp"
#include "Init_Vec.hpp"
#include "Ax_kBx.hpp"
#include "print.hpp"
#include "set_Mat.hpp"
#include "set_Vec.hpp"
Namespaces | |
SPE | |
Namespace containing all functions and data classes for this solver. | |
Functions | |
PetscInt | SPE::Ax_kBx (const Mat &A, const Mat &B, PetscScalar &kr, PetscScalar &ki, Vec &xr, Vec &xi, PetscScalar target=0.54213+0.082968 *PETSC_i, PetscInt nev=1, EPSWhich which=EPS_TARGET_MAGNITUDE) |
Solves \(x\) in \(Ax=kBx\) eigenvalue problem using SLEPc in parallel. More... | |