IBAMR
An adaptive and distributed-memory parallel implementation of the immersed boundary (IB) method
|
This is the complete list of members for IBTK::GeneralOperator, including all inherited members.
apply(SAMRAI::solv::SAMRAIVectorReal< NDIM, double > &x, SAMRAI::solv::SAMRAIVectorReal< NDIM, double > &y)=0 | IBTK::GeneralOperator | pure virtual |
applyAdd(SAMRAI::solv::SAMRAIVectorReal< NDIM, double > &x, SAMRAI::solv::SAMRAIVectorReal< NDIM, double > &y, SAMRAI::solv::SAMRAIVectorReal< NDIM, double > &z) | IBTK::GeneralOperator | virtual |
d_current_time (defined in IBTK::GeneralOperator) | IBTK::GeneralOperator | protected |
d_enable_logging (defined in IBTK::GeneralOperator) | IBTK::GeneralOperator | protected |
d_hier_math_ops (defined in IBTK::GeneralOperator) | IBTK::GeneralOperator | protected |
d_hier_math_ops_external (defined in IBTK::GeneralOperator) | IBTK::GeneralOperator | protected |
d_homogeneous_bc (defined in IBTK::GeneralOperator) | IBTK::GeneralOperator | protected |
d_is_initialized (defined in IBTK::GeneralOperator) | IBTK::GeneralOperator | protected |
d_new_time (defined in IBTK::GeneralOperator) | IBTK::GeneralOperator | protected |
d_object_name (defined in IBTK::GeneralOperator) | IBTK::GeneralOperator | protected |
d_solution_time (defined in IBTK::GeneralOperator) | IBTK::GeneralOperator | protected |
deallocateOperatorState() | IBTK::GeneralOperator | virtual |
GeneralOperator(std::string object_name, bool homogeneous_bc=false) | IBTK::GeneralOperator | |
getDt() const | IBTK::GeneralOperator | virtual |
getHierarchyMathOps() const | IBTK::GeneralOperator | virtual |
getHomogeneousBc() const | IBTK::GeneralOperator | virtual |
getIsInitialized() const | IBTK::GeneralOperator | virtual |
getLoggingEnabled() const | IBTK::GeneralOperator | virtual |
getName() const | IBTK::GeneralOperator | |
getSolutionTime() const | IBTK::GeneralOperator | virtual |
getTimeInterval() const | IBTK::GeneralOperator | virtual |
imposeSolBcs(SAMRAI::solv::SAMRAIVectorReal< NDIM, double > &u) | IBTK::GeneralOperator | virtual |
initializeOperatorState(const SAMRAI::solv::SAMRAIVectorReal< NDIM, double > &in, const SAMRAI::solv::SAMRAIVectorReal< NDIM, double > &out) | IBTK::GeneralOperator | virtual |
modifyRhsForBcs(SAMRAI::solv::SAMRAIVectorReal< NDIM, double > &y) | IBTK::GeneralOperator | virtual |
printClassData(std::ostream &stream) | IBTK::GeneralOperator | virtual |
setHierarchyMathOps(SAMRAI::tbox::Pointer< HierarchyMathOps > hier_math_ops) | IBTK::GeneralOperator | virtual |
setHomogeneousBc(bool homogeneous_bc) | IBTK::GeneralOperator | virtual |
setLoggingEnabled(bool enable_logging=true) | IBTK::GeneralOperator | virtual |
setSolutionTime(double solution_time) | IBTK::GeneralOperator | virtual |
setTimeInterval(double current_time, double new_time) | IBTK::GeneralOperator | virtual |
~GeneralOperator() | IBTK::GeneralOperator | virtual |