Searched refs:duxyz (Results 1 – 1 of 1) sorted by relevance
245 …const PetscReal duxyz = ((coords[0] - user->xyzref[0]) + (coords[1] - user->xyzref[1]) + (coords[2… in ForcingFunction() local246 return (4.0 / user->nu * duxyz * duxyz - 6.0) * exact / user->nu; in ForcingFunction()