heating_parameters_t constructor
More...
◆ heating_parameters_constructor()
heating_parameters_t constructor
- Returns
- Heating parameters for a single photolyzing species
- Parameters
-
| [in,out] | config | Configuration for the photolysis reaction |
◆ mpi_pack()
| procedure tuvx_heating_rates::heating_parameters_t::mpi_pack |
( |
class(heating_parameters_t), intent(in) | this, |
|
|
character, dimension(:), intent(inout) | buffer, |
|
|
integer, intent(inout) | position, |
|
|
integer, intent(in) | comm ) |
Packs the heating parameters into a character buffer.
- Parameters
-
| [in] | this | Heating parameters for a single photolyzing species |
| [in,out] | buffer | Character buffer |
| [in,out] | position | Position in the buffer |
| [in] | comm | MPI communicator |
◆ mpi_unpack()
| procedure tuvx_heating_rates::heating_parameters_t::mpi_unpack |
( |
class(heating_parameters_t), intent(out) | this, |
|
|
character, dimension(:), intent(inout) | buffer, |
|
|
integer, intent(inout) | position, |
|
|
integer, intent(in) | comm ) |
Unpacks the heating parameters from a character buffer.
- Parameters
-
| [out] | this | Heating parameters for a single photolyzing species |
| [in,out] | buffer | Character buffer |
| [in,out] | position | Position in the buffer |
| [in] | comm | MPI communicator |
◆ pack_size()
| procedure tuvx_heating_rates::heating_parameters_t::pack_size |
( |
class(heating_parameters_t), intent(in) | this, |
|
|
integer, intent(in) | comm ) |
Returns the size of a character buffer needed to pack the heating parameters.
- Parameters
-
| [in] | this | Heating parameters for a single photolyzing species |
| [in] | comm | MPI communicator |
- Returns
- Size of the character buffer
The documentation for this interface was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/tuv-x/checkouts/latest/src/heating_rates.F90