Ax_kBx.hpp
Go to the documentation of this file.
1 #ifndef AX_KBX_H
2 #define AX_KBX_H
3 #include <slepceps.h>
4 
5 namespace SPE
6 {
11  PetscInt Ax_kBx(
12  const Mat &A,
13  const Mat &B,
14  PetscScalar &kr,
15  PetscScalar &ki,
16  Vec &xr,
17  Vec &xi,
18  PetscScalar target=0.54213+0.082968*PETSC_i,
19  PetscInt nev=1,
20  EPSWhich which=EPS_TARGET_MAGNITUDE
21  );
22 }
23 #endif
PetscInt 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 in eigenvalue problem using SLEPc in parallel.
Definition: Ax_kBx.cpp:11
Namespace containing all functions and data classes for this solver.
Definition: Ax_b.hpp:5