| A | mfem::SundialsSolver | protected |
| abs_tol | mfem::IterativeSolver | protected |
| ANY_TYPE enum value | mfem::Operator | |
| c | mfem::NewtonSolver | mutableprotected |
| Complex_Hypre_ParCSR enum value | mfem::Operator | |
| Complex_Operator enum value | mfem::Operator | |
| ComputeScalingFactor(const Vector &x, const Vector &b) const | mfem::NewtonSolver | inlinevirtual |
| converged | mfem::IterativeSolver | mutableprotected |
| default_abs_tol | mfem::SundialsSolver | protectedstatic |
| default_rel_tol | mfem::SundialsSolver | protectedstatic |
| Dot(const Vector &x, const Vector &y) const | mfem::IterativeSolver | protected |
| f_scale | mfem::KINSolver | mutableprotected |
| final_iter | mfem::IterativeSolver | mutableprotected |
| final_norm | mfem::IterativeSolver | mutableprotected |
| flag | mfem::SundialsSolver | mutableprotected |
| FormConstrainedSystemOperator(const Array< int > &ess_tdof_list, ConstrainedOperator *&Aout) | mfem::Operator | protected |
| 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::Operator | protected |
| 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 | |
| GetConverged() const | mfem::IterativeSolver | inline |
| GetFinalNorm() const | mfem::IterativeSolver | inline |
| GetFlag() const | mfem::SundialsSolver | inline |
| GetGradient(const Vector &x) const | mfem::Operator | inlinevirtual |
| GetMem() const | mfem::SundialsSolver | inline |
| GetMemoryClass() const | mfem::Operator | inlinevirtual |
| GetNumIterations() const | mfem::IterativeSolver | inline |
| GetOutputProlongation() const | mfem::Operator | inlinevirtual |
| GetOutputRestriction() const | mfem::Operator | inlinevirtual |
| GetProlongation() const | mfem::Operator | inlinevirtual |
| GetRestriction() const | mfem::Operator | inlinevirtual |
| GetType() const | mfem::Operator | inline |
| global_strategy | mfem::KINSolver | protected |
| GradientMult(N_Vector v, N_Vector Jv, N_Vector u, booleantype *new_u, void *user_data) | mfem::KINSolver | protectedstatic |
| Height() const | mfem::Operator | inline |
| height | mfem::Operator | protected |
| Hypre_ParCSR enum value | mfem::Operator | |
| InitTVectors(const Operator *Po, const Operator *Ri, const Operator *Pi, Vector &x, Vector &b, Vector &X, Vector &B) const | mfem::Operator | |
| iterative_mode | mfem::Solver | |
| IterativeSolver() | mfem::IterativeSolver | |
| IterativeSolver(MPI_Comm _comm) | mfem::IterativeSolver | |
| jacobian | mfem::KINSolver | protected |
| KINSolver(int strategy, bool oper_grad=true) | mfem::KINSolver | |
| KINSolver(MPI_Comm comm, int strategy, bool oper_grad=true) | mfem::KINSolver | |
| LinSysSetup(N_Vector u, N_Vector fu, SUNMatrix J, void *user_data, N_Vector tmp1, N_Vector tmp2) | mfem::KINSolver | protectedstatic |
| LinSysSolve(SUNLinearSolver LS, SUNMatrix J, N_Vector u, N_Vector b, realtype tol) | mfem::KINSolver | protectedstatic |
| LSA | mfem::SundialsSolver | protected |
| LSM | mfem::SundialsSolver | protected |
| M | mfem::SundialsSolver | protected |
| maa | mfem::KINSolver | protected |
| max_iter | mfem::IterativeSolver | protected |
| MFEM_ComplexSparseMat enum value | mfem::Operator | |
| MFEM_SPARSEMAT enum value | mfem::Operator | |
| Mult(const N_Vector u, N_Vector fu, void *user_data) | mfem::KINSolver | protectedstatic |
| Mult(const Vector &b, Vector &x) const | mfem::KINSolver | virtual |
| Mult(Vector &x, const Vector &x_scale, const Vector &fx_scale) const | mfem::KINSolver | |
| MultTranspose(const Vector &x, Vector &y) const | mfem::Operator | inlinevirtual |
| NewtonSolver() | mfem::NewtonSolver | inline |
| NewtonSolver(MPI_Comm _comm) | mfem::NewtonSolver | inline |
| NLS | mfem::SundialsSolver | protected |
| Norm(const Vector &x) const | mfem::IterativeSolver | inlineprotected |
| NumCols() const | mfem::Operator | inline |
| NumRows() const | mfem::Operator | inline |
| oper | mfem::IterativeSolver | protected |
| Operator(int s=0) | mfem::Operator | inlineexplicit |
| Operator(int h, int w) | mfem::Operator | inline |
| Parallel() const | mfem::SundialsSolver | inlineprotected |
| Parallel() const | mfem::SundialsSolver | inlineprotected |
| PETSC_MATAIJ enum value | mfem::Operator | |
| PETSC_MATGENERIC enum value | mfem::Operator | |
| PETSC_MATHYPRE enum value | mfem::Operator | |
| PETSC_MATIS enum value | mfem::Operator | |
| PETSC_MATNEST enum value | mfem::Operator | |
| PETSC_MATSHELL enum value | mfem::Operator | |
| prec | mfem::IterativeSolver | protected |
| print_level | mfem::IterativeSolver | protected |
| PrintMatlab(std::ostream &out, int n=0, int m=0) const | mfem::Operator | |
| ProcessNewState(const Vector &x) const | mfem::NewtonSolver | inlinevirtual |
| r | mfem::NewtonSolver | mutableprotected |
| RecoverFEMSolution(const Vector &X, const Vector &b, Vector &x) | mfem::Operator | virtual |
| reinit | mfem::SundialsSolver | protected |
| rel_tol | mfem::IterativeSolver | protected |
| saved_global_size | mfem::SundialsSolver | protected |
| SetAbsTol(double atol) | mfem::IterativeSolver | inline |
| SetMAA(int maa) | mfem::KINSolver | |
| SetMaxIter(int max_it) | mfem::IterativeSolver | inline |
| SetMaxSetupCalls(int max_calls) | mfem::KINSolver | |
| SetOperator(const Operator &op) | mfem::KINSolver | virtual |
| SetPreconditioner(Solver &solver) | mfem::KINSolver | inlinevirtual |
| SetPrintLevel(int print_lvl) | mfem::IterativeSolver | |
| SetRelTol(double rtol) | mfem::IterativeSolver | inline |
| SetScaledStepTol(double sstol) | mfem::KINSolver | |
| SetSolver(Solver &solver) | mfem::KINSolver | virtual |
| SetupRAP(const Operator *Pi, const Operator *Po) | mfem::Operator | protected |
| Solver(int s=0, bool iter_mode=false) | mfem::Solver | inlineexplicit |
| Solver(int h, int w, bool iter_mode=false) | mfem::Solver | inline |
| sundials_mem | mfem::SundialsSolver | protected |
| SundialsSolver() | mfem::SundialsSolver | inlineprotected |
| Type enum name | mfem::Operator | |
| use_oper_grad | mfem::KINSolver | protected |
| Width() const | mfem::Operator | inline |
| width | mfem::Operator | protected |
| y | mfem::SundialsSolver | protected |
| y_scale | mfem::KINSolver | mutableprotected |
| ~KINSolver() | mfem::KINSolver | virtual |
| ~Operator() | mfem::Operator | inlinevirtual |