Peano
__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
3 from .acoustic_planar_waves import AcousticPlanarWaves
4 from .advection_linear import AdvectionLinear
5 from .elastic_planar_waves import ElasticPlanarWaves
6 from .euler_gaussian_bell import EulerGaussianBell
7 from .euler_isotropic_vortex import EulerIsotropicVortex
8 from .swe_radial_dam_break import SWERadialDamBreak
9 from .swe_resting_lake import SWERestingLake