write_data_whole Subroutine

public subroutine write_data_whole(xx, yy, u)

Write the solutions

Arguments

Type IntentOptional Attributes Name
real(kind=realdp), dimension(1-LAP:nx+LAP,1-LAP:ny+LAP) :: xx
real(kind=realdp), dimension(1-LAP:nx+LAP,1-LAP:ny+LAP) :: yy
complex(kind=realdp), dimension(1-LAP:nx+LAP,1-LAP:ny+LAP) :: u

Calls

proc~~write_data_whole~~CallsGraph proc~write_data_whole write_data_whole mpi_recv mpi_recv proc~write_data_whole->mpi_recv mpi_send mpi_send proc~write_data_whole->mpi_send

Called by

proc~~write_data_whole~~CalledByGraph proc~write_data_whole write_data_whole program~helmholtz_2d helmholtz_2d program~helmholtz_2d->proc~write_data_whole