Searched refs:eventtype (Results 1 – 1 of 1) sorted by relevance
661 PetscLogEvent eventtype = -1; in MatProductNumeric() local668 eventtype = MAT_MatMultNumeric; in MatProductNumeric()671 eventtype = MAT_TransposeMatMultNumeric; in MatProductNumeric()674 eventtype = MAT_MatTransposeMultNumeric; in MatProductNumeric()677 eventtype = MAT_PtAPNumeric; in MatProductNumeric()680 eventtype = MAT_RARtNumeric; in MatProductNumeric()683 eventtype = MAT_MatMatMultNumeric; in MatProductNumeric()690 PetscCall(PetscLogEventBegin(eventtype, mat, 0, 0, 0)); in MatProductNumeric()692 PetscCall(PetscLogEventEnd(eventtype, mat, 0, 0, 0)); in MatProductNumeric()774 PetscLogEvent eventtype = -1; in MatProductSymbolic() local[all …]