Searched refs:VecC2P (Results 1 – 8 of 8) sorted by relevance
| /libCEED/examples/petsc/src/ |
| H A D | matops.c | 57 PetscCall(VecC2P(op_apply_ctx->y_ceed, mem_type, op_apply_ctx->Y_loc)); in MatGetDiag() 82 PetscCall(VecC2P(op_apply_ctx->y_ceed, y_mem_type, op_apply_ctx->Y_loc)); in ApplyLocal_Ceed() 127 PetscCall(VecC2P(pr_restr_ctx->ceed_vec_f, f_mem_type, pr_restr_ctx->loc_vec_f)); in MatMult_Prolong() 164 PetscCall(VecC2P(pr_restr_ctx->ceed_vec_c, c_mem_type, pr_restr_ctx->loc_vec_c)); in MatMult_Restrict()
|
| H A D | swarmutils.c | 441 PetscCall(VecC2P(swarm_ceed_context->v_mesh, B_mem_type, B_mesh_loc)); in DMSwarmCreateProjectionRHS() 484 PetscCall(VecC2P(swarm_ceed_context->v_mesh, V_mem_type, V_mesh_loc)); in MatMult_SwarmMass() 753 PetscCall(VecC2P(rhs_ceed, rhs_mem_type, rhs_loc)); in SetupProblemSwarm() 754 PetscCall(VecC2P(target_ceed, target_mem_type, target)); in SetupProblemSwarm()
|
| H A D | petscutils.c | 27 PetscErrorCode VecC2P(CeedVector x_ceed, PetscMemType mem_type, Vec X_petsc) { in VecC2P() function
|
| /libCEED/examples/petsc/include/ |
| H A D | petscutils.h | 19 PetscErrorCode VecC2P(CeedVector x_ceed, PetscMemType mem_type, Vec X_petsc);
|
| /libCEED/examples/petsc/ |
| H A D | area.c | 187 PetscCall(VecC2P(ceed_data->y_ceed, mem_type, V_loc)); in main()
|
| H A D | multigrid.c | 275 PetscCall(VecC2P(rhs_ceed, mem_type, rhs_loc)); in main() 307 PetscCall(VecC2P(ceed_data[i]->x_ceed, mem_type, X_loc[i])); in main()
|
| H A D | bpssphere.c | 179 PetscCall(VecC2P(rhs_ceed, mem_type, rhs_loc)); in main()
|
| H A D | bps.c | 171 PetscCall(VecC2P(rhs_ceed, mem_type, rhs_loc)); in RunWithDM()
|