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