Home
last modified time | relevance | path

Searched defs:VecNorm (Results 1 – 2 of 2) sorted by relevance

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/misc/petsc/
H A Dpetsccommon.hh430 …inline static void VecNorm ( Vec x, NormType type, PetscReal *val ) { ErrorCheck( ::VecNorm( x, ty… in VecNorm() function
/dports/science/PETSc/petsc-3.14.1/src/vec/vec/interface/
H A Drvector.c208 PetscErrorCode VecNorm(Vec x,NormType type,PetscReal *val) function