Home
last modified time | relevance | path

Searched defs:NormType (Results 1 – 5 of 5) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DConst.pyx115 class NormType(object): class
H A DKSP.pyx396 NormType = KSPNormType variable in KSP
1377 def setNormType(self, normtype: NormType) -> None:
/petsc/src/vec/vec/impls/mpi/
H A Dpvecimpl.h151 static inline PetscErrorCode VecNorm_MPI_Default(Vec xin, NormType type, PetscReal *z, PetscErrorCo… in VecNorm_MPI_Default() argument
179 static inline PetscErrorCode VecErrorWeightedNorms_MPI_Default(Vec U, Vec Y, Vec E, NormType wnormt… in VecErrorWeightedNorms_MPI_Default() argument
/petsc/include/
H A Dpetscvec.h186 } NormType; typedef
/petsc/src/binding/petsc4py/demo/python_types/
H A Dmatpython_protocol.py132 def norm(self, A: Mat, normtype: NormType) -> float: