Searched refs:b_is_unspecified (Results 1 – 1 of 1) sorted by relevance
191 PetscBool b_is_unspecified, a_is_specified, are_compatible; in MatLMVMCheckArgumentLayout() local205 b_is_unspecified = (b->n < 0) && (b->N < 0) ? PETSC_TRUE : PETSC_FALSE; in MatLMVMCheckArgumentLayout()206 PetscValidLogicalCollectiveLayout(b, b_is_unspecified); in MatLMVMCheckArgumentLayout()207 …if (b_is_unspecified) PetscFunctionReturn(PETSC_SUCCESS); // any layout can replace an unspecified… in MatLMVMCheckArgumentLayout()