LICENSE
README.md
pyproject.toml
src/gvec_to_python/GVEC_functions.py
src/gvec_to_python/Makefile
src/gvec_to_python/__init__.py
src/gvec_to_python/main.py
src/gvec_to_python/version.py
src/gvec_to_python.egg-info/PKG-INFO
src/gvec_to_python.egg-info/SOURCES.txt
src/gvec_to_python.egg-info/dependency_links.txt
src/gvec_to_python.egg-info/entry_points.txt
src/gvec_to_python.egg-info/requires.txt
src/gvec_to_python.egg-info/top_level.txt
src/gvec_to_python/base/__init__.py
src/gvec_to_python/base/base.py
src/gvec_to_python/base/fbase.py
src/gvec_to_python/base/make_base.py
src/gvec_to_python/base/sbase.py
src/gvec_to_python/console/__init__.py
src/gvec_to_python/console/compile.py
src/gvec_to_python/equilibrium/__init__.py
src/gvec_to_python/equilibrium/profiles.py
src/gvec_to_python/geometry/__init__.py
src/gvec_to_python/geometry/domain.py
src/gvec_to_python/geometry/kernels.py
src/gvec_to_python/hylife/__init__.py
src/gvec_to_python/hylife/utilities_FEEC/__init__.py
src/gvec_to_python/hylife/utilities_FEEC/bsplines.py
src/gvec_to_python/hylife/utilities_FEEC/bsplines_kernels.py
src/gvec_to_python/hylife/utilities_FEEC/spline_space.py
src/gvec_to_python/hylife/utilities_FEEC/basics/__init__.py
src/gvec_to_python/hylife/utilities_FEEC/basics/spline_evaluation_1d.py
src/gvec_to_python/hylife/utilities_FEEC/derivatives/__init__.py
src/gvec_to_python/hylife/utilities_FEEC/derivatives/derivatives.py
src/gvec_to_python/reader/__init__.py
src/gvec_to_python/reader/gvec_reader.py
src/gvec_to_python/testcases/__init__.py
src/gvec_to_python/testcases/circ_tok/CIRC_TOK_State_0000_00010000.dat
src/gvec_to_python/testcases/circ_tok/parameter.ini
src/gvec_to_python/testcases/ellipstell/newBC_E1D6_M6N6/GVEC_ELLIPSTELL_E1D6_M6N6_State_0000_00200000.dat
src/gvec_to_python/testcases/ellipstell/newBC_E1D6_M6N6/parameter.ini
src/gvec_to_python/testcases/ellipstell/newBC_E4D6_M6N6/GVEC_ELLIPSTELL_E4D6_M6N6_State_0001_00200000.dat
src/gvec_to_python/testcases/ellipstell/newBC_E4D6_M6N6/parameter.ini
src/gvec_to_python/testcases/ellipstell_v2/newBC_E1D6_M6N6/GVEC_ELLIPSTELL_V2_State_0000_00200000.dat
src/gvec_to_python/testcases/ellipstell_v2/newBC_E1D6_M6N6/parameter.ini
src/gvec_to_python/testcases/ellipstell_v2/newBC_E4D6_M6N6/GVEC_ELLIPSTELL_V2_State_0000_00200000.dat
src/gvec_to_python/testcases/ellipstell_v2/newBC_E4D6_M6N6/parameter.ini
src/gvec_to_python/testcases/ellipstell_v2/oldBC_E40D5M6N6/GVEC_ELLIPSTELL_V2_State_0000_00200000.dat
src/gvec_to_python/testcases/ellipstell_v2/oldBC_E40D5M6N6/parameter.ini
src/gvec_to_python/util/__init__.py
src/gvec_to_python/util/logger.py
src/gvec_to_python/util/numpy_encoder.py
src/gvec_to_python/writer/__init__.py
src/gvec_to_python/writer/paraview/__init__.py
src/gvec_to_python/writer/paraview/mesh_creator.py
src/gvec_to_python/writer/paraview/vtk_writer.py
tests/test_gvec_domain.py
tests/test_gvec_equil.py
tests/test_gvec_profiles.py
tests/test_splines.py