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

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

#include </home/runner/work/IBAMR/IBAMR/ibtk/include/ibtk/EdgeDataSynchronization.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 EdgeDataSynchronization
 

Detailed Description

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

Constructor & Destructor Documentation

◆ SynchronizationTransactionComponent()

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

Copy constructor.

Parameters
fromThe value to copy to this object.

Member Function Documentation

◆ operator=()

SynchronizationTransactionComponent& IBTK::EdgeDataSynchronization::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: