| 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 | |
| f | mfem::ODESolver | protected |
| flag | mfem::SundialsSolver | mutableprotected |
| GetFlag() const | mfem::SundialsSolver | inline |
| GetMaxStateSize() | mfem::ODESolver | inlinevirtual |
| GetMem() const | mfem::SundialsSolver | inline |
| GetStateSize() | mfem::ODESolver | inlinevirtual |
| GetStateVector(int i) | mfem::ODESolver | inlinevirtual |
| GetStateVector(int i, Vector &state) | mfem::ODESolver | inlinevirtual |
| IMEX enum value | mfem::ARKStepSolver | |
| IMPLICIT enum value | mfem::ARKStepSolver | |
| Init(TimeDependentOperator &f_) | mfem::ARKStepSolver | virtual |
| LinSysSetup(realtype t, N_Vector y, N_Vector fy, SUNMatrix A, SUNMatrix M, booleantype jok, booleantype *jcur, realtype 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, realtype 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, realtype t, void *mtimes_data) | mfem::ARKStepSolver | protectedstatic |
| MassSysSetup(realtype 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, realtype 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(realtype t, const N_Vector y, N_Vector ydot, void *user_data) | mfem::ARKStepSolver | protectedstatic |
| RHS2(realtype 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 |
| 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 | |
| SetStateVector(int i, Vector &state) | mfem::ODESolver | inlinevirtual |
| SetStepMode(int itask) | mfem::ARKStepSolver | |
| Step(Vector &x, double &t, double &dt) | mfem::ARKStepSolver | virtual |
| mfem::ODESolver::Step(Vector &x, real_t &t, real_t &dt)=0 | mfem::ODESolver | pure virtual |
| step_mode | mfem::ARKStepSolver | protected |
| sundials_mem | mfem::SundialsSolver | protected |
| SundialsSolver() | mfem::SundialsSolver | inlineprotected |
| Type enum name | mfem::ARKStepSolver | |
| 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 |