Home
last modified time | relevance | path

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

/libCEED/examples/petsc/
H A Ddmswarm.c76 TargetFuncProj target_function_proj = EvalU_Tanh_proj; in main() local
201 target_function_proj = EvalU_Tanh_proj; in main()
204 target_function_proj = EvalU_Poly_proj; in main()
207 target_function_proj = EvalU_Sphere_proj; in main()
211 TargetFuncProj mesh_solution[1] = {target_function_proj}; in main()
227 … PetscCall(DMSwarmCheckSwarmValues(dm_swarm, DMSwarmPICField_u, tolerance, target_function_proj)); in main()
234 … PetscCall(DMSwarmCheckSwarmValues(dm_swarm, DMSwarmPICField_u, tolerance, target_function_proj)); in main()