Searched refs:DefaultMatTypeFromVecType (Results 1 – 2 of 2) sorted by relevance
276 static inline PetscErrorCode DefaultMatTypeFromVecType(VecType vec_type, MatType *mat_type) { in DefaultMatTypeFromVecType() function
515 PetscCall(DefaultMatTypeFromVecType(vec_type, &coo_mat_type)); in MatCreateCeed()