Searched refs:norm_type (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_ksp.py | 52 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 D | lmvm_copy_test.c | 23 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 D | Vec.pyx | 2092 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 D | Mat.pyx | 4207 norm_type: NormTypeSpec = None) -> float | tuple[float, float]: 4221 if norm_type is not None: ntype = norm_type
|
| H A D | KSP.pyx | 2331 property norm_type:
|