Searched refs:U2 (Results 1 – 3 of 3) sorted by relevance
229 Vec U2; in TSTrajectoryGetVecs() local238 PetscCall(VecDuplicate(U, &U2)); in TSTrajectoryGetVecs()239 PetscCall(TSSetSolution(fakets, U2)); in TSTrajectoryGetVecs()240 PetscCall(PetscObjectDereference((PetscObject)U2)); in TSTrajectoryGetVecs()244 PetscCall(TSGetSolution(fakets, &U2)); in TSTrajectoryGetVecs()245 PetscCall(VecCopy(U2, U)); in TSTrajectoryGetVecs()
919 my $U2 = modelUnmangled($InfoId, "GCC", $LVer);922 if($U1 ne $U2) {923 printMsg("INFO", "Bad model unmangling:\n Orig: $Mngl\n Unmgl: $U1\n Model: $U2\n");
2336 my $U2 = index($D2, "/usr/");2338 if($U1==0 and $U2!=0) {2342 if($U2==0 and $U1!=0) {