deal.II version GIT relicensing-2165-gc91f007519 2024-11-20 01:40:00+00:00
|
#include <deal.II/dofs/dof_renumbering.h>
Public Member Functions | |
CompareDownstream (const Tensor< 1, dim > &dir) | |
bool | operator() (const Iterator &c1, const Iterator &c2) const |
Private Attributes | |
const Tensor< 1, dim > | dir |
Direction based comparator for cell iterators: it returns true
if the center of the second cell is downstream of the center of the first one with respect to the direction given to the constructor.
Definition at line 363 of file dof_renumbering.h.
|
inline |
Constructor.
Definition at line 368 of file dof_renumbering.h.
|
inline |
Return true if c1 less c2.
Definition at line 375 of file dof_renumbering.h.
|
private |
Flow direction.
Definition at line 385 of file dof_renumbering.h.