IBAMR
An adaptive and distributed-memory parallel implementation of the immersed boundary (IB) method
|
This is the complete list of members for IBTK::BGaussSeidelPreconditioner, including all inherited members.
BGaussSeidelPreconditioner(std::string object_name, SAMRAI::tbox::Pointer< SAMRAI::tbox::Database > input_db, const std::string &default_options_prefix) | IBTK::BGaussSeidelPreconditioner | |
d_abs_residual_tol (defined in IBTK::GeneralSolver) | IBTK::GeneralSolver | protected |
d_current_iterations (defined in IBTK::GeneralSolver) | IBTK::GeneralSolver | protected |
d_current_residual_norm (defined in IBTK::GeneralSolver) | IBTK::GeneralSolver | protected |
d_current_time (defined in IBTK::GeneralSolver) | IBTK::GeneralSolver | protected |
d_enable_logging (defined in IBTK::GeneralSolver) | IBTK::GeneralSolver | protected |
d_hier_math_ops (defined in IBTK::GeneralSolver) | IBTK::GeneralSolver | protected |
d_hier_math_ops_external (defined in IBTK::GeneralSolver) | IBTK::GeneralSolver | protected |
d_homogeneous_bc (defined in IBTK::GeneralSolver) | IBTK::GeneralSolver | protected |
d_initial_guess_nonzero (defined in IBTK::LinearSolver) | IBTK::LinearSolver | protected |
d_is_initialized (defined in IBTK::GeneralSolver) | IBTK::GeneralSolver | protected |
d_max_iterations (defined in IBTK::GeneralSolver) | IBTK::GeneralSolver | protected |
d_new_time (defined in IBTK::GeneralSolver) | IBTK::GeneralSolver | protected |
d_nullspace_basis_vecs (defined in IBTK::LinearSolver) | IBTK::LinearSolver | protected |
d_nullspace_contains_constant_vec (defined in IBTK::LinearSolver) | IBTK::LinearSolver | protected |
d_object_name (defined in IBTK::GeneralSolver) | IBTK::GeneralSolver | protected |
d_rel_residual_tol (defined in IBTK::GeneralSolver) | IBTK::GeneralSolver | protected |
d_solution_time (defined in IBTK::GeneralSolver) | IBTK::GeneralSolver | protected |
deallocateSolverState() override | IBTK::BGaussSeidelPreconditioner | virtual |
GeneralSolver()=default | IBTK::GeneralSolver | |
getAbsoluteTolerance() const | IBTK::GeneralSolver | virtual |
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) (defined in IBTK::GeneralSolver) | 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) (defined in IBTK::GeneralSolver) | IBTK::GeneralSolver | protectedvirtual |
LinearSolver() | IBTK::LinearSolver | |
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 | |
~GeneralSolver()=default | IBTK::GeneralSolver | virtual |
~LinearSolver() | IBTK::LinearSolver | virtual |