In case T does not match the PETSC precision compilation create a stub structure. More...
In case T does not match the PETSC precision compilation create a stub structure.
T | precision |
Definition at line 55 of file petsc_solver.hpp.
#include <petsc_solver.hpp>
Static Public Member Functions | |
template<typename impl > | |
static Vector< T > | solve (const SparseMatrix< T, impl > &A, const Vector< T > &b) |
Solve the linear system. | |
|
inlinestatic |
Solve the linear system.
In this case just return an error
A | sparse matrix |
b | right-hand-side |
Definition at line 69 of file petsc_solver.hpp.