IBAMR
An adaptive and distributed-memory parallel implementation of the immersed boundary (IB) method
Public Member Functions | Friends | List of all members
IBTK::NodeDataSynchronization::SynchronizationTransactionComponent Class Reference

Class NodeDataSynchronization::SynchronizationTransactionComponent encapsulates options for filling ghost cell values via class NodeDataSynchronization. More...

#include </home/runner/work/IBAMR/IBAMR/ibtk/include/ibtk/NodeDataSynchronization.h>

Public Member Functions

 SynchronizationTransactionComponent (int data_idx=invalid_index, const std::string &coarsen_op_name="NONE")
 Default constructor.
 
 SynchronizationTransactionComponent (const SynchronizationTransactionComponent &from)
 Copy constructor. More...
 
SynchronizationTransactionComponentoperator= (const SynchronizationTransactionComponent &that)
 Assignment operator. More...
 
 ~SynchronizationTransactionComponent ()
 Destructor.
 

Friends

class NodeDataSynchronization
 

Detailed Description

Class NodeDataSynchronization::SynchronizationTransactionComponent encapsulates options for filling ghost cell values via class NodeDataSynchronization.

Constructor & Destructor Documentation

◆ SynchronizationTransactionComponent()

IBTK::NodeDataSynchronization::SynchronizationTransactionComponent::SynchronizationTransactionComponent ( const SynchronizationTransactionComponent from)
inline

Copy constructor.

Parameters
fromThe value to copy to this object.

Member Function Documentation

◆ operator=()

SynchronizationTransactionComponent& IBTK::NodeDataSynchronization::SynchronizationTransactionComponent::operator= ( const SynchronizationTransactionComponent that)
inline

Assignment operator.

Parameters
thatThe value to assign to this object.
Returns
A reference to this object.

The documentation for this class was generated from the following file: