Lines Matching refs:ua
186 Vec u, ua, scaling, rhs, uproj; in TestL2Projection() local
208 PetscCall(DMGetGlobalVector(dmaProj, &ua)); in TestL2Projection()
219 PetscCall(DMProjectFunction(dmaProj, 0.0, funcs, NULL, INSERT_VALUES, ua)); in TestL2Projection()
220 PetscCall(PetscObjectSetName((PetscObject)ua, "Adapted")); in TestL2Projection()
221 PetscCall(VecViewFromOptions(ua, NULL, "-adapt_vec_view")); in TestL2Projection()
222 PetscCall(DMComputeL2Diff(dmaProj, 0.0, funcs, NULL, ua, &error)); in TestL2Projection()
226 PetscCall(MatInterpolate(Interp, u, ua)); in TestL2Projection()
229 PetscCall(PetscObjectSetName((PetscObject)ua, "Interpolation")); in TestL2Projection()
230 PetscCall(VecViewFromOptions(ua, NULL, "-interp_vec_view")); in TestL2Projection()
231 PetscCall(DMComputeL2Diff(dmaProj, 0.0, funcs, NULL, ua, &error)); in TestL2Projection()
251 PetscCall(DMRestoreGlobalVector(dmaProj, &ua)); in TestL2Projection()