Home
last modified time | relevance | path

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

/libCEED/examples/petsc/
H A Ddmswarm.c304 const PetscScalar f_x = EvalU_Poly(dim, x); in EvalU_Poly_proj() local
306 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() local
314 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() local
322 for (PetscInt c = 0; c < num_comp; c++) u[c] = (c + 1.0) * f_x; in EvalU_Sphere_proj()