Searched refs:VEC_AssemblyEnd (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/vec/vec/interface/ |
| H A D | dlregisvec.c | 202 PetscCall(PetscLogEventRegister("VecAssemblyEnd", VEC_CLASSID, &VEC_AssemblyEnd)); in VecInitializePackage()
|
| H A D | vector.c | 13 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 D | vecimpl.h | 194 PETSC_EXTERN PetscLogEvent VEC_AssemblyEnd; variable
|