Lines Matching defs:mat
317 …e MatCreateCeed(DM dm_x, DM dm_y, CeedOperator op_mult, CeedOperator op_mult_transpose, Mat *mat) { in MatCreateCeed()
755 PetscErrorCode MatCeedSetContextDouble(Mat mat, const char *name, double value) { in MatCeedSetContextDouble()
806 PetscErrorCode MatCeedGetContextDouble(Mat mat, const char *name, double *value) { in MatCeedGetContextDouble()
843 PetscErrorCode MatCeedSetContextReal(Mat mat, const char *name, PetscReal value) { in MatCeedSetContextReal()
862 PetscErrorCode MatCeedGetContextReal(Mat mat, const char *name, PetscReal *value) { in MatCeedGetContextReal()
881 PetscErrorCode MatCeedSetTime(Mat mat, PetscReal time) { in MatCeedSetTime()
901 PetscErrorCode MatCeedGetTime(Mat mat, PetscReal *time) { in MatCeedGetTime()
923 PetscErrorCode MatCeedSetDt(Mat mat, PetscReal dt) { in MatCeedSetDt()
944 PetscErrorCode MatCeedSetShifts(Mat mat, PetscReal shift_v, PetscReal shift_a) { in MatCeedSetShifts()
970 PetscErrorCode MatCeedSetContext(Mat mat, PetscCtxDestroyFn f, void *ctx) { in MatCeedSetContext()
994 PetscErrorCode MatCeedGetContext(Mat mat, void *ctx) { in MatCeedGetContext()
1017 PetscErrorCode MatCeedSetOperation(Mat mat, MatOperation op, void (*g)(void)) { in MatCeedSetOperation()
1033 PetscErrorCode MatCeedSetCOOMatType(Mat mat, MatType type) { in MatCeedSetCOOMatType()
1090 PetscErrorCode MatCeedGetCOOMatType(Mat mat, MatType *type) { in MatCeedGetCOOMatType()
1110 PetscErrorCode MatCeedSetLocalVectors(Mat mat, Vec X_loc, Vec Y_loc_transpose) { in MatCeedSetLocalVectors()
1147 PetscErrorCode MatCeedGetLocalVectors(Mat mat, Vec *X_loc, Vec *Y_loc_transpose) { in MatCeedGetLocalVectors()
1174 PetscErrorCode MatCeedRestoreLocalVectors(Mat mat, Vec *X_loc, Vec *Y_loc_transpose) { in MatCeedRestoreLocalVectors()
1192 PetscErrorCode MatCeedGetCeedOperators(Mat mat, CeedOperator *op_mult, CeedOperator *op_mult_transp… in MatCeedGetCeedOperators()
1219 PetscErrorCode MatCeedRestoreCeedOperators(Mat mat, CeedOperator *op_mult, CeedOperator *op_mult_tr… in MatCeedRestoreCeedOperators()
1240 PetscErrorCode MatCeedSetLogEvents(Mat mat, PetscLogEvent log_event_mult, PetscLogEvent log_event_m… in MatCeedSetLogEvents()
1261 PetscErrorCode MatCeedGetLogEvents(Mat mat, PetscLogEvent *log_event_mult, PetscLogEvent *log_event… in MatCeedGetLogEvents()
1282 PetscErrorCode MatCeedSetCeedOperatorLogEvents(Mat mat, PetscLogEvent log_event_mult, PetscLogEvent… in MatCeedSetCeedOperatorLogEvents()
1303 PetscErrorCode MatCeedGetCeedOperatorLogEvents(Mat mat, PetscLogEvent *log_event_mult, PetscLogEven… in MatCeedGetCeedOperatorLogEvents()