write_exact_data_whole Subroutine

public subroutine write_exact_data_whole(xx, yy, u)

Write the analytical 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_exact_data_whole~~CallsGraph proc~write_exact_data_whole write_exact_data_whole mpi_recv mpi_recv proc~write_exact_data_whole->mpi_recv mpi_send mpi_send proc~write_exact_data_whole->mpi_send