exact_2DPointSource_Dirichlet Subroutine

public subroutine exact_2DPointSource_Dirichlet(u_ex, xx, yy)

The analytical solution for constant wavenumber problem with central source point with Dirichlet boundary condition

Arguments

Type IntentOptional Attributes Name
complex(kind=realdp), dimension(1-LAP:nx+LAP,1-LAP:ny+LAP) :: u_ex
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

Called by

proc~~exact_2dpointsource_dirichlet~~CalledByGraph proc~exact_2dpointsource_dirichlet exact_2DPointSource_Dirichlet program~helmholtz_2d helmholtz_2d program~helmholtz_2d->proc~exact_2dpointsource_dirichlet