00001 subroutine copy_def_vector_x_from_mpt(impt)
00002 use grid_parameter, only : nrf, ntf, npf, nrg, ntg, npg
00003 use def_vector_x
00004 use def_vector_x_mpt
00005 use copy_array_5dto4d_mpt
00006 implicit none
00007 integer :: impt
00008
00009 call copy_array5dto4d_mpt(impt, vec_xg_, vec_xg, 0, nrg, 0, ntg, 0, npg, 1, 3)
00010 call copy_array5dto4d_mpt(impt, vec_xf_, vec_xf, 0, nrf, 0, ntf, 0, npf, 1, 3)
00011 call copy_array5dto4d_mpt(impt, hvec_xg_, hvec_xg, 1, nrg, 1, ntg, 1, npg, 1, 3)
00012 call copy_array5dto4d_mpt(impt, hvec_xf_, hvec_xf, 1, nrf, 1, ntf, 1, npf, 1, 3)
00013
00014 end subroutine copy_def_vector_x_from_mpt