Reference documentation for deal.II version 9.1.1
|
#include <deal.II/dofs/dof_renumbering.h>
Public Member Functions | |
ComparePointwiseDownstream (const Tensor< 1, dim > &dir) | |
bool | operator() (const std::pair< Point< dim >, types::global_dof_index > &c1, const std::pair< Point< dim >, types::global_dof_index > &c2) const |
Private Attributes | |
const Tensor< 1, dim > | dir |
Point based comparator for downstream directions: it returns true
if the second point is downstream of the first one with respect to the direction given to the constructor. If the points are the same with respect to the downstream direction, the point with the lower DoF number is considered smaller.
Definition at line 387 of file dof_renumbering.h.
|
inline |
Constructor.
Definition at line 392 of file dof_renumbering.h.
|
inline |
Return true if c1 less c2.
Definition at line 399 of file dof_renumbering.h.
|
private |
Flow direction.
Definition at line 410 of file dof_renumbering.h.