![]() |
SPEED
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | get_monitor_value (nb_nod, xq, val, xref, yref, zref, re |
Computes the mean value. | |
subroutine get_monitor_value | ( | integer*4 | nb_nod, |
real*8, dimension(nb_nod) | xq, | ||
real*8, dimension(nb_nod,nb_nod,nb_nod) | val, | ||
real*8 | xref, | ||
real*8 | yref, | ||
real*8 | zref, | ||
re | |||
) |
Computes the mean value.
[in] | nb_nod | number of 1D GLL nodes |
[in] | xq | coor GLL node |
[in] | val | value in each GLL node |
[in] | xref | x-coordinate of the monitor |
[in] | yref | y-coordinate of the monitor |
[in] | zref | z-coordinate of the monitor |
[out] | res | mean value (interpolation) |
Definition at line 32 of file GET_MONITOR_VALUE.f90.
Referenced by compute_sdof_input(), get_max_values(), and write_output().