IBAMR
An adaptive and distributed-memory parallel implementation of the immersed boundary (IB) method
IBAMR::KrylovMobilitySolver Member List

This is the complete list of members for IBAMR::KrylovMobilitySolver, including all inherited members.

deallocateSolverState()IBAMR::KrylovMobilitySolver
getPETScKSP() constIBAMR::KrylovMobilitySolver
getStokesSolver() constIBAMR::KrylovMobilitySolver
initializeSolverState(Vec x, Vec b)IBAMR::KrylovMobilitySolver
KrylovMobilitySolver(std::string object_name, SAMRAI::tbox::Pointer< IBAMR::INSStaggeredHierarchyIntegrator > navier_stokes_integrator, SAMRAI::tbox::Pointer< IBAMR::CIBStrategy > cib_strategy, SAMRAI::tbox::Pointer< SAMRAI::tbox::Database > input_db, std::string default_options_prefix, MPI_Comm petsc_comm=PETSC_COMM_WORLD)IBAMR::KrylovMobilitySolver
setInterpScale(const double scale_interp)IBAMR::KrylovMobilitySolver
setKSPType(const std::string &ksp_type)IBAMR::KrylovMobilitySolver
setNormalizeSpreadForce(const bool normalize_force)IBAMR::KrylovMobilitySolver
setOptionsPrefix(const std::string &options_prefix)IBAMR::KrylovMobilitySolver
setPhysicalBcCoefs(const std::vector< SAMRAI::solv::RobinBcCoefStrategy< NDIM > * > &u_bc_coefs, SAMRAI::solv::RobinBcCoefStrategy< NDIM > *p_bc_coef)IBAMR::KrylovMobilitySolver
setPhysicalBoundaryHelper(SAMRAI::tbox::Pointer< IBAMR::StaggeredStokesPhysicalBoundaryHelper > bc_helper)IBAMR::KrylovMobilitySolver
setRegularizeMobilityScale(const double scale_reg_mob)IBAMR::KrylovMobilitySolver
setSolutionTime(double solution_time)IBAMR::KrylovMobilitySolver
setSpreadScale(const double scale_spread)IBAMR::KrylovMobilitySolver
setTimeInterval(double current_time, double new_time)IBAMR::KrylovMobilitySolver
setVelocityPoissonSpecifications(const SAMRAI::solv::PoissonSpecifications &u_problem_coefs)IBAMR::KrylovMobilitySolver
solveSystem(Vec x, Vec b)IBAMR::KrylovMobilitySolver
~KrylovMobilitySolver()IBAMR::KrylovMobilitySolvervirtual