Home
last modified time | relevance | path

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

/libCEED/examples/petsc/src/
H A Dmatops.c74 PetscCall(VecReadP2C(op_apply_ctx->X_loc, &x_mem_type, op_apply_ctx->x_ceed)); in ApplyLocal_Ceed()
119 PetscCall(VecReadP2C(pr_restr_ctx->loc_vec_c, &c_mem_type, pr_restr_ctx->ceed_vec_c)); in MatMult_Prolong()
156 PetscCall(VecReadP2C(pr_restr_ctx->loc_vec_f, &f_mem_type, pr_restr_ctx->ceed_vec_f)); in MatMult_Restrict()
H A Dswarmutils.c431 PetscCall(VecReadP2C(U_points, &U_mem_type, swarm_ceed_context->u_points)); in DMSwarmCreateProjectionRHS()
474 PetscCall(VecReadP2C(U_mesh_loc, &U_mem_type, swarm_ceed_context->u_mesh)); in MatMult_SwarmMass()
606 PetscCall(VecReadP2C(X_loc, &X_mem_type, x_coord)); in SetupProblemSwarm()
H A Dlibceedsetup.c224 PetscCall(VecReadP2C(fine_mult, &m_mem_type, data[level]->x_ceed)); in CeedLevelTransferSetup()
H A Dpetscutils.c36 PetscErrorCode VecReadP2C(Vec X_petsc, PetscMemType *mem_type, CeedVector x_ceed) { in VecReadP2C() function
/libCEED/examples/petsc/include/
H A Dpetscutils.h20 PetscErrorCode VecReadP2C(Vec X_petsc, PetscMemType *mem_type, CeedVector x_ceed);
/libCEED/examples/petsc/
H A Ddmswarm.c431 PetscCall(VecReadP2C(U_mesh_loc, &U_mem_type, swarm_ceed_context->u_mesh)); in DMSwarmInterpolateFromCellToSwarm_Ceed()