Nek5000
SEM for Incompressible NS
|
cleaned More...
Public Member Functions | |
subroutine | init_scratch () |
Public Attributes | |
real(dp), dimension(:), allocatable | rmxs |
real(dp), dimension(:), allocatable | rmax |
real(dp), dimension(:), allocatable | xcg |
real(dp), dimension(:), allocatable | ycg |
real(dp), dimension(:), allocatable | zcg |
real(dp), dimension(:), allocatable | xgs |
real(dp), dimension(:), allocatable | ygs |
real(dp), dimension(:), allocatable | zgs |
real(dp), dimension(:,:,:,:), allocatable | xml |
real(dp), dimension(:,:,:,:), allocatable | xms |
real(dp), dimension(:,:,:,:), allocatable | yml |
real(dp), dimension(:,:,:,:), allocatable | yms |
real(dp), dimension(:,:,:,:), allocatable | zml |
real(dp), dimension(:,:,:,:), allocatable | zms |
real(dp), dimension(:,:,:), allocatable | side |
real(dp), dimension(:,:,:), allocatable | sides |
real(dp), dimension(:,:,:,:), allocatable | flag |
real(dp), dimension(:,:,:,:), allocatable | tmp |
real(dp), dimension(:,:,:,:), allocatable | tmp2 |
real(dp), dimension(:,:,:,:), allocatable | lmult |
real(dp), dimension(:,:,:), allocatable | bcs |
real(dp), dimension(:,:,:), allocatable | xyz |
character(3), dimension(:,:), allocatable | cbcs |
integer, dimension(:), allocatable | ibrnch |
integer, dimension(:), allocatable | nbrnch |
integer, dimension(:), allocatable | list |
integer, dimension(:), allocatable | list1 |
integer, dimension(:), allocatable | list2 |
logical, dimension(:,:), allocatable | ifcnst |
real(dp), dimension(:,:,:), allocatable | xyzl |
real(dp), dimension(:,:), allocatable | cg |
cleaned
Definition at line 2 of file scratch_mod.F90.
subroutine scratch::init_scratch | ( | ) |
Definition at line 36 of file scratch_mod.F90.
Referenced by nek_init().
real(dp), dimension(:,:,:), allocatable scratch::bcs |
Definition at line 20 of file scratch_mod.F90.
character(3), dimension(:,:), allocatable scratch::cbcs |
Definition at line 24 of file scratch_mod.F90.
real(dp), dimension(:,:), allocatable scratch::cg |
Definition at line 28 of file scratch_mod.F90.
real(dp), dimension(:,:,:,:), allocatable scratch::flag |
Definition at line 17 of file scratch_mod.F90.
integer, dimension(:), allocatable scratch::ibrnch |
Definition at line 25 of file scratch_mod.F90.
logical, dimension(:,:), allocatable scratch::ifcnst |
Definition at line 26 of file scratch_mod.F90.
integer, dimension(:), allocatable scratch::list |
Definition at line 25 of file scratch_mod.F90.
integer, dimension(:), allocatable scratch::list1 |
Definition at line 25 of file scratch_mod.F90.
integer, dimension(:), allocatable scratch::list2 |
Definition at line 25 of file scratch_mod.F90.
real(dp), dimension(:,:,:,:), allocatable scratch::lmult |
Definition at line 19 of file scratch_mod.F90.
integer, dimension(:), allocatable scratch::nbrnch |
Definition at line 25 of file scratch_mod.F90.
real(dp), dimension(:), allocatable scratch::rmax |
Definition at line 9 of file scratch_mod.F90.
real(dp), dimension(:), allocatable scratch::rmxs |
Definition at line 9 of file scratch_mod.F90.
real(dp), dimension(:,:,:), allocatable scratch::side |
Definition at line 16 of file scratch_mod.F90.
real(dp), dimension(:,:,:), allocatable scratch::sides |
Definition at line 16 of file scratch_mod.F90.
real(dp), dimension(:,:,:,:), allocatable scratch::tmp |
Definition at line 18 of file scratch_mod.F90.
real(dp), dimension(:,:,:,:), allocatable scratch::tmp2 |
Definition at line 18 of file scratch_mod.F90.
real(dp), dimension(:), allocatable scratch::xcg |
Definition at line 10 of file scratch_mod.F90.
real(dp), dimension(:), allocatable scratch::xgs |
Definition at line 11 of file scratch_mod.F90.
real(dp), dimension(:,:,:,:), allocatable scratch::xml |
Definition at line 12 of file scratch_mod.F90.
real(dp), dimension(:,:,:,:), allocatable scratch::xms |
Definition at line 12 of file scratch_mod.F90.
real(dp), dimension(:,:,:), allocatable scratch::xyz |
Definition at line 20 of file scratch_mod.F90.
real(dp), dimension(:,:,:), allocatable scratch::xyzl |
Definition at line 28 of file scratch_mod.F90.
real(dp), dimension(:), allocatable scratch::ycg |
Definition at line 10 of file scratch_mod.F90.
real(dp), dimension(:), allocatable scratch::ygs |
Definition at line 11 of file scratch_mod.F90.
real(dp), dimension(:,:,:,:), allocatable scratch::yml |
Definition at line 13 of file scratch_mod.F90.
real(dp), dimension(:,:,:,:), allocatable scratch::yms |
Definition at line 13 of file scratch_mod.F90.
real(dp), dimension(:), allocatable scratch::zcg |
Definition at line 10 of file scratch_mod.F90.
real(dp), dimension(:), allocatable scratch::zgs |
Definition at line 11 of file scratch_mod.F90.
real(dp), dimension(:,:,:,:), allocatable scratch::zml |
Definition at line 14 of file scratch_mod.F90.
real(dp), dimension(:,:,:,:), allocatable scratch::zms |
Definition at line 14 of file scratch_mod.F90.