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

Contains module limiter. More...

Go to the source code of this file.

Data Types

type  limiter::limiter_class
 Base class representing a limiter signal. More...
 

Modules

module  limiter
 Defines the base class of the type limiter_class.
 

Functions/Subroutines

subroutine limiter::limiter_destruct (this)
 Deconstruct a limiter_class object. More...
 
real(rprec) function, dimension(4) limiter::limiter_get_modeled_signal (this, a_model, sigma, last_value)
 Calculates the modeled signal. More...
 
character(len=data_name_length) function limiter::limiter_get_type (this)
 Gets a discription of the limiter type. More...
 
subroutine limiter::limiter_get_header (this, header)
 Gets a discription of the model and model sigma array indices. More...
 
real(rprec) function limiter::limiter_get_max_fval (this, num_theta, phi_index, r, z, rphiz_at_max)
 Calculates the maximum value of the limiter function. More...
 

Detailed Description

Contains module limiter.

Definition in file limiter.f.