Reference documentation for deal.II version 9.6.0
|
Public Member Functions | |
ClockCells (const Point< dim > ¢er, bool counter) | |
template<class DHCellIterator > | |
bool | operator() (const DHCellIterator &c1, const DHCellIterator &c2) const |
Public Attributes | |
const Point< dim > & | center |
bool | counter |
Private Member Functions | |
template<class DHCellIterator , int xdim> | |
bool | compare (const DHCellIterator &c1, const DHCellIterator &c2, std::integral_constant< int, xdim >) const |
template<class DHCellIterator > | |
bool | compare (const DHCellIterator &, const DHCellIterator &, std::integral_constant< int, 1 >) const |
Definition at line 1952 of file dof_renumbering.cc.
|
inline |
Constructor.
Definition at line 1966 of file dof_renumbering.cc.
|
inline |
Comparison operator
Definition at line 1976 of file dof_renumbering.cc.
|
inlineprivate |
Comparison operator for dim>=2
Definition at line 1989 of file dof_renumbering.cc.
|
inlineprivate |
Comparison operator for dim==1 where this function makes no sense
Definition at line 2007 of file dof_renumbering.cc.
const Point<dim>& DoFRenumbering::internal::ClockCells< dim >::center |
Center of rotation.
Definition at line 1957 of file dof_renumbering.cc.
bool DoFRenumbering::internal::ClockCells< dim >::counter |
Revert sorting order.
Definition at line 1961 of file dof_renumbering.cc.