(git:c5411e0)
Loading...
Searching...
No Matches
averages_types::get_averages Interface Reference

Public Member Functions

subroutine get_averages_rs (avg, add, delta_t)
 computes the averages - low level for REAL
 
subroutine get_averages_rv (avg, add, delta_t)
 computes the averages - low level for REAL vector
 
subroutine get_averages_rm (avg, add, delta_t)
 computes the averages - low level for REAL matrix
 

Detailed Description

Definition at line 57 of file averages_types.F.

Member Function/Subroutine Documentation

◆ get_averages_rs()

subroutine averages_types::get_averages::get_averages_rs ( real(kind=dp), intent(inout)  avg,
real(kind=dp), intent(in)  add,
integer, intent(in)  delta_t 
)

computes the averages - low level for REAL

Parameters
avg...
add...
delta_t...
Author
Teodoro Laino [tlaino] - 03.2008 - University of Zurich

Definition at line 411 of file averages_types.F.

◆ get_averages_rv()

subroutine averages_types::get_averages::get_averages_rv ( real(kind=dp), dimension(:), intent(inout)  avg,
real(kind=dp), dimension(:), intent(in)  add,
integer, intent(in)  delta_t 
)

computes the averages - low level for REAL vector

Parameters
avg...
add...
delta_t...
Author
Teodoro Laino [tlaino] - 10.2008 - University of Zurich

Definition at line 426 of file averages_types.F.

◆ get_averages_rm()

subroutine averages_types::get_averages::get_averages_rm ( real(kind=dp), dimension(:, :), intent(inout)  avg,
real(kind=dp), dimension(:, :), intent(in)  add,
integer, intent(in)  delta_t 
)

computes the averages - low level for REAL matrix

Parameters
avg...
add...
delta_t...
Author
Teodoro Laino [tlaino] - 10.2008 - University of Zurich

Definition at line 448 of file averages_types.F.


The documentation for this interface was generated from the following file: