ug4
|
#include "common/common.h"
#include "lib_algebra/ordering_strategies/algorithms/native_cuthill_mckee.h"
#include "cuthill_mckee.h"
#include <algorithm>
#include <vector>
#include <queue>
#include "common/profiler/profiler.h"
#include "lib_disc/domain.h"
Namespaces | |
ug | |
the ug namespace | |
Functions | |
template<typename TDomain > | |
void | ug::OrderCuthillMcKee (ApproximationSpace< TDomain > &approxSpace, bool bReverse) |
orders the all DofDistributions of the ApproximationSpace using Cuthill-McKee More... | |
void | ug::OrderCuthillMcKee (DoFDistribution &dofDistr, bool bReverse) |
orders the dof distribution using Cuthill-McKee More... | |