Searched refs:is_same (Results 1 – 1 of 1) sorted by relevance
1041 PetscBool is_same = PETSC_FALSE; in MatCeedSetCOOMatType() local1045 if (len_old == len_new) PetscCall(PetscStrncmp(ctx->coo_mat_type, type, len_old, &is_same)); in MatCeedSetCOOMatType()1046 if (is_same) PetscFunctionReturn(PETSC_SUCCESS); in MatCeedSetCOOMatType()