00001 subroutine copy_def_metric_to_mpt(impt)
00002 use grid_parameter, only : nrg, ntg, npg
00003 use def_metric
00004 use def_metric_mpt
00005 use copy_array_3dto4d_mpt
00006 implicit none
00007 integer :: impt
00008
00009 call copy_array3dto4d_mpt(impt, psi, psi_, 0, nrg, 0, ntg, 0, npg)
00010 call copy_array3dto4d_mpt(impt, alph, alph_, 0, nrg, 0, ntg, 0, npg)
00011 call copy_array3dto4d_mpt(impt, alps, alps_, 0, nrg, 0, ntg, 0, npg)
00012 call copy_array3dto4d_mpt(impt, bvxd, bvxd_, 0, nrg, 0, ntg, 0, npg)
00013 call copy_array3dto4d_mpt(impt, bvyd, bvyd_, 0, nrg, 0, ntg, 0, npg)
00014 call copy_array3dto4d_mpt(impt, bvzd, bvzd_, 0, nrg, 0, ntg, 0, npg)
00015
00016 end subroutine copy_def_metric_to_mpt