Searched refs:SetupApplyOperatorCtx (Results 1 – 6 of 6) sorted by relevance
| /libCEED/examples/petsc/include/ |
| H A D | matops.h | 17 PetscErrorCode SetupApplyOperatorCtx(MPI_Comm comm, DM dm, Ceed ceed, CeedData ceed_data, Vec X_loc…
|
| /libCEED/examples/petsc/src/ |
| H A D | matops.c | 8 PetscErrorCode SetupApplyOperatorCtx(MPI_Comm comm, DM dm, Ceed ceed, CeedData ceed_data, Vec X_loc… in SetupApplyOperatorCtx() function
|
| /libCEED/examples/petsc/ |
| H A D | bpssphere.c | 199 PetscCall(SetupApplyOperatorCtx(comm, dm, ceed, ceed_data, X_loc, op_apply_ctx)); in main()
|
| H A D | bpsswarm.c | 296 PetscCall(SetupApplyOperatorCtx(comm, dm_mesh, ceed, ceed_data, X_loc, op_apply_ctx)); in main()
|
| H A D | bps.c | 191 PetscCall(SetupApplyOperatorCtx(rp->comm, dm, ceed, ceed_data, X_loc, op_apply_ctx)); in RunWithDM()
|
| H A D | multigrid.c | 328 PetscCall(SetupApplyOperatorCtx(comm, dm[i], ceed, ceed_data[i], X_loc[i], op_apply_ctx[i])); in main()
|