Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dtsimpl.h263 …PetscObjectId Xid; /* Unique ID of solution vector at which the Jacobian was last evalua… member
/petsc/src/ts/interface/
H A Dts.c588 …if (ts->rhsjacobian.time == t && (ts->problem_type == TS_LINEAR || (ts->rhsjacobian.Xid == Uid && … in TSComputeRHSJacobian()
603 PetscCall(PetscObjectGetId((PetscObject)U, &ts->rhsjacobian.Xid)); in TSComputeRHSJacobian()
957 …hsjacobian.time == t && (ts->problem_type == TS_LINEAR || (ts->rhsjacobian.Xid == Uid && ts->rhsja… in TSComputeIJacobian()