IBAMR  IBAMR version 0.19.
Public Member Functions | Private Attributes | List of all members
IBTK::LNodeIndexPosnEqual Class Reference

Comparison functor to check for equality between LNodeIndex objects based on their positions.

#include <ibtk/LNodeIndex.h>

Public Member Functions

 LNodeIndexPosnEqual (const boost::multi_array_ref< double, 2 > &X_ghosted_local_form_array)
 
 ~LNodeIndexPosnEqual ()
 
bool operator() (const LNodeIndex &lhs, const LNodeIndex &rhs) const
 
bool operator() (const LNodeIndex *lhs, const LNodeIndex *rhs) const
 

Private Attributes

const boost::multi_array_ref< double, 2 > *const d_X_ghosted_local_form_array
 

Constructor & Destructor Documentation

◆ LNodeIndexPosnEqual()

IBTK::LNodeIndexPosnEqual::LNodeIndexPosnEqual ( const boost::multi_array_ref< double, 2 > &  X_ghosted_local_form_array)
inline

◆ ~LNodeIndexPosnEqual()

IBTK::LNodeIndexPosnEqual::~LNodeIndexPosnEqual ( )
inline

Member Function Documentation

◆ operator()() [1/2]

bool IBTK::LNodeIndexPosnEqual::operator() ( const LNodeIndex lhs,
const LNodeIndex rhs 
) const
inline

◆ operator()() [2/2]

bool IBTK::LNodeIndexPosnEqual::operator() ( const LNodeIndex lhs,
const LNodeIndex rhs 
) const
inline

Member Data Documentation

◆ d_X_ghosted_local_form_array

const boost::multi_array_ref<double, 2>* const IBTK::LNodeIndexPosnEqual::d_X_ghosted_local_form_array
private

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