From 6a31bd9f605f5a7466bb2cebaea29f98f95f21fc Mon Sep 17 00:00:00 2001 From: J Dark Date: Thu, 12 Oct 2023 14:28:07 -0400 Subject: [PATCH] import helpers --- festim/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/festim/__init__.py b/festim/__init__.py index c871ab014..0edcfb9ea 100644 --- a/festim/__init__.py +++ b/festim/__init__.py @@ -16,6 +16,8 @@ R = 8.314462618 # Gas constant J.mol-1.K-1 k_B = 8.6173303e-5 # Boltzmann constant eV.K-1 +from .helpers import as_fenics_constant + from .material import Material from .mesh.mesh import Mesh