A class to communicate the Eulerian body force computed by class IBHierarchyIntegrator to the incompressible Navier-Stokes solver.
#include <ibamr/IBHierarchyIntegrator.h>
|
| const IBHierarchyIntegrator *const | d_ib_solver |
| |
| bool | isTimeDependent () const override |
| |
| void | setDataOnPatchHierarchy (const int data_idx, SAMRAI::tbox::Pointer< SAMRAI::hier::Variable< NDIM > > var, SAMRAI::tbox::Pointer< SAMRAI::hier::PatchHierarchy< NDIM > > hierarchy, const double data_time, const bool initial_time=false, const int coarsest_ln=IBTK::invalid_level_number, const int finest_ln=IBTK::invalid_level_number) override |
| | Set the data on the patch interiors on the specified levels of the patch hierarchy. More...
|
| |
| void | setDataOnPatch (int data_idx, SAMRAI::tbox::Pointer< SAMRAI::hier::Variable< NDIM > > var, SAMRAI::tbox::Pointer< SAMRAI::hier::Patch< NDIM > > patch, double data_time, bool initial_time=false, SAMRAI::tbox::Pointer< SAMRAI::hier::PatchLevel< NDIM > > level=SAMRAI::tbox::Pointer< SAMRAI::hier::PatchLevel< NDIM > >(nullptr)) override |
| |
| | IBEulerianForceFunction ()=delete |
| | Default constructor. More...
|
| |
| | IBEulerianForceFunction (const IBEulerianForceFunction &from)=delete |
| | Copy constructor. More...
|
| |
| IBEulerianForceFunction & | operator= (const IBEulerianForceFunction &that)=delete |
| | Assignment operator. More...
|
| |
◆ IBEulerianForceFunction() [1/3]
| IBAMR::IBHierarchyIntegrator::IBEulerianForceFunction::IBEulerianForceFunction |
( |
const IBHierarchyIntegrator * |
ib_solver | ) |
|
◆ ~IBEulerianForceFunction()
| IBAMR::IBHierarchyIntegrator::IBEulerianForceFunction::~IBEulerianForceFunction |
( |
| ) |
|
|
default |
◆ IBEulerianForceFunction() [2/3]
| IBAMR::IBHierarchyIntegrator::IBEulerianForceFunction::IBEulerianForceFunction |
( |
| ) |
|
|
privatedelete |
- Note
- This constructor is not implemented and should not be used.
◆ IBEulerianForceFunction() [3/3]
| IBAMR::IBHierarchyIntegrator::IBEulerianForceFunction::IBEulerianForceFunction |
( |
const IBEulerianForceFunction & |
from | ) |
|
|
privatedelete |
- Note
- This constructor is not implemented and should not be used.
- Parameters
-
| from | The value to copy to this object. |
◆ isTimeDependent()
| bool IBAMR::IBHierarchyIntegrator::IBEulerianForceFunction::isTimeDependent |
( |
| ) |
const |
|
overridevirtual |
◆ setDataOnPatchHierarchy()
◆ setDataOnPatch()
◆ operator=()
- Note
- This operator is not implemented and should not be used.
- Parameters
-
| that | The value to assign to this object. |
- Returns
- A reference to this object.
◆ setDataOnPatchLevel()
◆ d_ib_solver
◆ d_object_name
| std::string IBTK::CartGridFunction::d_object_name |
|
protectedinherited |
The documentation for this class was generated from the following file: