|
| class(limiter_iso_class) function, pointer | limiter_iso_t::limiter_iso_construct (arz, rc, zc, numin, vgrid, on_edge) |
| | Construct a limiter iso function.
|
| |
| subroutine | limiter_iso_t::limiter_iso_destruct (this) |
| | Deconstruct a limiter_iso object.
|
| |
| real(rprec) function | limiter_iso_t::limiter_iso_get_max_fval (this, num_theta, phi_index, r, z, rphiz_at_max) |
| | Calculates the maximum value of the iso function.
|
| |
| real(rprec) function | limiter_iso_t::limiter_iso_get_value (this, r, z) |
| | Computes the iso value at an r, phi, z position.
|
| |
| character(len=data_name_length) function | limiter_iso_t::limiter_iso_get_type (this) |
| | Gets a discription of the limiter iso type.
|
| |
Contains module limiter_iso_T.