| A | mfem::SundialsSolver | protected |
| AllocateEmptyNVector(N_Vector &y) | mfem::SundialsSolver | protected |
| AllocateEmptyNVector(N_Vector &y, MPI_Comm comm) | mfem::SundialsSolver | protected |
| ARKStepSolver(Type type=EXPLICIT) | mfem::ARKStepSolver | |
| ARKStepSolver(MPI_Comm comm, Type type=EXPLICIT) | mfem::ARKStepSolver | |
| default_abs_tol | mfem::SundialsSolver | protectedstatic |
| default_rel_tol | mfem::SundialsSolver | protectedstatic |
| EXPLICIT enum value | mfem::ARKStepSolver | |
| ExplicitTypes | mfem::ODESolver | static |
| f | mfem::ODESolver | protected |
| flag | mfem::SundialsSolver | mutableprotected |
| GetFlag() const | mfem::SundialsSolver | inline |
| GetMem() const | mfem::SundialsSolver | inline |
| GetStateSize() | mfem::ODESolver | inlinevirtual |
| IMEX enum value | mfem::ARKStepSolver | |
| IMPLICIT enum value | mfem::ARKStepSolver | |
| ImplicitTypes | mfem::ODESolver | static |
| Init(TimeDependentOperator &f_) override | mfem::ARKStepSolver | virtual |
| LinSysSetup(sunrealtype t, N_Vector y, N_Vector fy, SUNMatrix A, SUNMatrix M, sunbooleantype jok, sunbooleantype *jcur, sunrealtype gamma, void *user_data, N_Vector tmp1, N_Vector tmp2, N_Vector tmp3) | mfem::ARKStepSolver | protectedstatic |
| LinSysSolve(SUNLinearSolver LS, SUNMatrix A, N_Vector x, N_Vector b, sunrealtype tol) | mfem::ARKStepSolver | protectedstatic |
| LSA | mfem::SundialsSolver | protected |
| LSM | mfem::SundialsSolver | protected |
| M | mfem::SundialsSolver | protected |
| MassMult1(SUNMatrix M, N_Vector x, N_Vector v) | mfem::ARKStepSolver | protectedstatic |
| MassMult2(N_Vector x, N_Vector v, sunrealtype t, void *mtimes_data) | mfem::ARKStepSolver | protectedstatic |
| MassSysSetup(sunrealtype t, SUNMatrix M, void *user_data, N_Vector tmp1, N_Vector tmp2, N_Vector tmp3) | mfem::ARKStepSolver | protectedstatic |
| MassSysSolve(SUNLinearSolver LS, SUNMatrix M, N_Vector x, N_Vector b, sunrealtype tol) | mfem::ARKStepSolver | protectedstatic |
| mem_type | mfem::ODESolver | protected |
| NLS | mfem::SundialsSolver | protected |
| ODESolver() | mfem::ODESolver | inline |
| Parallel() const | mfem::SundialsSolver | inlineprotected |
| Parallel() const | mfem::SundialsSolver | inlineprotected |
| PrintInfo() const | mfem::ARKStepSolver | |
| reinit | mfem::SundialsSolver | protected |
| RHS1(sunrealtype t, const N_Vector y, N_Vector ydot, void *user_data) | mfem::ARKStepSolver | protectedstatic |
| RHS2(sunrealtype t, const N_Vector y, N_Vector ydot, void *user_data) | mfem::ARKStepSolver | protectedstatic |
| rk_type | mfem::ARKStepSolver | protected |
| Run(Vector &x, real_t &t, real_t &dt, real_t tf) | mfem::ODESolver | inlinevirtual |
| saved_global_size | mfem::SundialsSolver | protected |
| Select(const int ode_solver_type) | mfem::ODESolver | static |
| SelectExplicit(const int ode_solver_type) | mfem::ODESolver | static |
| SelectImplicit(const int ode_solver_type) | mfem::ODESolver | static |
| SetERKTableNum(ARKODE_ERKTableID table_id) | mfem::ARKStepSolver | |
| SetFixedStep(double dt) | mfem::ARKStepSolver | |
| SetIMEXTableNum(ARKODE_ERKTableID etable_id, ARKODE_DIRKTableID itable_id) | mfem::ARKStepSolver | |
| SetIRKTableNum(ARKODE_DIRKTableID table_id) | mfem::ARKStepSolver | |
| SetMaxStep(double dt_max) | mfem::ARKStepSolver | |
| SetOrder(int order) | mfem::ARKStepSolver | |
| SetSStolerances(double reltol, double abstol) | mfem::ARKStepSolver | |
| SetStepMode(int itask) | mfem::ARKStepSolver | |
| Step(Vector &x, real_t &t, real_t &dt) override | mfem::ARKStepSolver | virtual |
| step_mode | mfem::ARKStepSolver | protected |
| sundials_mem | mfem::SundialsSolver | protected |
| SundialsSolver() | mfem::SundialsSolver | inlineprotected |
| Type enum name | mfem::ARKStepSolver | |
| Types | mfem::ODESolver | static |
| use_implicit | mfem::ARKStepSolver | protected |
| UseMFEMLinearSolver() | mfem::ARKStepSolver | |
| UseMFEMMassLinearSolver(int tdep) | mfem::ARKStepSolver | |
| UseSundialsLinearSolver() | mfem::ARKStepSolver | |
| UseSundialsMassLinearSolver(int tdep) | mfem::ARKStepSolver | |
| Y | mfem::SundialsSolver | protected |
| ~ARKStepSolver() | mfem::ARKStepSolver | virtual |
| ~ODESolver() | mfem::ODESolver | inlinevirtual |