Peano
Loading...
Searching...
No Matches
PlotFilter.h
Go to the documentation of this file.
1// This file is part of the ExaHyPE2 project. For conditions of distribution and
2// use, please see the copyright notice at www.peano-framework.org
3#pragma once
4
6
7#include <vector>
8
9namespace exahype2 {
10 class PlotFilter;
11}
12
std::vector< FilterEntry > _filterEntries
Definition PlotFilter.h:30
void addFilter(FilterEntryTuple newEntry)
Definition PlotFilter.cpp:4
std::tuple< tarch::la::Vector< Dimensions, double >, tarch::la::Vector< Dimensions, double >, int > FilterEntryTuple
Definition PlotFilter.h:37
bool plotPatch(const peano4::datamanagement::CellMarker &marker)
For the generic kernels that I use here most of the time.
Definition CellAccess.h:13
tarch::la::Vector< Dimensions, double > size
Definition PlotFilter.h:25
tarch::la::Vector< Dimensions, double > offset
Definition PlotFilter.h:24
Simple vector class.
Definition Vector.h:150