Home
last modified time | relevance | path

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

/petsc/src/vec/vec/interface/
H A Ddlregisvec.c190 PetscCall(PetscLogEventRegister("VecScale", VEC_CLASSID, &VEC_Scale)); in VecInitializePackage()
H A Drvector.c461 PetscCall(PetscLogEventBegin(VEC_Scale, x, 0, 0, 0)); in VecScaleAsync_Private()
463 PetscCall(PetscLogEventEnd(VEC_Scale, x, 0, 0, 0)); in VecScaleAsync_Private()
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.h186 PETSC_EXTERN PetscLogEvent VEC_Scale; variable