Home
last modified time | relevance | path

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

/honee/src/
H A Dmat-ceed.c1117 PetscBool is_same = PETSC_FALSE; in MatCeedSetCOOMatType() local
1121 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()