XBeach
Data Types | Public Member Functions | Public Attributes
means_module Module Reference

List of all members.

Data Types

type  meanspars

Public Member Functions

subroutine, public means_init (sg, sl, par)
subroutine, public makeaverage (sl, par)
subroutine, public clearaverage (par)
subroutine, public makecrossvector (s, sl, par, crossvararray, nvar, varindexvec, mg, cstype)

Public Attributes

type(meanspars), dimension(:),
allocatable, public 
meansparsglobal
type(meanspars), dimension(:),
allocatable, public 
meansparslocal

Detailed Description

Definition at line 1 of file varianceupdate.F90.


Member Function/Subroutine Documentation

subroutine, public means_module::clearaverage ( type(parameters), intent(in)  par)

Definition at line 419 of file varianceupdate.F90.

subroutine, public means_module::makeaverage ( type(spacepars), intent(inout)  sl,
type(parameters), intent(in)  par 
)

Definition at line 275 of file varianceupdate.F90.

subroutine, public means_module::makecrossvector ( type(spacepars), intent(in)  s,
type(spacepars), intent(in)  sl,
type(parameters par,
real*8, dimension(:,:)  crossvararray,
integer, intent(in)  nvar,
integer, dimension(nvar), intent(in)  varindexvec,
integer, intent(in)  mg,
integer, intent(in)  cstype 
)

Definition at line 456 of file varianceupdate.F90.

subroutine, public means_module::means_init ( type(spacepars), intent(inout)  sg,
type(spacepars), intent(in)  sl,
type(parameters), intent(in)  par 
)

Definition at line 58 of file varianceupdate.F90.


Member Data Documentation

type(meanspars), dimension(:), allocatable, public means_module::meansparsglobal

Definition at line 53 of file varianceupdate.F90.

type(meanspars), dimension(:), allocatable, public means_module::meansparslocal

Definition at line 54 of file varianceupdate.F90.


The documentation for this module was generated from the following file:
 All Classes Files Functions Variables Defines