Searched refs:f_c (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ts/tutorials/autodiff/ |
| H A D | adr_ex5adj_mf.cxx | 294 AField **f_a, *f_c, **u_a, *u_c; in IFunctionActive() local 338 f_c = new AField[info.gxm * info.gym]; in IFunctionActive() 346 PetscCall(GiveGhostPoints(da, f_c, &f_a)); in IFunctionActive() 409 delete[] f_c; in IFunctionActive()
|
| H A D | adr_ex5adj.cxx | 406 AField **f_a, *f_c, **u_a, *u_c; in IFunctionActive() local 450 f_c = new AField[info.gxm * info.gym]; in IFunctionActive() 458 PetscCall(GiveGhostPoints(da, f_c, &f_a)); in IFunctionActive() 521 delete[] f_c; in IFunctionActive() 612 AField **f_a, *f_c, **u_a, *u_c; in RHSFunctionActive() local 659 f_c = new AField[gxm * gym]; in RHSFunctionActive() 667 PetscCall(GiveGhostPoints(da, f_c, &f_a)); in RHSFunctionActive() 745 delete[] f_c; in RHSFunctionActive()
|