Home
last modified time | relevance | path

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

/petsc/src/ts/interface/
H A Dts.c570 PetscObjectId Uid; in TSComputeRHSJacobian() local
586 PetscCall(PetscObjectGetId((PetscObject)U, &Uid)); in TSComputeRHSJacobian()
588 …if (ts->rhsjacobian.time == t && (ts->problem_type == TS_LINEAR || (ts->rhsjacobian.Xid == Uid && … in TSComputeRHSJacobian()
951 PetscObjectId Uid; in TSComputeIJacobian() local
956 PetscCall(PetscObjectGetId((PetscObject)U, &Uid)); in TSComputeIJacobian()
957 …ian.time == t && (ts->problem_type == TS_LINEAR || (ts->rhsjacobian.Xid == Uid && ts->rhsjacobian.… in TSComputeIJacobian()