Searched refs:VecReadP2C (Results 1 – 6 of 6) sorted by relevance
| /libCEED/examples/petsc/src/ |
| H A D | matops.c | 74 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 D | swarmutils.c | 431 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 D | libceedsetup.c | 224 PetscCall(VecReadP2C(fine_mult, &m_mem_type, data[level]->x_ceed)); in CeedLevelTransferSetup()
|
| H A D | petscutils.c | 36 PetscErrorCode VecReadP2C(Vec X_petsc, PetscMemType *mem_type, CeedVector x_ceed) { in VecReadP2C() function
|
| /libCEED/examples/petsc/include/ |
| H A D | petscutils.h | 20 PetscErrorCode VecReadP2C(Vec X_petsc, PetscMemType *mem_type, CeedVector x_ceed);
|
| /libCEED/examples/petsc/ |
| H A D | dmswarm.c | 431 PetscCall(VecReadP2C(U_mesh_loc, &U_mem_type, swarm_ceed_context->u_mesh)); in DMSwarmInterpolateFromCellToSwarm_Ceed()
|