Public Member Functions | List of all members
FiniteElementComp Class Reference

Function-type-object to compare finite elements based on their x coordinate. More...

Public Member Functions

bool operator() (FiniteElement *const &el1_pt, FiniteElement *const &el2_pt) const
 Comparison. Is x coordinate of el1_pt less than that of el2_pt? More...
 
bool operator() (FiniteElement *const &el1_pt, FiniteElement *const &el2_pt) const
 Comparison. Is x coordinate of el1_pt less than that of el2_pt? More...
 

Detailed Description

Function-type-object to compare finite elements based on their x coordinate.

/////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////

Function-type-object to compare finite elements based on their x coordinate

Definition at line 47 of file prescribed_displ_lagr_mult.cc.

Member Function Documentation

◆ operator()() [1/2]

bool FiniteElementComp::operator() ( FiniteElement *const &  el1_pt,
FiniteElement *const &  el2_pt 
) const
inline

Comparison. Is x coordinate of el1_pt less than that of el2_pt?

Definition at line 53 of file prescribed_displ_lagr_mult.cc.

◆ operator()() [2/2]

bool FiniteElementComp::operator() ( FiniteElement *const &  el1_pt,
FiniteElement *const &  el2_pt 
) const
inline

Comparison. Is x coordinate of el1_pt less than that of el2_pt?

Definition at line 200 of file prescribed_displ_lagr_mult_precond.cc.


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