ug4
|
Go to the source code of this file.
Namespaces | |
ug | |
the ug namespace | |
Functions | |
template<class TIndVec > | |
void | ug::GenerateGlobalConsecutiveIndices (TIndVec &indsOut, size_t numLocalInds, const AlgebraLayouts &layouts) |
Generates a set of global consecutive indices. More... | |
template<class TMatrix > | |
void | ug::TestHorizontalAlgebraLayouts (const TMatrix &mat, std::vector< AlgebraID > *algebraIDs=NULL, bool verbose=false) |
Tests layouts by matching master and slave interfaces and by comparing global id's. More... | |