Lines Matching refs:Xdot2
898 Vec X3, X2, Xdot3, Xdot2, F3, F2, F3g, F2g; in THIFunction() local
910 PetscCall(DMCompositeGetLocalVectors(pack, &Xdot3, &Xdot2)); in THIFunction()
913 PetscCall(DMCompositeScatter(pack, Xdot, Xdot3, Xdot2)); in THIFunction()
922 PetscCall(DMDAVecGetArray(da2, Xdot2, &xdot2)); in THIFunction()
932 PetscCall(DMDAVecRestoreArray(da2, Xdot2, &xdot2)); in THIFunction()
937 PetscCall(DMCompositeRestoreLocalVectors(pack, &Xdot3, &Xdot2)); in THIFunction()
1275 Vec X3, X2, Xdot2; in THIJacobian() local
1287 PetscCall(DMCompositeGetLocalVectors(pack, NULL, &Xdot2)); in THIJacobian()
1290 PetscCall(DMCompositeScatter(pack, Xdot, NULL, Xdot2)); in THIJacobian()
1302 PetscCall(DMDAVecGetArray(da2, Xdot2, &xdot2)); in THIJacobian()
1314 PetscCall(DMDAVecRestoreArray(da2, Xdot2, &xdot2)); in THIJacobian()
1325 PetscCall(DMCompositeRestoreLocalVectors(pack, 0, &Xdot2)); in THIJacobian()