define_uniform_grid Subroutine

public subroutine define_uniform_grid(phys1, phys2)

A square computational domain with a unit side length

Arguments

Type IntentOptional Attributes Name
real(kind=realdp), dimension(1-LAP:nx+LAP,1-LAP:ny+LAP) :: phys1

Local coordinates in x and y directions

real(kind=realdp), dimension(1-LAP:nx+LAP,1-LAP:ny+LAP) :: phys2

Local coordinates in x and y directions


Calls

proc~~define_uniform_grid~~CallsGraph proc~define_uniform_grid define_uniform_grid mpi_recv mpi_recv proc~define_uniform_grid->mpi_recv mpi_send mpi_send proc~define_uniform_grid->mpi_send

Called by

proc~~define_uniform_grid~~CalledByGraph proc~define_uniform_grid define_uniform_grid program~helmholtz_2d helmholtz_2d program~helmholtz_2d->proc~define_uniform_grid