Home
last modified time | relevance | path

Searched refs:VEC_Normalize (Results 1 – 4 of 4) sorted by relevance

/petsc/src/vec/vec/interface/
H A Ddlregisvec.c217 PetscCall(PetscLogEventRegister("VecNormalize", VEC_CLASSID, &VEC_Normalize)); in VecInitializePackage()
H A Drvector.c298 PetscCall(PetscLogEventBegin(VEC_Normalize, x, 0, 0, 0)); in VecNormalize()
306 PetscCall(PetscLogEventEnd(VEC_Normalize, x, 0, 0, 0)); in VecNormalize()
H A Dvector.c11 PetscLogEvent VEC_Norm, VEC_Normalize, VEC_Scale, VEC_Shift, VEC_Copy, VEC_Set, VEC_AXPY, VEC_AYPX,… variable
/petsc/include/petsc/private/
H A Dvecimpl.h185 PETSC_EXTERN PetscLogEvent VEC_Normalize; variable