ug4
lexorder.h File Reference

Go to the source code of this file.

Classes

class  ug::LexOrdering< TAlgebra, TDomain, O_t >
 

Namespaces

 ug
 the ug namespace
 

Functions

template<int dim>
void ug::ComputeLexicographicOrder (std::vector< size_t > &vNewIndex, std::vector< std::pair< MathVector< dim >, size_t > > &vPos, size_t orderDim, bool increasing)
 
template<typename TDomain >
void ug::OrderLex (ApproximationSpace< TDomain > &approxSpace, const char *order)
 orders the all DofDistributions of the ApproximationSpace using lexicographic order More...
 
template<typename TDomain >
void ug::OrderLexForDofDist (SmartPtr< DoFDistribution > dd, ConstSmartPtr< TDomain > domain, size_t orderDim, bool increasing)
 orders the dof distribution using Cuthill-McKee More...