V3FIT
|
Contains module limiter. More...
Go to the source code of this file.
Data Types | |
interface | limiter_grid::limiter_grid_class |
Base class representing a limiter signal. More... | |
interface | limiter_grid::limiter_grid_class |
Base class representing a limiter signal. More... | |
Modules | |
module | limiter_grid |
Defines the base class of the type limiter_grid_class. | |
Functions/Subroutines | |
class(limiter_grid_class) function, pointer | limiter_grid::limiter_grid_construct (lgrid_file, on_edge) |
Construct a limiter_grid_class. More... | |
subroutine | limiter_grid::limiter_grid_destruct (this) |
Deconstruct a limiter_grid_class object. More... | |
real(rprec) function | limiter_grid::limiter_grid_get_max_fval (this, num_theta, phi_index, r, z, rphiz_at_max) |
Calculates the maximum value of the grid function. More... | |
character(len=data_name_length) function | limiter_grid::limiter_grid_get_type (this) |
Gets a discription of the limiter grid type. More... | |
Variables | |
character(len= *), parameter | limiter_grid::nc_r0 = 'r0' |
NETCDF r grid start. | |
character(len= *), parameter | limiter_grid::nc_dr = 'dr' |
NETCDF r grid spacing. | |
character(len= *), parameter | limiter_grid::nc_z0 = 'z0' |
NETCDF z grid start. | |
character(len= *), parameter | limiter_grid::nc_dz = 'dz' |
NETCDF z grid spacing. | |
character(len= *), parameter | limiter_grid::nc_phi_angles = 'phi_angles' |
NETCDF grid phi angles. | |
character(len= *), parameter | limiter_grid::nc_iso_grids = 'iso_grids' |
NETCDF grid iso surfaces. | |
Contains module limiter.
Definition in file limiter_grid.f.