Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex36.cxx245 …const PetscReal duxyz = ((coords[0] - user->xyzref[0]) + (coords[1] - user->xyzref[1]) + (coords[2… in ForcingFunction() local
246 return (4.0 / user->nu * duxyz * duxyz - 6.0) * exact / user->nu; in ForcingFunction()