Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
POST_Average.F90 File Reference

Go to the source code of this file.

Functions/Subroutines

DOUBLE PRECISION function aver1d (cell, var)
 
DOUBLE PRECISION function aver (cell, iEq, var)
 
DOUBLE PRECISION function averdiv (cell, iEq1, var1, iEq2, var2)
 

Function/Subroutine Documentation

DOUBLE PRECISION function aver ( integer, dimension(8)  cell,
integer  iEq,
real(rfreal), dimension(:,:), pointer  var 
)

Definition at line 68 of file POST_Average.F90.

Referenced by aver(), plag_processeulerfield(), plag_writestattecascii(), writegeneric(), writetecplotascii(), and writetecplotbinary().

Here is the caller graph for this function:

DOUBLE PRECISION function aver1d ( integer, dimension(8)  cell,
real(rfreal), dimension(:), pointer  var 
)

Definition at line 47 of file POST_Average.F90.

Referenced by aver1d(), writegeneric(), writetecplotascii(), and writetecplotbinary().

Here is the caller graph for this function:

DOUBLE PRECISION function averdiv ( integer, dimension(8)  cell,
integer  iEq1,
real(rfreal), dimension(:,:), pointer  var1,
integer  iEq2,
real(rfreal), dimension(:,:), pointer  var2 
)

Definition at line 89 of file POST_Average.F90.

Referenced by averdiv(), writegeneric(), writetecplotascii(), and writetecplotbinary().

Here is the caller graph for this function: