bh_boundary_d_Bfun.f90

Go to the documentation of this file.
00001 subroutine bh_boundary_d_Bfun(sou_surf)
00002   use phys_constant, only  : long
00003   use grid_parameter, only : nrg, ntg, npg, rgin
00004   use def_binary_parameter,    only : sepa
00005   implicit none
00006   real(long), pointer :: sou_surf(:,:)
00007   integer    :: itg, ipg
00008 !
00009   do ipg = 1, npg
00010     do itg = 1, ntg
00011       sou_surf(itg,ipg) = 1.0d0
00012     end do
00013   end do
00014 !
00015 end subroutine bh_boundary_d_Bfun

Generated on 27 Oct 2011 for Cocal by  doxygen 1.6.1