00001 subroutine copy_poisson_solver_test_from_mpt(impt)
00002 use grid_parameter, only : nrg, ntg, npg, nrf, ntf, npf
00003 use def_metric
00004 use def_metric_mpt
00005 use def_matter
00006 use def_matter_mpt
00007 use copy_array_4dto3d_mpt
00008 use copy_array_3dto2d_mpt
00009 implicit none
00010 integer :: impt
00011
00012 call copy_array4dto3d_mpt(impt, psi_, psi, 0, nrg, 0, ntg, 0, npg)
00013 call copy_array4dto3d_mpt(impt, alph_, alph, 0, nrg, 0, ntg, 0, npg)
00014 call copy_array4dto3d_mpt(impt, emd_, emd, 0, nrf, 0, ntf, 0, npf)
00015 call copy_array4dto3d_mpt(impt, emdg_, emdg, 0, nrg, 0, ntg, 0, npg)
00016 call copy_array3dto2d_mpt(impt, rs_, rs, 0, ntf, 0, npf)
00017
00018 end subroutine copy_poisson_solver_test_from_mpt