Home
last modified time | relevance | path

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

/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/
H A Duggrid.hh151 UGGridLevelIndexSet< const UGGrid<dim> >,
223 friend class UGGridLevelIndexSet<const UGGrid<dim> >;
680 std::vector<std::shared_ptr<UGGridLevelIndexSet<const UGGrid<dim> > > > levelIndexSets_;
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/uggrid/
H A Duggridindexsets.cc11 void UGGridLevelIndexSet<GridImp>::update(const GridImp& grid, int level, std::vector<unsigned int>… in update()
373 template class UGGridLevelIndexSet<const UGGrid<2> >; variable
374 template class UGGridLevelIndexSet<const UGGrid<3> >; variable
H A Duggridindexsets.hh19 class UGGridLevelIndexSet : public IndexSet<GridImp,UGGridLevelIndexSet<GridImp>, UG::UINT> class
33 UGGridLevelIndexSet () in UGGridLevelIndexSet() function in Dune::UGGridLevelIndexSet
H A Duggridentity.hh61 friend class UGGridLevelIndexSet;
H A Duggridfactory.cc506 grid_->levelIndexSets_[0] = std::make_shared<UGGridLevelIndexSet<const UGGrid<dimworld> > >(); in createGrid()
H A Duggrid.cc699 levelIndexSets_.push_back(std::make_shared<UGGridLevelIndexSet<const UGGrid<dim> > >()); in setIndices()