Public Member Functions | List of all members
oomph::CompareBoundaryCoordinate< ELEMENT > Class Template Reference

A class to do comparison of the elements by lexicographic ordering, based on the boundary coordinates at the element's first node. More...

#include <face_element_as_geometric_object.h>

Public Member Functions

int operator() (GeneralisedElement *const &element1_pt, GeneralisedElement *const &element2_pt)
 The actual comparison operator. More...
 

Detailed Description

template<class ELEMENT>
class oomph::CompareBoundaryCoordinate< ELEMENT >

A class to do comparison of the elements by lexicographic ordering, based on the boundary coordinates at the element's first node.

Definition at line 182 of file face_element_as_geometric_object.h.

Member Function Documentation

◆ operator()()

template<class ELEMENT >
int oomph::CompareBoundaryCoordinate< ELEMENT >::operator() ( GeneralisedElement *const &  element1_pt,
GeneralisedElement *const &  element2_pt 
)
inline

The actual comparison operator.

Definition at line 186 of file face_element_as_geometric_object.h.

References oomph::FaceElementAsGeomObject< ELEMENT >::zeta_nodal().


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