MFEM  v4.6.0
Finite element discretization library
mfem::HypreSmoother Member List

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

Amfem::HypreSmootherprotected
A_is_symmetricmfem::HypreSmootherprotected
AddMult(const Vector &x, Vector &y, const double a=1.0) constmfem::Operatorvirtual
AddMultTranspose(const Vector &x, Vector &y, const double a=1.0) constmfem::Operatorvirtual
ANY_TYPE enum valuemfem::Operator
ArrayAddMult(const Array< const Vector *> &X, Array< Vector *> &Y, const double a=1.0) constmfem::Operatorvirtual
ArrayAddMultTranspose(const Array< const Vector *> &X, Array< Vector *> &Y, const double a=1.0) constmfem::Operatorvirtual
ArrayMult(const Array< const Vector *> &X, Array< Vector *> &Y) constmfem::Operatorvirtual
ArrayMultTranspose(const Array< const Vector *> &X, Array< Vector *> &Y) constmfem::Operatorvirtual
AssembleDiagonal(Vector &diag) constmfem::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) constmfem::Operatorinlinevirtual
GetMemoryClass() constmfem::Operatorinlinevirtual
GetOutputProlongation() constmfem::Operatorinlinevirtual
GetOutputRestriction() constmfem::Operatorinlinevirtual
GetOutputRestrictionTranspose() constmfem::Operatorinlinevirtual
GetProlongation() constmfem::Operatorinlinevirtual
GetRestriction() constmfem::Operatorinlinevirtual
GetType() constmfem::Operatorinline
GS enum valuemfem::HypreSmoother
Height() constmfem::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) constmfem::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) constmfem::HypreSmoothervirtual
Mult(const Vector &b, Vector &x) constmfem::HypreSmoothervirtual
Mult(const Vector &x, Vector &y) const=0mfem::HypreSmoother
MultTranspose(const Vector &b, Vector &x) constmfem::HypreSmoothervirtual
NumCols() constmfem::Operatorinline
NumRows() constmfem::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) constmfem::Operator
PrintMatlab(std::ostream &out) constmfem::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() constmfem::Operatorinline
widthmfem::Operatorprotected
window_paramsmfem::HypreSmootherprotected
Xmfem::HypreSmoothermutableprotected
X0mfem::HypreSmoothermutableprotected
X1mfem::HypreSmoothermutableprotected
Zmfem::HypreSmoothermutableprotected
~HypreSmoother()mfem::HypreSmoothervirtual
~Operator()mfem::Operatorinlinevirtual