Conforming intersection writer. More...
#include <dumux/io/vtk/intersectionwriter.hh>
Conforming intersection writer.
Public Types | |
using | Cell = typename GridView::Intersection |
using | CellIterator = GridIntersectionIterator< GridView > |
using | Corner = Dune::VTK::Corner< Cell > |
using | CornerIterator = Dune::VTK::CornerIterator< CellIterator > |
using | Point = Corner |
using | PointIterator = CornerIterator |
using | ConnectivityWriter = Dune::VTK::NonConformingConnectivityWriter< Cell > |
using | Communication = typename GridView::CollectiveCommunication |
Public Member Functions | |
ConformingIntersectionWriter (const GridView &gridView, const std::string ¶mGroup="") | |
template<class F , class Mapper = decltype(getStandardMapper())> | |
auto | makeSkeletonFunction (const F &f, const Mapper &mapper=getStandardMapper()) const |
template<class Func > | |
void | addCellData (const std::shared_ptr< Func > &p, const std::string &name) |
template<class Func > | |
void | addCellData (Func *p, const std::string &name) |
template<class F > | |
void | addField (const F &field, const std::string &name) |
template<class Func > | |
void | addPointData (const std::shared_ptr< Func > &p, const std::string &name) |
template<class Func > | |
void | addPointData (Func *p, const std::string &name) |
std::string | write (const std::string &name, Dune::VTK::OutputType outputType=Dune::VTK::OutputType::ascii) |
CellIterator | beginCells () const |
CellIterator | endCells () const |
CornerIterator | beginCorners () const |
CornerIterator | endCorners () const |
PointIterator | beginPoints () const |
PointIterator | endPoints () const |
ConnectivityWriter | makeConnectivity () const |
const Communication & | comm () const |
Static Public Member Functions | |
static auto | getStandardMapper () |
Static Public Attributes | |
static constexpr auto | dimCell = GridView::dimension-1 |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlinestatic |
|
inlineinherited |
|
inline |
|
inline |
|
staticconstexprinherited |