Functions/Subroutines
module_boundary Module Reference

Functions/Subroutines

subroutine update_boundary_uvw (u, v, w)
 
subroutine update_boundary_p (p)
 
subroutine update_boundary_t (t)
 
subroutine update_boundary_uvwhxyz (u, v, uhx, uhy, uhz, vhx, vhy, vhz, whx, why)
 
subroutine update_boundary_thxyz (thx, thy, thz)
 
subroutine comm_bound (var)
 

Function/Subroutine Documentation

◆ update_boundary_uvw()

subroutine module_boundary::update_boundary_uvw ( real(mytype), dimension(:,:,:), intent(inout)  u,
real(mytype), dimension(:,:,:), intent(inout)  v,
real(mytype), dimension(:,:,:), intent(inout)  w 
)

◆ update_boundary_p()

subroutine module_boundary::update_boundary_p ( real(mytype), dimension(:,:,:), intent(inout)  p)

◆ update_boundary_t()

subroutine module_boundary::update_boundary_t ( real(mytype), dimension(:,:,:), intent(inout)  t)

◆ update_boundary_uvwhxyz()

subroutine module_boundary::update_boundary_uvwhxyz ( real(mytype), dimension(:,:,:), intent(in)  u,
real(mytype), dimension(:,:,:), intent(in)  v,
real(mytype), dimension(:,:,:), intent(inout)  uhx,
real(mytype), dimension(:,:,:), intent(inout)  uhy,
real(mytype), dimension(:,:,:), intent(inout)  uhz,
real(mytype), dimension(:,:,:), intent(inout)  vhx,
real(mytype), dimension(:,:,:), intent(inout)  vhy,
real(mytype), dimension(:,:,:), intent(inout)  vhz,
real(mytype), dimension(:,:,:), intent(inout)  whx,
real(mytype), dimension(:,:,:), intent(inout)  why 
)

◆ update_boundary_thxyz()

subroutine module_boundary::update_boundary_thxyz ( real(mytype), dimension(:,:,:), intent(inout)  thx,
real(mytype), dimension(:,:,:), intent(inout)  thy,
real(mytype), dimension(:,:,:), intent(inout)  thz 
)

◆ comm_bound()

subroutine module_boundary::comm_bound ( real(mytype), dimension(:,:,:), intent(inout)  var)