Searched refs:GiveGhostPoints (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ts/tutorials/autodiff/adolc-utils/ |
| H A D | init.cxx | 60 PetscErrorCode GiveGhostPoints(DM da, T *cgs, void *array) in GiveGhostPoints() function
|
| /petsc/src/ts/tutorials/autodiff/ |
| H A D | adr_ex5adj_mf.cxx | 345 PetscCall(GiveGhostPoints(da, u_c, &u_a)); in IFunctionActive() 346 PetscCall(GiveGhostPoints(da, f_c, &f_a)); in IFunctionActive()
|
| H A D | adr_ex5adj.cxx | 457 PetscCall(GiveGhostPoints(da, u_c, &u_a)); in IFunctionActive() 458 PetscCall(GiveGhostPoints(da, f_c, &f_a)); in IFunctionActive() 666 PetscCall(GiveGhostPoints(da, u_c, &u_a)); in RHSFunctionActive() 667 PetscCall(GiveGhostPoints(da, f_c, &f_a)); in RHSFunctionActive()
|