an efficient C++ finite element environment
|
|
Go to the documentation of this file. 1 #ifndef _RHEOLEF_SOLVER_MUMPS_H
2 #define _RHEOLEF_SOLVER_MUMPS_H
26 #include "rheolef/config.h"
28 #ifdef _RHEOLEF_HAVE_MUMPS
30 #include "rheolef/solver.h"
38 template<
class T,
class M>
66 std::vector<MUMPS_INT>
_row;
67 std::vector<MUMPS_INT>
_col;
72 template <
class T,
class M>
78 return new_macro (rep(*
this));
83 #endif // _RHEOLEF_SOLVER_MUMPS_H
std::vector< MUMPS_INT > _row
solver_mumps_rep(const csr< T, M > &a, const solver_option &opt=solver_option())
DMUMPS_STRUC_C _mumps_par
determinant_type det() const
base::determinant_type determinant_type
see the vec page for the full documentation
solver_abstract_rep< T, M > * clone() const
std::vector< MUMPS_INT > _col
see the csr page for the full documentation
This file is part of Rheolef.
csr< T, M >::size_type size_type
vec< T, M > trans_solve(const vec< T, M > &rhs) const
base::size_type size_type
void update_values(const csr< T, M > &a)
solver_abstract_rep< T, M > base
std::vector< double > _val
see the solver_option page for the full documentation
vec< T, M > solve(const vec< T, M > &rhs) const