Home
last modified time | relevance | path

Searched refs:VEC_AssemblyEnd (Results 1 – 3 of 3) sorted by relevance

/petsc/src/vec/vec/interface/
H A Ddlregisvec.c202 PetscCall(PetscLogEventRegister("VecAssemblyEnd", VEC_CLASSID, &VEC_AssemblyEnd)); in VecInitializePackage()
H A Dvector.c13 PetscLogEvent VEC_AssemblyEnd, VEC_PointwiseMult, VEC_PointwiseDivide, VEC_Reciprocal, VEC_SetValue… variable
155 PetscCall(PetscLogEventBegin(VEC_AssemblyEnd, vec, 0, 0, 0)); in VecAssemblyEnd()
158 PetscCall(PetscLogEventEnd(VEC_AssemblyEnd, vec, 0, 0, 0)); in VecAssemblyEnd()
/petsc/include/petsc/private/
H A Dvecimpl.h194 PETSC_EXTERN PetscLogEvent VEC_AssemblyEnd; variable