Searched refs:aAstate (Results 1 – 1 of 1) sorted by relevance
3449 PetscObjectState Astate, aAstate = PETSC_INT_MIN; in MatISGetAssembled_Private() local3456 PetscCall(PetscObjectStateGet((PetscObject)a->assembledA, &aAstate)); in MatISGetAssembled_Private()3460 if (Astate != aAstate || !a->assembledA) { in MatISGetAssembled_Private()