IBAMR  IBAMR version 0.19.
Deprecated List
Member IBAMR::BrinkmanPenalizationStrategy::setBrinkmanCoefficient (double chi)
Use setBrinkmanPenaltyFactor() instead.
Member IBAMR::FEMechanicsBase::setup_system_vector (libMesh::System &system, const std::string &vector_name)
use IBTK::setup_system_vector instead.
Member IBAMR::FEMechanicsBase::setup_system_vectors (libMesh::EquationSystems *equation_systems, const std::vector< std::string > &system_names, const std::vector< std::string > &vector_names)
use IBTK::setup_system_vectors instead.
Member IBAMR::IBMethod::registerLoadBalancer (SAMRAI::tbox::Pointer< SAMRAI::mesh::LoadBalancer< NDIM > > load_balancer, int workload_data_idx) override
This method is no longer necessary with the current workload estimation scheme.
Member IBAMR::IBStrategy::registerLoadBalancer (SAMRAI::tbox::Pointer< SAMRAI::mesh::LoadBalancer< NDIM > > load_balancer, int workload_data_idx)
This method is no longer necessary with the current workload estimation scheme.
Member IBAMR::IBStrategySet::registerLoadBalancer (SAMRAI::tbox::Pointer< SAMRAI::mesh::LoadBalancer< NDIM > > load_balancer, int workload_data_idx) override
This method is no longer necessary with the current workload estimation scheme.
Member IBAMR::IMPMethod::registerLoadBalancer (SAMRAI::tbox::Pointer< SAMRAI::mesh::LoadBalancer< NDIM > > load_balancer, int workload_data_idx) override
This method is no longer necessary with the current workload estimation scheme.
Member IBAMR::INSHierarchyIntegrator::getFluidSourceVariable () const
Use getVelocityDivergenceVariable() instead.
Member IBAMR::INSHierarchyIntegrator::registerFluidSourceFunction (SAMRAI::tbox::Pointer< IBTK::CartGridFunction > Q_fcn)
Use registerVelocityDivergenceFunction() instead.
Member IBTK::EigenAlignedVector
This alias is no longer necessary.
Member IBTK::FEData::setEquationSystems (libMesh::EquationSystems *equation_systems, int level_number)
The equation systems object should be set by the constructor.
Member IBTK::FEDataManager::buildGhostedCoordsVector (bool localize_data=true)
Use buildIBGhostedVector() instead.
Member IBTK::FEDataManager::buildGhostedSolutionVector (const std::string &system_name, bool localize_data=true)
Use buildIBGhostedVector() instead which clones a vector with the same ghost region.
Member IBTK::FEDataManager::setEquationSystems (libMesh::EquationSystems *equation_systems, int level_number)
This function is deprecated since the FEData constructor now requires an EquationSystems argument.
Member IBTK::get_nodal_dof_indices (const libMesh::DofMap &dof_map, const libMesh::Node *const node, const unsigned int variable_n, std::vector< libMesh::dof_id_type > &nodal_indices)
Use DofMap::dof_indices() instead.
Member IBTK::LDataManager::getWorkloadPatchDescriptorIndex () const
This method is deprecated since, in future versions of IBAMR, this value will no longer be stored and will only be available via the parent hierarchy integrator.
Member IBTK::LDataManager::registerLoadBalancer (SAMRAI::tbox::Pointer< SAMRAI::mesh::LoadBalancer< NDIM > > load_balancer, int workload_data_idx)
This method is deprecated since the current strategy for handling non-uniform load balancing does not require that this object store a pointer to the load balancer.
Member IBTK::libMeshWrappers::BoundingBox
Use libMesh::BoundingBox instead.