Home
last modified time | relevance | path

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

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/common/
H A Ddofmanager.hh116 template <class IndexSetType, class EntityType> class RemoveIndicesFromSet;
131 RemoveIndicesFromSet <IndexSetType, EntityType> removeIdxObj_;
586 class RemoveIndicesFromSet class
587 : public LocalInlinePlus < RemoveIndicesFromSet<IndexSetType,EntityType> , EntityType >
595 explicit RemoveIndicesFromSet ( IndexSetType & iset ) : indexSet_ (iset) {} in RemoveIndicesFromSet() function in Dune::Fem::RemoveIndicesFromSet