#include <AbstractBoundaryConditionsContainer.hpp>
Public Member Functions | |
bool | operator() (const Node< SPACE_DIM > *const &n1, const Node< SPACE_DIM > *const &n2) |
Definition at line 45 of file AbstractBoundaryConditionsContainer.hpp.
bool LessThanNode< SPACE_DIM >::operator() | ( | const Node< SPACE_DIM > *const & | n1, | |
const Node< SPACE_DIM > *const & | n2 | |||
) | [inline] |
Less-then node index comparison operator.
n1 | pointer to a node | |
n2 | pointer to a node |
Definition at line 53 of file AbstractBoundaryConditionsContainer.hpp.
References Node< SPACE_DIM >::GetIndex().