Home
last modified time | relevance | path

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

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/gridpart/filteredgridpart/
H A Dintersection.hh53 boundaryId_ = filter.intersectionBoundaryId( hostIntersection_ ); in FilteredGridPartIntersection()
57 boundaryId_ = filter.intersectionBoundaryId( hostIntersection_ ); in FilteredGridPartIntersection()
65 int boundaryId () const { return boundaryId_; } in boundaryId()
97 int boundaryId_ = 0; member in Dune::Fem::FilteredGridPartIntersection
/dports/math/dune-metagrid/dune-metagrid-45fe80d530d18d8b86e77f20e38865f2101e571a/dune/grid/multispgrid/
H A Dgrid.hh116 assert( boundaryId_.empty() ); in MultiSPGrid()
137 assert( boundaryId_.empty() ); in MultiSPGrid()
506 assert( boundaryId_.empty() ); in provideBoundaryIds()
508 std::swap( boundaryId, boundaryId_ ); in provideBoundaryIds()
515 if( boundaryId_.empty() ) in boundaryId()
517 return boundaryId_[ intersection.boundarySegmentIndex() ]; in boundaryId()
574 std::vector< int > boundaryId_; member in Dune::MultiSPGrid
/dports/math/dune-foamgrid/dune-foamgrid-43bfdb6181fae187fd803eca935a030d8d5ab0bc/dune/foamgrid/foamgrid/
H A Dfoamgridvertex.hh84 return boundaryId_; in boundaryId()
132 unsigned int boundaryId_; member in Dune::FoamGridEntityImp
H A Dfoamgridedge.hh57 return boundaryId_; in boundaryId()
114 unsigned int boundaryId_; member in Dune::FoamGridEntityImp
H A Dfoamgrid.cc604 (*facet)->sons_[0]->boundaryId_=(*facet)->boundaryId_; in refineSimplexElement()
620 (*facet)->sons_[1]->boundaryId_=(*facet)->boundaryId_; in refineSimplexElement()
834 element.vertex_[c]->sons_[0]->boundaryId_= element.vertex_[c]->boundaryId_; in refineSimplexElement()
1381 facet->boundaryId_= numBoundarySegments_; in removeSimplexElement()