norm Function

public function norm(v)

Compute the L2-norm of a complex variable, 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

Return Value real(kind=realdp)


Calls

proc~~norm~~CallsGraph proc~norm norm mpi_allreduce mpi_allreduce proc~norm->mpi_allreduce

Called by

proc~~norm~~CalledByGraph proc~norm norm proc~arnoldi arnoldi proc~arnoldi->proc~norm proc~full_pgcr full_pgcr proc~full_pgcr->proc~norm proc~full_pgmres full_pgmres proc~full_pgmres->proc~norm proc~fullgmres fullgmres proc~fullgmres->proc~norm proc~fullgmres->proc~arnoldi proc~pfgmres pfgmres proc~pfgmres->proc~norm proc~pre_fullgmres Pre_fullgmres proc~pre_fullgmres->proc~norm proc~prearnoldi Prearnoldi proc~pre_fullgmres->proc~prearnoldi proc~pre_restartgmres Pre_restartgmres proc~pre_restartgmres->proc~norm proc~pre_restartgmres->proc~prearnoldi proc~prearnoldi->proc~norm proc~restartgmres restartgmres proc~restartgmres->proc~norm 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~fullgmres program~helmholtz_2d->proc~pfgmres program~helmholtz_2d->proc~pre_fullgmres program~helmholtz_2d->proc~pre_restartgmres program~helmholtz_2d->proc~restartgmres