![]() |
RFOF - RF Library for Orbit Following Codes
|
#include "config.h"
Go to the source code of this file.
Data Types | |
module | RFOF_diagnostics |
Module handling collection and storage of diagnostics in RFOF. More... | |
type | RFOF_diagnostics::RFOF_cumlative_diagnostics |
Structure including all parameter defining the state of the time-integrated diagnostics in RFOF. More... | |
Functions/Subroutines | |
subroutine | wrap_save2file_resonace_predictions (time, R, phi, z, omega_res, nharm, time_at_resonance, R_at_resonance, phi_at_resonance, z_at_resonance, Dot_omega_res, DotDot_omega_res, MPI_node_Id) |
subroutine wrap_save2file_resonace_predictions |
subroutine wrap_save2file_resonace_predictions | ( | real(8), intent(in) | time, |
real(8), intent(in) | R, | ||
real(8), intent(in) | phi, | ||
real(8), intent(in) | z, | ||
real(8), intent(in) | omega_res, | ||
integer, intent(in) | nharm, | ||
real(8), intent(in) | time_at_resonance, | ||
real(8), intent(in) | R_at_resonance, | ||
real(8), intent(in) | phi_at_resonance, | ||
real(8), intent(in) | z_at_resonance, | ||
real(8), intent(in) | Dot_omega_res, | ||
real(8), intent(in) | DotDot_omega_res, | ||
integer, intent(in) | MPI_node_Id | ||
) |
subroutine wrap_save2file_resonace_predictions
This wrapper enables RFOF_resonance_memory to use save2file_resonace_predictions using an interface. This is needed since RFOF_resonance_memory has to be compiled ahead of RFOF_diagnostics.
Definition at line 905 of file RFOF_diagnostics.F90.
Referenced by RFOF_resonance_memory::estimate_resonance_location().