Class IBSourceSpec encapsulates the data required to initialize distributed internal sources and sinks.
#include <ibamr/IBSourceSpec.h>
◆ IBSourceSpecFactory
◆ IBSourceSpec() [1/2]
◆ ~IBSourceSpec()
| IBAMR::IBSourceSpec::~IBSourceSpec |
( |
| ) |
|
|
inline |
◆ IBSourceSpec() [2/2]
| IBAMR::IBSourceSpec::IBSourceSpec |
( |
const IBSourceSpec & |
from | ) |
|
|
privatedelete |
- Note
- This constructor is not implemented and should not be used.
- Parameters
-
| from | The value to copy to this object. |
◆ registerWithStreamableManager()
| static void IBAMR::IBSourceSpec::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 IBSourceSpec class.
◆ getIsRegisteredWithStreamableManager()
| bool IBAMR::IBSourceSpec::getIsRegisteredWithStreamableManager |
( |
| ) |
|
|
inlinestatic |
◆ getMasterNodeIndex() [1/2]
| int & IBAMR::IBSourceSpec::getMasterNodeIndex |
( |
| ) |
const |
|
inline |
- Returns
- A const reference to the master node index.
◆ getMasterNodeIndex() [2/2]
| int& IBAMR::IBSourceSpec::getMasterNodeIndex |
( |
| ) |
|
- Returns
- A non-const reference to the master node index.
◆ getSourceIndex() [1/2]
| int & IBAMR::IBSourceSpec::getSourceIndex |
( |
| ) |
const |
|
inline |
- Returns
- A const reference to the source index associated with the master node.
◆ getSourceIndex() [2/2]
| int& IBAMR::IBSourceSpec::getSourceIndex |
( |
| ) |
|
- Returns
- A non-const reference to the source index associated with the master node.
◆ getStreamableClassID()
| int IBAMR::IBSourceSpec::getStreamableClassID |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ getDataStreamSize()
| size_t IBAMR::IBSourceSpec::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::IBSourceSpec::STREAMABLE_CLASS_ID |
|
static |
◆ d_master_idx
| int IBAMR::IBSourceSpec::d_master_idx |
|
private |
Data required to define the source.
◆ d_source_idx
| int IBAMR::IBSourceSpec::d_source_idx |
|
private |
The documentation for this class was generated from the following files: