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)
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)
This file is part of the multigrid project within Peano 4.
Definition __init__.py:1
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:159