|
dune-grid
2.2.0
|
#include <dune/grid/io/file/vtk/boundaryiterators.hh>
Public Types | |
| typedef GV::Intersection | Cell |
| typedef BoundaryIterator< GV > | CellIterator |
| typedef VTK::Corner< Cell > | Corner |
| typedef VTK::CornerIterator < CellIterator > | CornerIterator |
| typedef Corner | Point |
| typedef CornerIterator | PointIterator |
| typedef NonConformingConnectivityWriter < Cell > | ConnectivityWriter |
| typedef GV::CollectiveCommunication | CollectiveCommunication |
Public Member Functions | |
| NonConformingBoundaryIteratorFactory (const GV &gv_) | |
| CellIterator | beginCells () const |
| CellIterator | endCells () const |
| CornerIterator | beginCorners () const |
| CornerIterator | endCorners () const |
| PointIterator | beginPoints () const |
| PointIterator | endPoints () const |
| ConnectivityWriter | makeConnectivity () const |
| const CollectiveCommunication & | comm () const |
Static Public Attributes | |
| static const unsigned | dimCell = GV::dimension-1 |
| typedef GV::Intersection Dune::VTK::NonConformingBoundaryIteratorFactory< GV >::Cell |
| typedef BoundaryIterator<GV> Dune::VTK::NonConformingBoundaryIteratorFactory< GV >::CellIterator |
| typedef GV::CollectiveCommunication Dune::VTK::NonConformingBoundaryIteratorFactory< GV >::CollectiveCommunication |
| typedef NonConformingConnectivityWriter<Cell> Dune::VTK::NonConformingBoundaryIteratorFactory< GV >::ConnectivityWriter |
| typedef VTK::Corner<Cell> Dune::VTK::NonConformingBoundaryIteratorFactory< GV >::Corner |
| typedef VTK::CornerIterator<CellIterator> Dune::VTK::NonConformingBoundaryIteratorFactory< GV >::CornerIterator |
| typedef Corner Dune::VTK::NonConformingBoundaryIteratorFactory< GV >::Point |
| typedef CornerIterator Dune::VTK::NonConformingBoundaryIteratorFactory< GV >::PointIterator |
| Dune::VTK::NonConformingBoundaryIteratorFactory< GV >::NonConformingBoundaryIteratorFactory | ( | const GV & | gv_ | ) | [inline, explicit] |
| CellIterator Dune::VTK::NonConformingBoundaryIteratorFactory< GV >::beginCells | ( | ) | const [inline] |
| CornerIterator Dune::VTK::NonConformingBoundaryIteratorFactory< GV >::beginCorners | ( | ) | const [inline] |
| PointIterator Dune::VTK::NonConformingBoundaryIteratorFactory< GV >::beginPoints | ( | ) | const [inline] |
| const CollectiveCommunication& Dune::VTK::NonConformingBoundaryIteratorFactory< GV >::comm | ( | ) | const [inline] |
| CellIterator Dune::VTK::NonConformingBoundaryIteratorFactory< GV >::endCells | ( | ) | const [inline] |
| CornerIterator Dune::VTK::NonConformingBoundaryIteratorFactory< GV >::endCorners | ( | ) | const [inline] |
| PointIterator Dune::VTK::NonConformingBoundaryIteratorFactory< GV >::endPoints | ( | ) | const [inline] |
| ConnectivityWriter Dune::VTK::NonConformingBoundaryIteratorFactory< GV >::makeConnectivity | ( | ) | const [inline] |
const unsigned Dune::VTK::NonConformingBoundaryIteratorFactory< GV >::dimCell = GV::dimension-1 [static] |
1.7.6.1