MFEM  v4.5.1
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
mfem::HypreSmoother Member List

This is the complete list of members for mfem::HypreSmoother, including all inherited members.

Amfem::HypreSmootherprotected
A_is_symmetricmfem::HypreSmootherprotected
ANY_TYPE enum valuemfem::Operator
AssembleDiagonal(Vector &diag) const mfem::Operatorinlinevirtual
auxBmfem::HypreSmoothermutableprotected
auxXmfem::HypreSmoothermutableprotected
Bmfem::HypreSmoothermutableprotected
Chebyshev enum valuemfem::HypreSmoother
Complex_DenseMat enum valuemfem::Operator
Complex_Hypre_ParCSR enum valuemfem::Operator
Complex_Operator enum valuemfem::Operator
default_typemfem::HypreSmootherstatic
DIAG_KEEP enum valuemfem::Operator
DIAG_ONE enum valuemfem::Operator
DIAG_ZERO enum valuemfem::Operator
DiagonalPolicy enum namemfem::Operator
eig_est_cg_itermfem::HypreSmootherprotected
FIR enum valuemfem::HypreSmoother
fir_coeffsmfem::HypreSmootherprotected
FormConstrainedSystemOperator(const Array< int > &ess_tdof_list, ConstrainedOperator *&Aout)mfem::Operatorprotected
FormDiscreteOperator(Operator *&A)mfem::Operator
FormLinearSystem(const Array< int > &ess_tdof_list, Vector &x, Vector &b, Operator *&A, Vector &X, Vector &B, int copy_interior=0)mfem::Operator
FormRectangularConstrainedSystemOperator(const Array< int > &trial_tdof_list, const Array< int > &test_tdof_list, RectangularConstrainedOperator *&Aout)mfem::Operatorprotected
FormRectangularLinearSystem(const Array< int > &trial_tdof_list, const Array< int > &test_tdof_list, Vector &x, Vector &b, Operator *&A, Vector &X, Vector &B)mfem::Operator
FormRectangularSystemOperator(const Array< int > &trial_tdof_list, const Array< int > &test_tdof_list, Operator *&A)mfem::Operator
FormSystemOperator(const Array< int > &ess_tdof_list, Operator *&A)mfem::Operator
GetGradient(const Vector &x) const mfem::Operatorinlinevirtual
GetMemoryClass() const mfem::Operatorinlinevirtual
GetOutputProlongation() const mfem::Operatorinlinevirtual
GetOutputRestriction() const mfem::Operatorinlinevirtual
GetOutputRestrictionTranspose() const mfem::Operatorinlinevirtual
GetProlongation() const mfem::Operatorinlinevirtual
GetRestriction() const mfem::Operatorinlinevirtual
GetType() const mfem::Operatorinline
GS enum valuemfem::HypreSmoother
Height() const mfem::Operatorinline
heightmfem::Operatorprotected
Hypre_ParCSR enum valuemfem::Operator
HypreSmoother()mfem::HypreSmoother
HypreSmoother(const HypreParMatrix &A_, int type=default_type, int relax_times=1, double relax_weight=1.0, double omega=1.0, int poly_order=2, double poly_fraction=.3, int eig_est_cg_iter=10)mfem::HypreSmoother
InitTVectors(const Operator *Po, const Operator *Ri, const Operator *Pi, Vector &x, Vector &b, Vector &X, Vector &B) const mfem::Operator
iterative_modemfem::Solver
Jacobi enum valuemfem::HypreSmoother
l1_normsmfem::HypreSmootherprotected
l1GS enum valuemfem::HypreSmoother
l1GStr enum valuemfem::HypreSmoother
l1Jacobi enum valuemfem::HypreSmoother
lambdamfem::HypreSmootherprotected
lumpedJacobi enum valuemfem::HypreSmoother
max_eig_estmfem::HypreSmootherprotected
MFEM_Block_Matrix enum valuemfem::Operator
MFEM_Block_Operator enum valuemfem::Operator
MFEM_ComplexSparseMat enum valuemfem::Operator
MFEM_SPARSEMAT enum valuemfem::Operator
min_eig_estmfem::HypreSmootherprotected
mumfem::HypreSmootherprotected
Mult(const HypreParVector &b, HypreParVector &x) const mfem::HypreSmoothervirtual
Mult(const Vector &b, Vector &x) const mfem::HypreSmoothervirtual
MultTranspose(const Vector &b, Vector &x) const mfem::HypreSmoothervirtual
NumCols() const mfem::Operatorinline
NumRows() const mfem::Operatorinline
omegamfem::HypreSmootherprotected
Operator(int s=0)mfem::Operatorinlineexplicit
Operator(int h, int w)mfem::Operatorinline
OPFS enum valuemfem::HypreSmoother
PETSC_MATAIJ enum valuemfem::Operator
PETSC_MATGENERIC enum valuemfem::Operator
PETSC_MATHYPRE enum valuemfem::Operator
PETSC_MATIS enum valuemfem::Operator
PETSC_MATNEST enum valuemfem::Operator
PETSC_MATSHELL enum valuemfem::Operator
poly_fractionmfem::HypreSmootherprotected
poly_ordermfem::HypreSmootherprotected
poly_scalemfem::HypreSmootherprotected
pos_l1_normsmfem::HypreSmootherprotected
PrintMatlab(std::ostream &out, int n, int m=0) const mfem::Operator
PrintMatlab(std::ostream &out) const mfem::Operatorvirtual
RecoverFEMSolution(const Vector &X, const Vector &b, Vector &x)mfem::Operatorvirtual
relax_timesmfem::HypreSmootherprotected
relax_weightmfem::HypreSmootherprotected
SetFIRCoefficients(double max_eig)mfem::HypreSmoother
SetOperator(const Operator &op)mfem::HypreSmoothervirtual
SetOperatorSymmetry(bool is_sym)mfem::HypreSmootherinline
SetPolyOptions(int poly_order, double poly_fraction, int eig_est_cg_iter=10)mfem::HypreSmoother
SetPositiveDiagonal(bool pos=true)mfem::HypreSmootherinline
SetSOROptions(double relax_weight, double omega)mfem::HypreSmoother
SetTaubinOptions(double lambda, double mu, int iter)mfem::HypreSmoother
SetType(HypreSmoother::Type type, int relax_times=1)mfem::HypreSmoother
SetupRAP(const Operator *Pi, const Operator *Po)mfem::Operatorprotected
SetWindowByName(const char *window_name)mfem::HypreSmoother
SetWindowParameters(double a, double b, double c)mfem::HypreSmoother
Solver(int s=0, bool iter_mode=false)mfem::Solverinlineexplicit
Solver(int h, int w, bool iter_mode=false)mfem::Solverinline
Taubin enum valuemfem::HypreSmoother
taubin_itermfem::HypreSmootherprotected
typemfem::HypreSmootherprotected
Type enum namemfem::HypreSmoother
Vmfem::HypreSmoothermutableprotected
Width() const mfem::Operatorinline
widthmfem::Operatorprotected
window_paramsmfem::HypreSmootherprotected
Xmfem::HypreSmoothermutableprotected
X0mfem::HypreSmoothermutableprotected
X1mfem::HypreSmoothermutableprotected
Zmfem::HypreSmoothermutableprotected
~HypreSmoother()mfem::HypreSmoothervirtual
~Operator()mfem::Operatorinlinevirtual