Home
last modified time | relevance | path

Searched defs:HypreDiagScale (Results 1 – 2 of 2) sorted by relevance

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/HYPRE/moab/
H A DHypreSolver.hpp240 class HypreDiagScale : public HypreSolver class
243 HypreDiagScale() : HypreSolver() { } in HypreDiagScale() function in moab::HypreDiagScale
244 explicit HypreDiagScale(HypreParMatrix &A) : HypreSolver(&A) { } in HypreDiagScale() function in moab::HypreDiagScale
/dports/math/mfem/mfem-4.3/linalg/
H A Dhypre.hpp1234 class HypreDiagScale : public HypreSolver class
1237 HypreDiagScale() : HypreSolver() { } in HypreDiagScale() function in mfem::HypreDiagScale
1238 explicit HypreDiagScale(const HypreParMatrix &A) : HypreSolver(&A) { } in HypreDiagScale() function in mfem::HypreDiagScale