|
|
procedure | calculate (this, grid_warehouse, profile_warehouse, at_mid_point) |
| | Calculate the cross section.
|
| |
|
procedure | add_points (this, config, data_lambda, data_parameter) |
| | Add points to the cross section grid based on configuration data.
|
| |
|
procedure | pack_size (this, comm) |
| |
|
procedure | mpi_pack (this, buffer, position, comm) |
| |
|
procedure | mpi_unpack (this, buffer, position, comm) |
| |
|
procedure | process_file (this, config, grid_warehouse, parameters) |
| |
| procedure | cross_section_from_config (this, config, grid_warehouse) |
| | Apply cross section data points specified in configuration.
|
| |
| class(cross_section_t) function, pointer | constructor (config, grid_warehouse, profile_warehouse) |
| |
◆ constructor()
◆ cross_section_from_config()
| procedure tuvx_cross_section::cross_section_t::cross_section_from_config |
( |
class(cross_section_t), intent(inout) | this, |
|
|
type(config_t), intent(inout) | config, |
|
|
type(grid_warehouse_t), intent(inout) | grid_warehouse ) |
Apply cross section data points specified in configuration.
- Parameters
-
| [in,out] | this | Cross section calculator |
| [in,out] | config | Configuration data |
| [in,out] | grid_warehouse | Grids |
The documentation for this interface was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/tuv-x/checkouts/latest/src/cross_section.F90