aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx/Interpolation.py
blob: d25539de77bf60d763cb3b5f2f436b03624f5467 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright 2016 David Grote
#
# This file is part of WarpX.
#
# License: BSD-3-Clause-LBNL

from .Bucket import Bucket

interpolation = Bucket('interpolation')