| allocate_solver(const std::string &object_name, SAMRAI::tbox::Pointer< SAMRAI::tbox::Database > input_db, const std::string &default_options_prefix) | IBTK::PETScNewtonKrylovSolver | inlinestatic |
| common_ctor() | IBTK::PETScNewtonKrylovSolver | private |
| d_abs_residual_tol | IBTK::GeneralSolver | protected |
| d_b | IBTK::NewtonKrylovSolver | protected |
| d_current_iterations | IBTK::GeneralSolver | protected |
| d_current_linear_iterations | IBTK::NewtonKrylovSolver | protected |
| d_current_residual_norm | IBTK::GeneralSolver | protected |
| d_current_time | IBTK::GeneralSolver | protected |
| d_enable_logging | IBTK::GeneralSolver | protected |
| d_F | IBTK::NewtonKrylovSolver | protected |
| d_hier_math_ops | IBTK::GeneralSolver | protected |
| d_hier_math_ops_external | IBTK::GeneralSolver | protected |
| d_homogeneous_bc | IBTK::GeneralSolver | protected |
| d_is_initialized | IBTK::GeneralSolver | protected |
| d_J | IBTK::NewtonKrylovSolver | protected |
| d_krylov_solver | IBTK::NewtonKrylovSolver | protected |
| d_managing_petsc_snes | IBTK::PETScNewtonKrylovSolver | private |
| d_max_evaluations | IBTK::NewtonKrylovSolver | protected |
| d_max_iterations | IBTK::GeneralSolver | protected |
| d_new_time | IBTK::GeneralSolver | protected |
| d_object_name | IBTK::GeneralSolver | protected |
| d_options_prefix | IBTK::PETScNewtonKrylovSolver | private |
| d_petsc_b | IBTK::PETScNewtonKrylovSolver | private |
| d_petsc_comm | IBTK::PETScNewtonKrylovSolver | private |
| d_petsc_jac | IBTK::PETScNewtonKrylovSolver | private |
| d_petsc_r | IBTK::PETScNewtonKrylovSolver | private |
| d_petsc_snes | IBTK::PETScNewtonKrylovSolver | private |
| d_petsc_x | IBTK::PETScNewtonKrylovSolver | private |
| d_r | IBTK::NewtonKrylovSolver | protected |
| d_reinitializing_solver | IBTK::PETScNewtonKrylovSolver | private |
| d_rel_residual_tol | IBTK::GeneralSolver | protected |
| d_solution_time | IBTK::GeneralSolver | protected |
| d_solution_tol | IBTK::NewtonKrylovSolver | protected |
| d_user_provided_function | IBTK::PETScNewtonKrylovSolver | private |
| d_user_provided_jacobian | IBTK::PETScNewtonKrylovSolver | private |
| d_x | IBTK::NewtonKrylovSolver | protected |
| deallocateSolverState() override | IBTK::PETScNewtonKrylovSolver | virtual |
| FormFunction_SAMRAI(SNES snes, Vec x, Vec f, void *p_ctx) | IBTK::PETScNewtonKrylovSolver | privatestatic |
| FormJacobian_SAMRAI(SNES snes, Vec x, Mat A, Mat B, void *p_ctx) | IBTK::PETScNewtonKrylovSolver | privatestatic |
| GeneralSolver()=default | IBTK::GeneralSolver | |
| GeneralSolver(const GeneralSolver &from)=delete | IBTK::GeneralSolver | private |
| getAbsoluteTolerance() const | IBTK::GeneralSolver | virtual |
| getDt() const | IBTK::GeneralSolver | virtual |
| getFunctionVector() const override | IBTK::PETScNewtonKrylovSolver | virtual |
| getHierarchyMathOps() const | IBTK::GeneralSolver | virtual |
| getHomogeneousBc() const | IBTK::GeneralSolver | virtual |
| getIsInitialized() const | IBTK::GeneralSolver | virtual |
| getJacobian() const | IBTK::NewtonKrylovSolver | virtual |
| getLinearSolver() const | IBTK::NewtonKrylovSolver | virtual |
| getLoggingEnabled() const | IBTK::GeneralSolver | virtual |
| getMaxEvaluations() const | IBTK::NewtonKrylovSolver | virtual |
| getMaxIterations() const | IBTK::GeneralSolver | virtual |
| getName() const | IBTK::GeneralSolver | |
| getNumIterations() const | IBTK::GeneralSolver | virtual |
| getNumLinearIterations() const | IBTK::NewtonKrylovSolver | virtual |
| getOperator() const | IBTK::NewtonKrylovSolver | virtual |
| getPETScSNES() const | IBTK::PETScNewtonKrylovSolver | |
| getRelativeTolerance() const | IBTK::GeneralSolver | virtual |
| getResidualNorm() const | IBTK::GeneralSolver | virtual |
| getSolutionTime() const | IBTK::GeneralSolver | virtual |
| getSolutionTolerance() const | IBTK::NewtonKrylovSolver | virtual |
| getSolutionVector() const override | IBTK::PETScNewtonKrylovSolver | virtual |
| getTimeInterval() const | IBTK::GeneralSolver | virtual |
| init(const std::string &object_name, bool homogeneous_bc) | IBTK::GeneralSolver | protected |
| initializeSolverState(const SAMRAI::solv::SAMRAIVectorReal< NDIM, double > &x, const SAMRAI::solv::SAMRAIVectorReal< NDIM, double > &b) override | IBTK::PETScNewtonKrylovSolver | virtual |
| initSpecialized(const std::string &object_name, bool homogeneous_bc) | IBTK::GeneralSolver | protectedvirtual |
| MatVecMult_SAMRAI(Mat A, Vec x, Vec y) | IBTK::PETScNewtonKrylovSolver | privatestatic |
| NewtonKrylovSolver() | IBTK::NewtonKrylovSolver | |
| NewtonKrylovSolver(const NewtonKrylovSolver &from)=delete | IBTK::NewtonKrylovSolver | private |
| operator=(const PETScNewtonKrylovSolver &that)=delete | IBTK::PETScNewtonKrylovSolver | private |
| PETScNewtonKrylovSolver(std::string object_name, SAMRAI::tbox::Pointer< SAMRAI::tbox::Database > input_db, std::string default_options_prefix, MPI_Comm petsc_comm=PETSC_COMM_WORLD) | IBTK::PETScNewtonKrylovSolver | |
| PETScNewtonKrylovSolver(std::string object_name, SNES petsc_snes) | IBTK::PETScNewtonKrylovSolver | |
| PETScNewtonKrylovSolver()=delete | IBTK::PETScNewtonKrylovSolver | private |
| PETScNewtonKrylovSolver(const PETScNewtonKrylovSolver &from)=delete | IBTK::PETScNewtonKrylovSolver | private |
| printClassData(std::ostream &stream) | IBTK::GeneralSolver | virtual |
| resetSNESFunction() | IBTK::PETScNewtonKrylovSolver | private |
| resetSNESJacobian() | IBTK::PETScNewtonKrylovSolver | private |
| resetSNESOptions() | IBTK::PETScNewtonKrylovSolver | private |
| resetWrappedSNES(SNES &petsc_snes) | IBTK::PETScNewtonKrylovSolver | private |
| setAbsoluteTolerance(double abs_residual_tol) | IBTK::GeneralSolver | virtual |
| setHierarchyMathOps(SAMRAI::tbox::Pointer< HierarchyMathOps > hier_math_ops) override | IBTK::NewtonKrylovSolver | virtual |
| setHomogeneousBc(bool homogeneous_bc) override | IBTK::NewtonKrylovSolver | virtual |
| setJacobian(SAMRAI::tbox::Pointer< JacobianOperator > J) override | IBTK::PETScNewtonKrylovSolver | virtual |
| setLoggingEnabled(bool enable_logging=true) | IBTK::GeneralSolver | virtual |
| setMaxEvaluations(int max_evaluations) | IBTK::NewtonKrylovSolver | virtual |
| setMaxIterations(int max_iterations) | IBTK::GeneralSolver | virtual |
| setOperator(SAMRAI::tbox::Pointer< GeneralOperator > op) override | IBTK::PETScNewtonKrylovSolver | virtual |
| setOptionsPrefix(const std::string &options_prefix) | IBTK::PETScNewtonKrylovSolver | |
| setRelativeTolerance(double rel_residual_tol) | IBTK::GeneralSolver | virtual |
| setSolutionTime(double solution_time) override | IBTK::NewtonKrylovSolver | virtual |
| setSolutionTolerance(double solution_tol) | IBTK::NewtonKrylovSolver | virtual |
| setTimeInterval(double current_time, double new_time) override | IBTK::NewtonKrylovSolver | virtual |
| solveSystem(SAMRAI::solv::SAMRAIVectorReal< NDIM, double > &x, SAMRAI::solv::SAMRAIVectorReal< NDIM, double > &b) override | IBTK::PETScNewtonKrylovSolver | virtual |
| ~DescribedClass() | SAMRAI::tbox::DescribedClass | virtual |
| ~GeneralSolver()=default | IBTK::GeneralSolver | virtual |
| ~NewtonKrylovSolver()=default | IBTK::NewtonKrylovSolver | virtual |
| ~PETScNewtonKrylovSolver() | IBTK::PETScNewtonKrylovSolver | |