From 251920a01a5415d974170ddcbf48e88b0ea9f65e Mon Sep 17 00:00:00 2001 From: Lorenzo Giacomel <47607756+lgiacome@users.noreply.github.com> Date: Mon, 16 May 2022 18:37:15 +0200 Subject: Add STL files support in pywarpx (#3089) * Added STL files support in pywarpx * Add new EB bucket * Added name to file headers * Fixing year in file headers * Checking that stl file and imp function are not both specified * Renamed EB bucket to EB2 * Adding STL documentation * Implement suggestions from code review Co-authored-by: lgiacome --- Python/pywarpx/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Python/pywarpx/__init__.py') diff --git a/Python/pywarpx/__init__.py b/Python/pywarpx/__init__.py index a41b50dc9..5590c7d6f 100644 --- a/Python/pywarpx/__init__.py +++ b/Python/pywarpx/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2016-2019 Andrew Myers, David Grote +# Copyright 2016-2022 Andrew Myers, David Grote, Lorenzo Giacomel # # This file is part of WarpX. # @@ -10,6 +10,7 @@ from .Boundary import boundary from .Collisions import collisions from .Constants import my_constants from .Diagnostics import diagnostics +from .EB2 import eb2 from .Geometry import geometry from .Interpolation import interpolation from .Langmuirwave import langmuirwave -- cgit v1.2.3