Searched refs:xyzref (Results 1 – 1 of 1) sorted by relevance
80 PetscReal xyzref[3]; member228 const PetscScalar xx = (coords[0] - user->xyzref[0]) * (coords[0] - user->xyzref[0]); in ExactSolution()229 const PetscScalar yy = (coords[1] - user->xyzref[1]) * (coords[1] - user->xyzref[1]); in ExactSolution()230 const PetscScalar zz = (coords[2] - user->xyzref[2]) * (coords[2] - user->xyzref[2]); in ExactSolution()245 …st PetscReal duxyz = ((coords[0] - user->xyzref[0]) + (coords[1] - user->xyzref[1]) + (coords[2] -… in ForcingFunction()525 user->xyzref[0] = user->bounds[1] / 2; in InitializeOptions()526 user->xyzref[1] = user->bounds[3] / 2; in InitializeOptions()527 user->xyzref[2] = user->bounds[5] / 2; in InitializeOptions()543 …rdinate of Gaussian center (for -problem 1)", "ex36.cxx", user->xyzref[0], &user->xyzref[0], NULL)… in InitializeOptions()544 …rdinate of Gaussian center (for -problem 1)", "ex36.cxx", user->xyzref[1], &user->xyzref[1], NULL)… in InitializeOptions()[all …]