|
The Open FUSION Toolkit 1.0.0-beta6
Modeling tools for plasma and fusion research and engineering
|
Interpolation class for Grad-Shafranov fields.
Public Member Functions | |
| __del__ (self) | |
| __init__ (self, tMaker_obj, int_obj, int_type, dim, fbary_tol=1.E-8) | |
| Initialize interpolation object. | |
| eval (self, pt) | |
| Evaluate field at a given location. | |
Public Attributes | |
| cell | |
| dim_eval | |
| dim_return | |
| fbary_tol | |
| int_type | |
| val | |
Protected Attributes | |
| _int_obj | |
| _tMaker_obj | |
| __init__ | ( | self, | |
| tMaker_obj, | |||
| int_obj, | |||
| int_type, | |||
| dim, | |||
fbary_tol = 1.E-8 |
|||
| ) |
Initialize interpolation object.
| tMaker_obj | Address of FORTRAN TokaMaker class |
| int_obj | Address of FORTRAN interpolation class |
| int_type | Interpolation type (see get_field_eval) |
| dim | Dimension of vector field |
| fbary_tol | Tolerance for physical to logical mapping |
| __del__ | ( | self | ) |
Destroy underlying interpolation object
| eval | ( | self, | |
| pt | |||
| ) |
Evaluate field at a given location.
| pt | Location for evaluation [2] |
|
protected |
|
protected |
| cell |
| dim_eval |
| dim_return |
| fbary_tol |
| int_type |
| val |