Peano 4
Loading...
Searching...
No Matches
__init__.py
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
3from .PerformanceData import PerformanceData
4
5from .PerformanceData import extract_grid_construction_times
6from .PerformanceData import extract_times_per_step
7from .PerformanceData import extract_total_time_stepping_times
8from .PerformanceData import load_file_sequence
9
10#from .OverviewPlots import plot_pie_chart_over_simulation_phases
11
12from .TimeseriesPlots import XAxis
13from .TimeseriesPlots import plot_time_step_size_per_step
14from .TimeseriesPlots import plot_runtime_per_step
15from .TimeseriesPlots import plot_updates_per_step
16
17from .utils import linear_runtime_trend_line
18from .utils import next_symbol
19from .utils import next_markevery