ASPECT
Public Member Functions | List of all members
aspect::Postprocess::VisualizationPostprocessors::SurfaceOnlyVisualization< dim > Class Template Reference
Inheritance diagram for aspect::Postprocess::VisualizationPostprocessors::SurfaceOnlyVisualization< dim >:
Inheritance graph
[legend]

Public Member Functions

virtual ~SurfaceOnlyVisualization ()=default
 

Detailed Description

template<int dim>
class aspect::Postprocess::VisualizationPostprocessors::SurfaceOnlyVisualization< dim >

This class is a tag class: If a visualization postprocessor is derived from it, then this is interpreted as saying that the class will only be used to generate graphical output on the surface of the model, rather than for the entire domain.

Definition at line 330 of file visualization.h.

Constructor & Destructor Documentation

§ ~SurfaceOnlyVisualization()

Destructor. Made virtual to ensure that it is possible to test whether a derived class is derived from this class via a dynamic_cast.


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