Home
last modified time | relevance | path

Searched refs:norm (Results 1 – 3 of 3) sorted by relevance

/phasta/phSolver/AMG/
H A Dramg_tools.f483 subroutine ramg_dot_p(level,v,u,redun,norm) argument
491 real(kind=8),intent(inout) :: norm local
501 call MPI_AllReduce(normt,norm,1,MPI_DOUBLE_PRECISION,MPI_SUM,
504 norm=normt
512 subroutine ramg_L2_norm(nshg,v,norm) argument
516 real(kind=8),intent(inout) :: norm local
518 norm = 0
520 norm = norm + v(i)*v(i)
522 norm = sqrt(norm)
525 subroutine ramg_L2_norm_p(level,v,vflow,norm) argument
[all …]
H A Damgread.txt119 better interface and norm control.
/phasta/svLS/
H A DsvLS_STRUCT.h167 ! Initial norm of residual (OUT)
169 ! Final norm of residual (OUT)