Home
last modified time | relevance | path

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

/petsc/src/ts/trajectory/interface/
H A Dtraj.c229 Vec U2; in TSTrajectoryGetVecs() local
238 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()
/petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/
H A DMangling.pm919 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");
H A DSysFiles.pm2336 my $U2 = index($D2, "/usr/");
2338 if($U1==0 and $U2!=0) {
2342 if($U2==0 and $U1!=0) {