We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c2600 commit 0e767e0Copy full SHA for 0e767e0
README.md
@@ -73,7 +73,8 @@ The package contents itself are in the `eqtools` directory:
73
- `FromArrays.py`: Contains classes to construct equilibria from arrays of data.
74
- `trispline.py`: Contains Python wrappers for the functions defined in `_tricub.pyf`.
75
- `_tricub.c`: C implementation of tricubic spline interpolation.
76
-- `_tricub.pyf`: F2PY wrapper for `_tricub.c`.
+- `_tricub.h`: C header for `_tricub.c` functions.
77
+- `_tricubmodule.c`: Python C-API interface to `_tricub.c`.
78
- `afilereader.py`: Contains classes to read the data from EFIT "a" files.
79
- `pfilereader.py`: Contains classes to read EFIT "p" files.
80
- `eqdskreader.py`: Contains classes to read EFIT eqdsk files.
0 commit comments