V3FIT
Data Types | Modules | Functions/Subroutines
limiter_iso_T.f File Reference

Contains module limiter_iso_T. More...

Go to the source code of this file.

Data Types

interface  limiter_iso_t::limiter_iso_class
 Base class representing a limiter_iso function. More...
 
interface  limiter_iso_t::limiter_iso_class
 Base class representing a limiter_iso function. More...
 

Modules

module  limiter_iso_t
 Defines the base class of the type limiter_iso.
 

Functions/Subroutines

class(limiter_iso_class) function, pointer limiter_iso_t::limiter_iso_construct (arz, rc, zc, numin, vgrid, on_edge)
 Construct a limiter iso function. More...
 
subroutine limiter_iso_t::limiter_iso_destruct (this)
 Deconstruct a limiter_iso object. More...
 
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. More...
 
real(rprec) function limiter_iso_t::limiter_iso_get_value (this, r, z)
 Computes the iso value at an r, phi, z position. More...
 
character(len=data_name_length) function limiter_iso_t::limiter_iso_get_type (this)
 Gets a discription of the limiter iso type. More...
 

Detailed Description

Contains module limiter_iso_T.

Definition in file limiter_iso_T.f.