Declaration of the Hypre classes.
More...
#include <gmNumSolver.h>
#include <gmSparseMatrix.h>
#include <QObject>
#include <HYPRE.h>
#include <HYPRE_parcsr_ls.h>
Go to the source code of this file.
|
|
typedef HYPRE_Solver | HYPRE_SOLVER |
| |
|
using | HypreTolF = HYPRE_Int (*)(HYPRE_SOLVER, hypre_double) |
| |
|
using | HypreMaxItF = HYPRE_Int(*)(HYPRE_SOLVER, HYPRE_Int) |
| |
|
using | HypreSolveF = HYPRE_Int(*)(HYPRE_SOLVER, HYPRE_ParCSRMatrix, HYPRE_ParVector, HYPRE_ParVector) |
| |
|
using | HypreSetupF = HYPRE_Int(*)(HYPRE_SOLVER, HYPRE_ParCSRMatrix, HYPRE_ParVector, HYPRE_ParVector) |
| |
|
using | HypreSetPreconF = HYPRE_Int(*)(HYPRE_Solver, HYPRE_PtrToParSolverFcn, HYPRE_PtrToParSolverFcn, HYPRE_Solver) |
| |
|
using | HypreGetResF = HYPRE_Int(*)(HYPRE_SOLVER, hypre_double*) |
| |
|
using | HypreGetItCountF = HYPRE_Int(*)(HYPRE_SOLVER, HYPRE_Int*) |
| |
|
using | HypreSetLogF = HYPRE_Int(*)(HYPRE_SOLVER, HYPRE_Int) |
| |
|
using | HypreDestroyF = HYPRE_Int(*)(HYPRE_SOLVER) |
| |
Declaration of the Hypre classes.
- Author
- Caio SOUZA