Home
last modified time | relevance | path

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

/libCEED/examples/petsc/src/
H A Dmatops.c81 PetscCall(VecReadC2P(op_apply_ctx->x_ceed, x_mem_type, op_apply_ctx->X_loc)); in ApplyLocal_Ceed()
126 PetscCall(VecReadC2P(pr_restr_ctx->ceed_vec_c, c_mem_type, pr_restr_ctx->loc_vec_c)); in MatMult_Prolong()
163 PetscCall(VecReadC2P(pr_restr_ctx->ceed_vec_f, f_mem_type, pr_restr_ctx->loc_vec_f)); in MatMult_Restrict()
H A Dswarmutils.c440 PetscCall(VecReadC2P(swarm_ceed_context->u_points, U_mem_type, U_points)); in DMSwarmCreateProjectionRHS()
483 PetscCall(VecReadC2P(swarm_ceed_context->u_mesh, U_mem_type, U_mesh_loc)); in MatMult_SwarmMass()
783 PetscCall(VecReadC2P(x_coord, X_mem_type, X_loc)); in SetupProblemSwarm()
H A Dlibceedsetup.c230 PetscCall(VecReadC2P(data[level]->x_ceed, m_mem_type, fine_mult)); in CeedLevelTransferSetup()
H A Dpetscutils.c45 PetscErrorCode VecReadC2P(CeedVector x_ceed, PetscMemType mem_type, Vec X_petsc) { in VecReadC2P() function
/libCEED/examples/petsc/include/
H A Dpetscutils.h21 PetscErrorCode VecReadC2P(CeedVector x_ceed, PetscMemType mem_type, Vec X_petsc);
/libCEED/examples/petsc/
H A Ddmswarm.c443 PetscCall(VecReadC2P(swarm_ceed_context->u_mesh, U_mem_type, U_mesh_loc)); in DMSwarmInterpolateFromCellToSwarm_Ceed()