Home
last modified time | relevance | path

Searched refs:norm_type (Results 1 – 5 of 5) sorted by relevance

/petsc/src/binding/petsc4py/test/
H A Dtest_ksp.py52 nt = ksp.norm_type
53 ksp.norm_type = nt
54 self.assertEqual(ksp.norm_type, nt)
/petsc/src/ksp/ksp/utils/lmvm/tests/
H A Dlmvm_copy_test.c23 static PetscErrorCode VecEqualToTolerance(Vec a, Vec b, NormType norm_type, PetscReal tol, PetscBoo… in VecEqualToTolerance() argument
32 PetscCall(VecNorm(diff, norm_type, &diff_norm)); in VecEqualToTolerance()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DVec.pyx2092 norm_type: NormTypeSpec = None) -> float | tuple[float, float]:
2106 if norm_type is not None: ntype = norm_type
2114 norm_type: NormTypeSpec = None) -> None:
2127 if norm_type is not None: ntype = norm_type
2133 norm_type: NormTypeSpec = None) -> float | tuple[float, float]:
2145 if norm_type is not None: ntype = norm_type
3185 norm_type: NormTypeSpec = None) -> float | tuple[float, float]:
3197 norm_type
3208 if norm_type is not None: ntype = norm_type
H A DMat.pyx4207 norm_type: NormTypeSpec = None) -> float | tuple[float, float]:
4221 if norm_type is not None: ntype = norm_type
H A DKSP.pyx2331 property norm_type: