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

Contains module bmw_context. More...

Go to the source code of this file.

Data Types

type  bmw_context::bmw_context_class
 Base class representing a bmw context. This contains all memory needed to operate bmw. More...
 
interface  bmw_context::bmw_context_set_up_grid
 Interface to set the unprimed grid. More...
 

Modules

module  bmw_context
 Defines the base class of the type bmw_context_class. This contains the state variables needed by BMW.
 

Functions/Subroutines

type(bmw_context_class) function, pointer bmw_context::bmw_context_construct (mgrid_file_name, wout_file_name, siesta_file_name, flags, num_p, parallel, io_unit)
 Construct a bmw_context_class object. More...
 
subroutine bmw_context::bmw_context_destruct (this)
 Deconstruct a bmw_context_class object. More...
 
subroutine bmw_context::bmw_context_set_up_grid_m (this, p_start, p_end, parallel, io_unit)
 Set the unprimed grid. More...
 
subroutine bmw_context::bmw_context_set_up_grid_a (this, r_grid, z_grid, dphi, parallel, io_unit)
 Set the unprimed grid. More...
 
subroutine bmw_context::bmw_context_init_nc (this, result_file_name, parallel)
 
subroutine bmw_context::bmw_context_write (this, result_file_name, parallel)
 Write NetCDF based result file. More...
 

Variables

integer, parameter bmw_context::series = 2
 Version number.
 

Detailed Description

Contains module bmw_context.

Definition in file bmw_context.f.