Lines Matching refs:frob_err
60 PetscReal frob_err = 0.; in test() local
131 frob_err = 0.; in test()
132 …for (PetscInt i = 0; i < Nbpt * Nbpt; i++) frob_err += PetscRealPart(Mcopy[i]) * PetscRealPart(Mco… in test()
133 frob_err = PetscSqrtReal(frob_err); in test()
135 …frob_err <= PETSC_SMALL, PETSC_COMM_WORLD, PETSC_ERR_PLIB, "dimension %" PetscInt_FMT ", degree %"… in test()
146 PetscCall(MatNorm(Mm1, NORM_FROBENIUS, &frob_err)); in test()
147 …frob_err <= PETSC_SMALL, PETSC_COMM_WORLD, PETSC_ERR_PLIB, "dimension %" PetscInt_FMT ", degree %"… in test()
233 PetscCall(MatNorm(prod, NORM_FROBENIUS, &frob_err)); in test()
234 …frob_err <= PETSC_SMALL, PETSC_COMM_WORLD, PETSC_ERR_PLIB, "dimension %" PetscInt_FMT ", degree %"… in test()
268 frob_err = 0.; in test()
269 …for (PetscInt i = 0; i < Nbpt * Nf * Nk * npoints; i++) frob_err += (p_trimmed_copy[i] - p_trimmed… in test()
270 frob_err = PetscSqrtReal(frob_err); in test()
272 …frob_err < 10 * PETSC_SMALL, PETSC_COMM_WORLD, PETSC_ERR_PLIB, "dimension %" PetscInt_FMT ", degre… in test()