Class IBAnchorPointSpec is used to indicate that a particular node of the curvilinear mesh is anchored in place.
More...
#include <ibamr/IBAnchorPointSpec.h>
- Note
- Anchored curvilinear mesh nodes are fixed in space and are not allowed to spread force to the Cartesian grid.
◆ IBAnchorPointSpecFactory
◆ IBAnchorPointSpec() [1/2]
◆ ~IBAnchorPointSpec()
| IBAMR::IBAnchorPointSpec::~IBAnchorPointSpec |
( |
| ) |
|
|
inline |
◆ IBAnchorPointSpec() [2/2]
- Note
- This constructor is not implemented and should not be used.
- Parameters
-
| from | The value to copy to this object. |
◆ registerWithStreamableManager()
| static void IBAMR::IBAnchorPointSpec::registerWithStreamableManager |
( |
| ) |
|
|
static |
- Note
- This method is collective on all MPI processes. This is done to ensure that all processes employ the same class ID for the IBAnchorPointSpec class.
◆ getIsRegisteredWithStreamableManager()
| bool IBAMR::IBAnchorPointSpec::getIsRegisteredWithStreamableManager |
( |
| ) |
|
|
inlinestatic |
◆ getNodeIndex() [1/2]
| int & IBAMR::IBAnchorPointSpec::getNodeIndex |
( |
| ) |
const |
|
inline |
- Returns
- A const reference to the node index.
◆ getNodeIndex() [2/2]
| int& IBAMR::IBAnchorPointSpec::getNodeIndex |
( |
| ) |
|
- Returns
- A non-const reference to the node index.
◆ getStreamableClassID()
| int IBAMR::IBAnchorPointSpec::getStreamableClassID |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ getDataStreamSize()
| size_t IBAMR::IBAnchorPointSpec::getDataStreamSize |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ packStream()
◆ 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.
◆ registerPeriodicShift()
- Note
- A default empty implementation is provided.
◆ STREAMABLE_CLASS_ID
| int IBAMR::IBAnchorPointSpec::STREAMABLE_CLASS_ID |
|
static |
◆ d_node_idx
| int IBAMR::IBAnchorPointSpec::d_node_idx |
|
private |
The Lagrangian index of the anchored curvilinear mesh node.
The documentation for this class was generated from the following files: