From ad9f86d569c9330a8084ce9f240e6703e1a3563e Mon Sep 17 00:00:00 2001 From: Richard Nies Date: Thu, 9 Sep 2021 15:29:24 -0400 Subject: [PATCH] Further minor clean-ups. --- Utilities/pythontools/py_spec/output/_processing.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Utilities/pythontools/py_spec/output/_processing.py b/Utilities/pythontools/py_spec/output/_processing.py index a30159b1..43fe0ef2 100644 --- a/Utilities/pythontools/py_spec/output/_processing.py +++ b/Utilities/pythontools/py_spec/output/_processing.py @@ -1,5 +1,6 @@ import numpy as np + def get_grid_and_jacobian_and_metric( self, lvol=0, @@ -164,6 +165,7 @@ def metric( _, _, _, g = get_grid_and_jacobian_and_metric(self, lvol, sarr, tarr, zarr) return g + def get_B( self, lvol=0, @@ -175,6 +177,7 @@ def get_B( Bcontra_and_der = get_B_and_der(self, lvol, jacobian, sarr, tarr, zarr) return Bcontra_and_der[0:3] + def get_s_der_B( self, lvol=0, @@ -186,6 +189,7 @@ def get_s_der_B( Bcontra_and_der = get_B_and_der(self, lvol, jacobian, sarr, tarr, zarr) return Bcontra_and_der[3:6] + def get_t_der_B( self, lvol=0,