- Member Dune::GridGlue::Codim0Extractor< GV >::Codim0Extractor (const GV &gv, const ExtractorPredicate< GV, 0 > &descr)
- "Please use a std::function<bool(const Element&, unsigned int)> in favor of the ExtractorPredicate."
- Member Dune::GridGlue::Codim1Extractor< GV >::Codim1Extractor (const GV &gv, const ExtractorPredicate< GV, 1 > &descr)
- "Please use a std::function<bool(const Element&, unsigned int)> in favor of the ExtractorPredicate."
- Member Dune::GridGlue::ContactMerge< dimworld, T >::ContactMerge (const T allowedOverlap, const Dune::VirtualFunction< WorldCoords, WorldCoords > *domainDirections, const Dune::VirtualFunction< WorldCoords, WorldCoords > *targetDirections)
- "Please use a std::function<FieldVector(FieldVector)> to prescribe non-default projections"
- Member Dune::GridGlue::ContactMerge< dimworld, T >::setSurfaceDirections (const Dune::VirtualFunction< WorldCoords, WorldCoords > *domainDirections, const Dune::VirtualFunction< WorldCoords, WorldCoords > *targetDirections)
- "Please use a std::function<FieldVector(FieldVector)> to prescribe non-default projections"
- Member Dune::GridGlue::GridGlue< P0, P1 >::GridGlue (const Grid0Patch &gp0, const Grid1Patch &gp1, Merger *merger)
- "Please use a std::shared_ptr for patches and merger"