| BGaussSeidelPreconditioner(std::string object_name, SAMRAI::tbox::Pointer< SAMRAI::tbox::Database > input_db, const std::string &default_options_prefix) | IBTK::BGaussSeidelPreconditioner | |
| BGaussSeidelPreconditioner()=delete | IBTK::BGaussSeidelPreconditioner | private |
| BGaussSeidelPreconditioner(const BGaussSeidelPreconditioner &from)=delete | IBTK::BGaussSeidelPreconditioner | private |
| d_abs_residual_tol | IBTK::GeneralSolver | protected |
| d_current_iterations | IBTK::GeneralSolver | protected |
| d_current_residual_norm | IBTK::GeneralSolver | protected |
| d_current_time | IBTK::GeneralSolver | protected |
| d_enable_logging | IBTK::GeneralSolver | protected |
| d_hier_math_ops | IBTK::GeneralSolver | protected |
| d_hier_math_ops_external | IBTK::GeneralSolver | protected |
| d_homogeneous_bc | IBTK::GeneralSolver | protected |
| d_initial_guess_nonzero | IBTK::LinearSolver | protected |
| d_is_initialized | IBTK::GeneralSolver | protected |
| d_linear_ops_map | IBTK::BGaussSeidelPreconditioner | private |
| d_max_iterations | IBTK::GeneralSolver | protected |
| d_new_time | IBTK::GeneralSolver | protected |
| d_nullspace_basis_vecs | IBTK::LinearSolver | protected |
| d_nullspace_contains_constant_vec | IBTK::LinearSolver | protected |
| d_object_name | IBTK::GeneralSolver | protected |
| d_pc_map | IBTK::BGaussSeidelPreconditioner | private |
| d_rel_residual_tol | IBTK::GeneralSolver | protected |
| d_reverse_order | IBTK::BGaussSeidelPreconditioner | private |
| d_solution_time | IBTK::GeneralSolver | protected |
| d_symmetric_preconditioner | IBTK::BGaussSeidelPreconditioner | private |
| deallocateSolverState() override | IBTK::BGaussSeidelPreconditioner | virtual |
| GeneralSolver()=default | IBTK::GeneralSolver | |
| GeneralSolver(const GeneralSolver &from)=delete | IBTK::GeneralSolver | private |
| getAbsoluteTolerance() const | IBTK::GeneralSolver | virtual |
| getComponentVectors(SAMRAI::tbox::ConstPointer< SAMRAI::solv::SAMRAIVectorReal< NDIM, double > > x) | IBTK::BGaussSeidelPreconditioner | privatestatic |
| getDt() const | IBTK::GeneralSolver | virtual |
| getHierarchyMathOps() const | IBTK::GeneralSolver | virtual |
| getHomogeneousBc() const | IBTK::GeneralSolver | virtual |
| getInitialGuessNonzero() const | IBTK::LinearSolver | virtual |
| getIsInitialized() const | IBTK::GeneralSolver | virtual |
| getLoggingEnabled() const | IBTK::GeneralSolver | virtual |
| getMaxIterations() const | IBTK::GeneralSolver | virtual |
| getName() const | IBTK::GeneralSolver | |
| getNullSpaceBasisVectors() const | IBTK::LinearSolver | virtual |
| getNullSpaceContainsConstantVector() const | IBTK::LinearSolver | virtual |
| getNumIterations() const override | IBTK::BGaussSeidelPreconditioner | virtual |
| getRelativeTolerance() const | IBTK::GeneralSolver | virtual |
| getResidualNorm() const override | IBTK::BGaussSeidelPreconditioner | virtual |
| getSolutionTime() const | IBTK::GeneralSolver | 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::BGaussSeidelPreconditioner | virtual |
| initSpecialized(const std::string &object_name, bool homogeneous_bc) | IBTK::GeneralSolver | protectedvirtual |
| LinearSolver() | IBTK::LinearSolver | |
| LinearSolver(const LinearSolver &from)=delete | IBTK::LinearSolver | private |
| operator=(const BGaussSeidelPreconditioner &that)=delete | IBTK::BGaussSeidelPreconditioner | private |
| printClassData(std::ostream &stream) override | IBTK::LinearSolver | virtual |
| setAbsoluteTolerance(double abs_residual_tol) | IBTK::GeneralSolver | virtual |
| setComponentOperators(const std::vector< SAMRAI::tbox::Pointer< LinearOperator > > &linear_ops, unsigned int component) | IBTK::BGaussSeidelPreconditioner | |
| setComponentPreconditioner(SAMRAI::tbox::Pointer< LinearSolver > preconditioner, unsigned int component) | IBTK::BGaussSeidelPreconditioner | |
| setHierarchyMathOps(SAMRAI::tbox::Pointer< HierarchyMathOps > hier_math_ops) | IBTK::GeneralSolver | virtual |
| setHomogeneousBc(bool homogeneous_bc) | IBTK::GeneralSolver | virtual |
| setInitialGuessNonzero(bool initial_guess_nonzero=true) override | IBTK::BGaussSeidelPreconditioner | virtual |
| setLoggingEnabled(bool enable_logging=true) | IBTK::GeneralSolver | virtual |
| setMaxIterations(int max_iterations) override | IBTK::BGaussSeidelPreconditioner | virtual |
| setNullSpace(bool nullspace_contains_constant_vec, const std::vector< SAMRAI::tbox::Pointer< SAMRAI::solv::SAMRAIVectorReal< NDIM, double > > > &nullspace_basis_vecs=std::vector< SAMRAI::tbox::Pointer< SAMRAI::solv::SAMRAIVectorReal< NDIM, double > > >()) | IBTK::LinearSolver | virtual |
| setRelativeTolerance(double rel_residual_tol) | IBTK::GeneralSolver | virtual |
| setReversedOrder(bool reverse_order) | IBTK::BGaussSeidelPreconditioner | |
| setSolutionTime(double solution_time) | IBTK::GeneralSolver | virtual |
| setSymmetricPreconditioner(bool symmetric_preconditioner) | IBTK::BGaussSeidelPreconditioner | |
| setTimeInterval(double current_time, double new_time) | IBTK::GeneralSolver | virtual |
| solveSystem(SAMRAI::solv::SAMRAIVectorReal< NDIM, double > &x, SAMRAI::solv::SAMRAIVectorReal< NDIM, double > &b) override | IBTK::BGaussSeidelPreconditioner | virtual |
| ~BGaussSeidelPreconditioner() | IBTK::BGaussSeidelPreconditioner | |
| ~DescribedClass() | SAMRAI::tbox::DescribedClass | virtual |
| ~GeneralSolver()=default | IBTK::GeneralSolver | virtual |
| ~LinearSolver() | IBTK::LinearSolver | virtual |