dune-grid
2.6-git
|
This is the complete list of members for Dune::SubsamplingVTKWriter< GridView >, including all inherited members.
Dune::VTKWriter::addCellData(const std::shared_ptr< const VTKFunction > &p) | Dune::VTKWriter< GridView > | inline |
Dune::VTKWriter::addCellData(F &&f, VTK::FieldInfo vtkFieldInfo) | Dune::VTKWriter< GridView > | inline |
Dune::VTKWriter::addCellData(const Container &v, const std::string &name, int ncomps=1) | Dune::VTKWriter< GridView > | inline |
Dune::VTKWriter::addVertexData(const std::shared_ptr< const VTKFunction > &p) | Dune::VTKWriter< GridView > | inline |
Dune::VTKWriter::addVertexData(F &&f, VTK::FieldInfo vtkFieldInfo) | Dune::VTKWriter< GridView > | inline |
Dune::VTKWriter::addVertexData(const Container &v, const std::string &name, int ncomps=1) | Dune::VTKWriter< GridView > | inline |
cellBegin() const | Dune::VTKWriter< GridView > | inlineprotected |
celldata | Dune::VTKWriter< GridView > | protected |
cellEnd() const | Dune::VTKWriter< GridView > | inlineprotected |
checkForPolyhedralCells() const | Dune::VTKWriter< GridView > | inlineprotected |
clear() | Dune::VTKWriter< GridView > | inline |
cornerBegin() const | Dune::VTKWriter< GridView > | inlineprotected |
cornerEnd() const | Dune::VTKWriter< GridView > | inlineprotected |
countEntities(int &nvertices, int &ncells, int &ncorners) | Dune::SubsamplingVTKWriter< GridView > | protectedvirtual |
fillFacesForElement(const Entity &element, const IndexSet &indexSet, const std::vector< T > &vertices, T &offset, std::vector< T > &faces, std::vector< T > &faceOffsets) | Dune::VTKWriter< GridView > | inlineprotectedstatic |
fillFaceVertices(CornerIterator it, const CornerIterator end, const IndexSet &indexSet, std::vector< T > &faces, std::vector< T > &faceOffsets) | Dune::VTKWriter< GridView > | inlineprotected |
getDataNames(const T &data) const | Dune::VTKWriter< GridView > | inlineprotected |
getFormatString() const | Dune::VTKWriter< GridView > | inlineprotected |
getParallelHeaderName(const std::string &name, const std::string &path, int commSize) const | Dune::VTKWriter< GridView > | inlineprotected |
getParallelPieceName(const std::string &name, const std::string &path, int commRank, int commSize) const | Dune::VTKWriter< GridView > | inlineprotected |
getSerialPieceName(const std::string &name, const std::string &path) const | Dune::VTKWriter< GridView > | inlineprotected |
getTypeString() const | Dune::VTKWriter< GridView > | inlineprotected |
gridView_ | Dune::VTKWriter< GridView > | protected |
ncells | Dune::VTKWriter< GridView > | protected |
ncorners | Dune::VTKWriter< GridView > | protected |
nvertices | Dune::VTKWriter< GridView > | protected |
outputtype | Dune::VTKWriter< GridView > | protected |
pwrite(const std::string &name, const std::string &path, const std::string &extendpath, VTK::OutputType type=VTK::ascii) | Dune::VTKWriter< GridView > | inline |
pwrite(const std::string &name, const std::string &path, const std::string &extendpath, VTK::OutputType ot, const int commRank, const int commSize) | Dune::VTKWriter< GridView > | inlineprotected |
SubsamplingVTKWriter(const GridView &gridView, Dune::RefinementIntervals intervals_, bool coerceToSimplex_=false) | Dune::SubsamplingVTKWriter< GridView > | inlineexplicit |
SubsamplingVTKWriter(const GridView &gridView, int level_, bool coerceToSimplex_=false) | Dune::SubsamplingVTKWriter< GridView > | inlineexplicit |
vertexBegin() const | Dune::VTKWriter< GridView > | inlineprotected |
vertexdata | Dune::VTKWriter< GridView > | protected |
vertexEnd() const | Dune::VTKWriter< GridView > | inlineprotected |
VTKFunction typedef | Dune::VTKWriter< GridView > | |
VTKWriter(const GridView &gridView, VTK::DataMode dm=VTK::conforming) | Dune::VTKWriter< GridView > | inlineexplicit |
write(const std::string &name, VTK::OutputType type=VTK::ascii) | Dune::VTKWriter< GridView > | inline |
write(const std::string &name, VTK::OutputType type, const int commRank, const int commSize) | Dune::VTKWriter< GridView > | inlineprotected |
writeCellData(VTK::VTUWriter &writer) | Dune::SubsamplingVTKWriter< GridView > | protectedvirtual |
writeCellFaces(VTK::VTUWriter &writer) | Dune::VTKWriter< GridView > | inlineprotectedvirtual |
Dune::VTKWriter::writeData(VTK::VTUWriter &writer, const Data &data, const Iterator begin, const Iterator end, int nentries) | Dune::VTKWriter< GridView > | inlineprotected |
writeGridCells(VTK::VTUWriter &writer) | Dune::SubsamplingVTKWriter< GridView > | protectedvirtual |
writeGridPoints(VTK::VTUWriter &writer) | Dune::SubsamplingVTKWriter< GridView > | protectedvirtual |
writeVertexData(VTK::VTUWriter &writer) | Dune::SubsamplingVTKWriter< GridView > | protectedvirtual |
~VTKWriter() | Dune::VTKWriter< GridView > | inlinevirtual |