Creates buffer function
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(equilibrium_t), | intent(inout) | :: | equi |
Equilibrium |
||
| type(mesh_cart_t), | intent(inout) | :: | mesh |
Mesh within poloidal plane |
||
| character(len=*), | intent(in) | :: | buffer_select |
Type of buffer function |
||
| character(len=*), | intent(in) | :: | buffer_paramfile |
Filename where to read buffer function parameters from |
||
| real(kind=GP), | intent(out), | dimension(mesh%get_n_points()) | :: | cf_buffer |
Buffer function |