Home
last modified time | relevance | path

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

/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/uggrid/
H A Duggridintersections.hh96 UG_NS<dim>::Set_Current_BVP(gridImp_->multigrid_->theBVP); in boundarySegmentIndex()
279 UG_NS<dim>::Set_Current_BVP(gridImp_->multigrid_->theBVP); in boundarySegmentIndex()
H A Duggrid.cc116 UG_NS<dim>::Set_Current_BVP(multigrid_->theBVP); in ~UGGrid()
267 UG_NS<dim>::Set_Current_BVP(multigrid_->theBVP); in adapt()
H A Dugwrapper.hh1064 static void Set_Current_BVP(void** thisBVP) { in Set_Current_BVP() function in Dune::UG_NS
1065 UG_NAMESPACE ::Set_Current_BVP(thisBVP); in Set_Current_BVP()
/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/domain/
H A Ddomain.h297 void Set_Current_BVP(BVP* theBVP);
H A Dstd_domain.cc1343 Set_Current_BVP(BVP* theBVP) in Set_Current_BVP() function
/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/parallel/dddif/
H A Dtrans.cc761 Set_Current_BVP(theMG->theBVP); in TransferGridFromLevel()