Searched refs:coordsf2 (Results 1 – 1 of 1) sorted by relevance
44 Vec coordsc, coordsf, coordsf2; in test1_DAInjection3d() local63 PetscCall(VecDuplicate(coordsf, &coordsf2)); in test1_DAInjection3d()64 PetscCall(MatInterpolate(interp, coordsc, coordsf2)); in test1_DAInjection3d()65 PetscCall(VecAXPY(coordsf2, -1.0, coordsf)); in test1_DAInjection3d()66 PetscCall(VecNorm(coordsf2, NORM_MAX, &norm)); in test1_DAInjection3d()69 PetscCall(VecDestroy(&coordsf2)); in test1_DAInjection3d()