Searched refs:f_x (Results 1 – 1 of 1) sorted by relevance
304 const PetscScalar f_x = EvalU_Poly(dim, x); in EvalU_Poly_proj() local306 for (PetscInt c = 0; c < num_comp; c++) u[c] = (c + 1.0) * f_x; in EvalU_Poly_proj()312 const PetscScalar f_x = EvalU_Tanh(dim, x); in EvalU_Tanh_proj() local314 for (PetscInt c = 0; c < num_comp; c++) u[c] = (c + 1.0) * f_x; in EvalU_Tanh_proj()320 const PetscScalar f_x = EvalU_Sphere(dim, x); in EvalU_Sphere_proj() local322 for (PetscInt c = 0; c < num_comp; c++) u[c] = (c + 1.0) * f_x; in EvalU_Sphere_proj()