Home
last modified time | relevance | path

Searched defs:sgn (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ksp/ksp/impls/gmres/agmres/
H A Dagmresorthog.c117 PetscScalar *sgn = agmres->sgn; in KSPAGMRESRoddec() local
238 PetscScalar *sgn = agmres->sgn; in KSPAGMRESRodvec() local
H A Dagmresimpl.h26 …PetscScalar *sgn; /* Sign of the rotation in the QR factorization of the b… member
/petsc/src/dm/impls/plex/tests/
H A Dex8.c210 const PetscInt sgn = dim == 1 ? (f == 0 ? -1 : 1) : (ornt[f] < 0 ? -1 : 1); in CheckGaussLaw() local