dot_prod Function

public function dot_prod(v, w)

Compute the do product of two complex variables, ONLY for the default grid system.

Arguments

Type IntentOptional Attributes Name
complex(kind=realdp), intent(in), dimension(1-LAP:nx+LAP,1-LAP:ny+LAP) :: v
complex(kind=realdp), intent(in), dimension(1-LAP:nx+LAP,1-LAP:ny+LAP) :: w

Return Value complex(kind=realdp)


Calls

proc~~dot_prod~~CallsGraph proc~dot_prod dot_prod mpi_allreduce mpi_allreduce proc~dot_prod->mpi_allreduce

Called by

proc~~dot_prod~~CalledByGraph proc~dot_prod dot_prod proc~arnoldi arnoldi proc~arnoldi->proc~dot_prod proc~full_pgcr full_pgcr proc~full_pgcr->proc~dot_prod proc~full_pgmres full_pgmres proc~full_pgmres->proc~dot_prod proc~pfgmres pfgmres proc~pfgmres->proc~dot_prod proc~prearnoldi Prearnoldi proc~prearnoldi->proc~dot_prod proc~fullgmres fullgmres proc~fullgmres->proc~arnoldi proc~pre_fullgmres Pre_fullgmres proc~pre_fullgmres->proc~prearnoldi proc~pre_restartgmres Pre_restartgmres proc~pre_restartgmres->proc~prearnoldi proc~restartgmres restartgmres proc~restartgmres->proc~arnoldi program~helmholtz_2d helmholtz_2d program~helmholtz_2d->proc~full_pgcr program~helmholtz_2d->proc~full_pgmres program~helmholtz_2d->proc~pfgmres program~helmholtz_2d->proc~fullgmres program~helmholtz_2d->proc~pre_fullgmres program~helmholtz_2d->proc~pre_restartgmres program~helmholtz_2d->proc~restartgmres