V3FIT
|
Contains module v3fit_context. More...
Go to the source code of this file.
Data Types | |
type | v3fit_context::v3fit_context_class |
Base class representing a v3fit context. This contains all memory needed to operate v3fit. More... | |
Modules | |
module | v3fit_context |
Defines a v3fit_context_class object to contain all the memory for running v3fit. Contains methods to write memory to disk. | |
Functions/Subroutines | |
type(v3fit_context_class) function, pointer | v3fit_context::v3fit_context_construct (cl_parser) |
Construct a v3fit_context_class object. More... | |
subroutine | v3fit_context::v3fit_context_destruct (this) |
Deconstruct a v3fit_context_class object. More... | |
subroutine | v3fit_context::v3fit_context_resize (this) |
Resize the arrays. More... | |
subroutine | v3fit_context::v3fit_context_create_files (this) |
Create output files. More... | |
subroutine | v3fit_context::v3fit_context_close_files (this) |
Close output files. More... | |
subroutine | v3fit_context::v3fit_context_write (this) |
Write the v3fit_context_class out to disk. More... | |
subroutine | v3fit_context::v3fit_context_write_param_header (this, params, prefix, type_name) |
Write the param_class::correlation header out to disk. More... | |
subroutine | v3fit_context::v3fit_context_init_data (this, eq_steps) |
Initialize the dimensions and variables of the result file. More... | |
subroutine | v3fit_context::v3fit_context_write_step_data (this, first_step, eq_steps) |
Write step data to the defined variables. More... | |
integer function | v3fit_context::v3fit_context_restart (this, current_step) |
Restart the reconstruction. More... | |
Contains module v3fit_context.
Definition in file v3fit_context.f.