dune-pdelab  2.7-git
Public Types | List of all members
Dune::PDELab::GridFunctionOutputParameters::Output Struct Reference

Namespace for output-related data types and enums. More...

#include <dune/pdelab/common/function.hh>

Public Types

enum  DataSetType { vertexData , cellData }
 The type of the data set. More...
 

Detailed Description

Namespace for output-related data types and enums.

Member Enumeration Documentation

◆ DataSetType

The type of the data set.

This information can be used by a VTKWriter to pick the correct VTK data set type.

Enumerator
vertexData 

A data set with vertex values.

cellData 

A data set with cell values.


The documentation for this struct was generated from the following file: