Home
last modified time | relevance | path

Searched defs:norm_d (Results 1 – 12 of 12) sorted by relevance

/petsc/src/ksp/ksp/impls/cg/nash/
H A Dnashimpl.h21 PetscReal norm_d; member
H A Dnash.c540 static PetscErrorCode KSPCGGetNormD_NASH(KSP ksp, PetscReal *norm_d) in KSPCGGetNormD_NASH()
/petsc/src/ksp/ksp/impls/cg/stcg/
H A Dstcgimpl.h20 PetscReal norm_d; member
H A Dstcg.c562 static PetscErrorCode KSPCGGetNormD_STCG(KSP ksp, PetscReal *norm_d) in KSPCGGetNormD_STCG()
/petsc/src/ksp/ksp/impls/cg/
H A Dcgtype.c134 PetscErrorCode KSPCGGetNormD(KSP ksp, PetscReal *norm_d) in KSPCGGetNormD()
H A Dcg.c124 PetscReal r2, norm_p, norm_d, dMp; in KSPSolve_CG() local
/petsc/src/snes/impls/vi/ss/
H A Dvissimpl.h21 PetscScalar norm_d; /* two norm of the descent direction */ member
/petsc/src/ksp/ksp/impls/cg/gltr/
H A Dgltrimpl.h33 PetscReal norm_d; member
H A Dgltr.c940 static PetscErrorCode KSPCGGetNormD_GLTR(KSP ksp, PetscReal *norm_d) in KSPCGGetNormD_GLTR()
/petsc/src/tao/unconstrained/impls/ntr/
H A Dntr.c54 PetscReal norm_d; in TaoSolve_NTR() local
/petsc/src/tao/unconstrained/impls/ntl/
H A Dntl.c42 PetscReal norm_d = 0.0; in TaoSolve_NTL() local
/petsc/src/tao/unconstrained/impls/nls/
H A Dnls.c51 PetscReal norm_d = 0.0, e_min; in TaoSolve_NLS() local