Home
last modified time | relevance | path

Searched refs:lastMultiIndex (Results 1 – 1 of 1) sorted by relevance

/dports/math/dune-functions/dune-functions-1882b3ec0a14b211dd077f0d5e6455495e28c35d/dune/functions/functionspacebases/test/
H A Dbasistest.hh95 auto lastMultiIndex = *it; in checkBasisIndexTreeConsistency() local
98 test.require(lastMultiIndex.size()>0, "multi-index size check") in checkBasisIndexTreeConsistency()
102 for (decltype(lastMultiIndex.size()) i = 0; i<lastMultiIndex.size(); ++i) in checkBasisIndexTreeConsistency()
104 test.require(lastMultiIndex[i] == 0, "smallest index check") in checkBasisIndexTreeConsistency()
105 << "smallest index contains non-zero entry " << lastMultiIndex[i] << " in position " << i; in checkBasisIndexTreeConsistency()
118 test.check(multiIndicesConsecutive(lastMultiIndex, multiIndex), "consecutive index check") in checkBasisIndexTreeConsistency()
119 …<< "multi-indices " << lastMultiIndex << " and " << multiIndex << " are subsequent but not consecu… in checkBasisIndexTreeConsistency()
121 lastMultiIndex = multiIndex; in checkBasisIndexTreeConsistency()