Home
last modified time | relevance | path

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

/libCEED/examples/petsc/src/
H A Dswarmutils.c152 CeedQFunction qf_pts_to_mesh; in DMSwarmCeedContextCreate() local
156 CeedQFunctionCreateInterior((*ctx)->ceed, 1, Mass, Mass_loc, &qf_pts_to_mesh); in DMSwarmCeedContextCreate()
157 CeedQFunctionAddInput(qf_pts_to_mesh, "q data", 1, CEED_EVAL_NONE); in DMSwarmCeedContextCreate()
158 CeedQFunctionAddInput(qf_pts_to_mesh, "u", num_comp, CEED_EVAL_NONE); in DMSwarmCeedContextCreate()
159 CeedQFunctionAddOutput(qf_pts_to_mesh, "v", num_comp, CEED_EVAL_INTERP); in DMSwarmCeedContextCreate()
164 CeedQFunctionSetContext(qf_pts_to_mesh, qf_ctx); in DMSwarmCeedContextCreate()
167 …CeedOperatorCreateAtPoints((*ctx)->ceed, qf_pts_to_mesh, CEED_QFUNCTION_NONE, CEED_QFUNCTION_NONE,… in DMSwarmCeedContextCreate()
175 CeedQFunctionDestroy(&qf_pts_to_mesh); in DMSwarmCeedContextCreate()