Searched refs:VecP2C (Results 1 – 8 of 8) sorted by relevance
| /libCEED/examples/petsc/src/ |
| H A D | matops.c | 51 PetscCall(VecP2C(op_apply_ctx->Y_loc, &mem_type, op_apply_ctx->y_ceed)); in MatGetDiag() 75 PetscCall(VecP2C(op_apply_ctx->Y_loc, &y_mem_type, op_apply_ctx->y_ceed)); in ApplyLocal_Ceed() 120 PetscCall(VecP2C(pr_restr_ctx->loc_vec_f, &f_mem_type, pr_restr_ctx->ceed_vec_f)); in MatMult_Prolong() 157 PetscCall(VecP2C(pr_restr_ctx->loc_vec_c, &c_mem_type, pr_restr_ctx->ceed_vec_c)); in MatMult_Restrict()
|
| H A D | swarmutils.c | 434 PetscCall(VecP2C(B_mesh_loc, &B_mem_type, swarm_ceed_context->v_mesh)); in DMSwarmCreateProjectionRHS() 477 PetscCall(VecP2C(V_mesh_loc, &V_mem_type, swarm_ceed_context->v_mesh)); in MatMult_SwarmMass() 750 PetscCall(VecP2C(rhs_loc, &rhs_mem_type, rhs_ceed)); in SetupProblemSwarm() 751 PetscCall(VecP2C(target, &target_mem_type, target_ceed)); in SetupProblemSwarm()
|
| H A D | petscutils.c | 18 PetscErrorCode VecP2C(Vec X_petsc, PetscMemType *mem_type, CeedVector x_ceed) { in VecP2C() function
|
| /libCEED/examples/petsc/include/ |
| H A D | petscutils.h | 18 PetscErrorCode VecP2C(Vec X_petsc, PetscMemType *mem_type, CeedVector x_ceed);
|
| /libCEED/examples/petsc/ |
| H A D | area.c | 173 PetscCall(VecP2C(V_loc, &mem_type, ceed_data->y_ceed)); in main()
|
| H A D | multigrid.c | 255 PetscCall(VecP2C(rhs_loc, &mem_type, rhs_ceed)); in main() 300 PetscCall(VecP2C(X_loc[i], &mem_type, ceed_data[i]->x_ceed)); in main()
|
| H A D | bpssphere.c | 171 PetscCall(VecP2C(rhs_loc, &mem_type, rhs_ceed)); in main()
|
| H A D | bps.c | 164 PetscCall(VecP2C(rhs_loc, &mem_type, rhs_ceed)); in RunWithDM()
|