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