Searched refs:n1A (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/h2opus/cuda/ |
| H A D | math2opus.cu | 957 PetscReal n1A, niA, n2A; in MatAssemblyEnd_H2OPUS() local 989 PetscCall(MatNorm(Ae, NORM_1, &n1A)); in MatAssemblyEnd_H2OPUS() 992 n1A = PetscMax(n1A, PETSC_SMALL); in MatAssemblyEnd_H2OPUS() 996 …NORM_2 %g (%g %g %g)\n", (double)n1, (double)ni, (double)n2, (double)(n1 / n1A), (double)(ni / niA… in MatAssemblyEnd_H2OPUS()
|