Go to the source code of this file.
Modules | |
module | makecoeff |
Data Types | |
interface | makecoeff::interface |
interface | makecoeff::interface |
Functions/Subroutines | |
real, dimension(nx, ny, nz_max, 3) | grad (datain) |
real, dimension(nx, ny, nz_max, 3) | ave (datain) |
subroutine | fr (fn, data, nx, ny, nz) |
subroutine | fw (fn, data, nx, ny, nz, n_rec) |
subroutine | collectall (rdinfull, rdin) |
subroutine | distributeall (rdinfull, rdin) |
Variables | |
real | makecoeff::B0 |
real | makecoeff::U0 |
real, dimension(nx, ny, nz_max, 3) | makecoeff::bztemp |
real, dimension(nx, ny, nz_max) | makecoeff::pressure |
real, dimension(nx, ny, nz_max) | makecoeff::gamma |
real, dimension(nx, ny, nz_max) | makecoeff::rho |
real, dimension(nx, ny, nz_max) | makecoeff::g_3d |
real, dimension(nx, ny, nz_max, 3) | makecoeff::vtemp |
real, dimension(nx, ny, nz_max, ncoeff) | makecoeff::coeff |
real, dimension(nx, ny, nz_max) | makecoeff::temp |
real | makecoeff::fac |
real, dimension(nx, ny, nz_max) | makecoeff::data |
real, dimension(nx, ny, nz_ghostglobal+2) | makecoeff::global |
real, dimension(nx, ny, nz_ghostglobal) | makecoeff::global_out |
character *80 | makecoeff::fn |
character *80 | makecoeff::fnb |
integer | makecoeff::k |
integer | makecoeff::k1 |
integer | makecoeff::i |
integer | makecoeff::j |
integer | makecoeff::n_rec |
real,dimension( nx,ny,nz_max,3) ave | ( | real,dimension(nx,ny,nz_max) | datain | ) |
subroutine collectall | ( | real,dimension(nx,ny,nz_ghostglobal+2) | rdinfull, | |
real,dimension(nx,ny,nz_max) | rdin | |||
) |
Definition at line 390 of file makecoeff.f90.
subroutine distributeall | ( | real,dimension(nx,ny,nz_ghostglobal+2) | rdinfull, | |
real,dimension(nx,ny,nz_max) | rdin | |||
) |
Definition at line 437 of file makecoeff.f90.
subroutine fr | ( | character*80 | fn, | |
real,dimension(nx,ny,nz) | data, | |||
integer | nx, | |||
integer | ny, | |||
integer | nz | |||
) |
Definition at line 298 of file makecoeff.f90.
subroutine fw | ( | character*80 | fn, | |
real,dimension(nx,ny,nz) | data, | |||
integer | nx, | |||
integer | ny, | |||
integer | nz, | |||
integer | n_rec | |||
) |
Definition at line 327 of file makecoeff.f90.
real,dimension( nx,ny,nz_max,3) grad | ( | real,dimension(nx,ny,nz_max) | datain | ) |