Home
last modified time | relevance | path

Searched refs:MATCEED_MULT (Results 1 – 2 of 2) sorted by relevance

/libCEED/examples/fluids/include/
H A Dmat-ceed-impl.h47 extern PetscLogEvent MATCEED_MULT, MATCEED_MULT_TRANSPOSE;
/libCEED/examples/fluids/src/
H A Dmat-ceed.c18 PetscLogEvent MATCEED_MULT, MATCEED_MULT_CEEDOP, MATCEED_MULT_TRANSPOSE, MATCEED_MULT_TRANSPOSE_CEE… variable
35 PetscCall(PetscLogEventRegister("MatCEEDMul", MATCEED_CLASSID, &MATCEED_MULT)); in MatCeedRegisterLogEvents()
358 …reate(dm_x, dm_y, X_loc, Y_loc_transpose, op_mult, op_mult_transpose, MATCEED_MULT, MATCEED_MULT_T… in MatCreateCeed()