Searched refs:J0_id (Results 1 – 1 of 1) sorted by relevance
955 PetscObjectId J0_id; in MatLMVMUpdateOpVecs() local960 PetscCall(PetscObjectGetId((PetscObject)lmvm->J0, &J0_id)); in MatLMVMUpdateOpVecs()963 if (OpX->operator_id != J0_id || OpX->operator_state != J0_state) { in MatLMVMUpdateOpVecs()966 OpX->operator_id = J0_id; in MatLMVMUpdateOpVecs()980 …PetscAssert(OpX->k == X->k && OpX->operator_id == J0_id && OpX->operator_state == J0_state, PetscO… in MatLMVMUpdateOpVecs()988 PetscObjectId J0_id; in MatLMVMUpdateOpDiffVecs() local993 PetscCall(PetscObjectGetId((PetscObject)lmvm->J0, &J0_id)); in MatLMVMUpdateOpDiffVecs()998 if (YmalphaOpX->operator_id != J0_id || YmalphaOpX->operator_state != J0_state) { in MatLMVMUpdateOpDiffVecs()1001 YmalphaOpX->operator_id = J0_id; in MatLMVMUpdateOpDiffVecs()1024 …PetscAssert(YmalphaOpX->k == Y->k && YmalphaOpX->operator_id == J0_id && YmalphaOpX->operator_stat… in MatLMVMUpdateOpDiffVecs()