Home
last modified time | relevance | path

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

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