Home
last modified time | relevance | path

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

/libCEED/examples/petsc/src/
H A Dswarmutils.c412 PetscMemType B_mem_type, U_mem_type; in DMSwarmCreateProjectionRHS() local
431 PetscCall(VecReadP2C(U_points, &U_mem_type, swarm_ceed_context->u_points)); in DMSwarmCreateProjectionRHS()
440 PetscCall(VecReadC2P(swarm_ceed_context->u_points, U_mem_type, U_points)); in DMSwarmCreateProjectionRHS()
460 PetscMemType U_mem_type, V_mem_type; in MatMult_SwarmMass() local
474 PetscCall(VecReadP2C(U_mesh_loc, &U_mem_type, swarm_ceed_context->u_mesh)); in MatMult_SwarmMass()
483 PetscCall(VecReadC2P(swarm_ceed_context->u_mesh, U_mem_type, U_mesh_loc)); in MatMult_SwarmMass()
/libCEED/examples/petsc/
H A Ddmswarm.c417 PetscMemType U_mem_type; in DMSwarmInterpolateFromCellToSwarm_Ceed() local
431 PetscCall(VecReadP2C(U_mesh_loc, &U_mem_type, swarm_ceed_context->u_mesh)); in DMSwarmInterpolateFromCellToSwarm_Ceed()
443 PetscCall(VecReadC2P(swarm_ceed_context->u_mesh, U_mem_type, U_mesh_loc)); in DMSwarmInterpolateFromCellToSwarm_Ceed()