![]() |
V3FIT
|
Contains module v3rfun_context. More...
Go to the source code of this file.
Data Types | |
type | v3rfun_context::v3rfun_context_class |
Base class representing a v3rfun context. This contains all memory needed to operate v3rfun. More... | |
Modules | |
module | v3rfun_context |
Defines a v3rfun_context_class object to contain all the memory for running v3rfun. | |
Functions/Subroutines | |
type(v3rfun_context_class) function, pointer | v3rfun_context::v3rfun_context_construct (filename) |
Construct a v3rfun_context_class object. More... | |
subroutine | v3rfun_context::v3rfun_context_construct_field_coils (this) |
Construct and initialize the field coil objects. More... | |
subroutine | v3rfun_context::v3rfun_context_construct_responce_grids (this) |
Allocate and initialize the response function arrays. More... | |
subroutine | v3rfun_context::v3rfun_context_destruct (this) |
Deconstruct a v3rfun_context_class object. More... | |
subroutine | v3rfun_context::v3rfun_context_write_mrf (this, d_coil, id_num) |
Write out a magnetic coil response function. More... | |
subroutine | v3rfun_context::v3rfun_context_write_point (this, d_coil, id_num) |
Write out a point probe response. More... | |
real(rprec) function, dimension(3), private | v3rfun_context::cart2cyl_v (vcart, phi) |
Converts a vector from Cartesian coordinates to cylindrical coordinates. More... | |
Variables | |
character(len= *), parameter | v3rfun_context::code_name = 'V3RFUN' |
Name of this code. | |
Contains module v3rfun_context.
Definition in file v3rfun_context.f.