Home
last modified time | relevance | path

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

/libCEED/examples/petsc/include/
H A Dswarmutils.h37 PetscErrorCode DMSwarmPICFieldC2P(DM dm_swarm, const char *field, CeedVector x_ceed);
/libCEED/examples/petsc/
H A Ddmswarm.c441 PetscCall(DMSwarmPICFieldC2P(dm_swarm, field, swarm_ceed_context->u_points)); in DMSwarmInterpolateFromCellToSwarm_Ceed()
/libCEED/examples/petsc/src/
H A Dswarmutils.c244 PetscErrorCode DMSwarmPICFieldC2P(DM dm_swarm, const char *field, CeedVector x_ceed) { in DMSwarmPICFieldC2P() function