Home
last modified time | relevance | path

Searched refs:u_c (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ts/tutorials/autodiff/
H A Dadr_ex5adj_mf.cxx294 AField **f_a, *f_c, **u_a, *u_c; in IFunctionActive() local
337 u_c = new AField[info.gxm * info.gym]; in IFunctionActive()
345 PetscCall(GiveGhostPoints(da, u_c, &u_a)); in IFunctionActive()
410 delete[] u_c; in IFunctionActive()
H A Dadr_ex5adj.cxx406 AField **f_a, *f_c, **u_a, *u_c; in IFunctionActive() local
449 u_c = new AField[info.gxm * info.gym]; in IFunctionActive()
457 PetscCall(GiveGhostPoints(da, u_c, &u_a)); in IFunctionActive()
522 delete[] u_c; in IFunctionActive()
612 AField **f_a, *f_c, **u_a, *u_c; in RHSFunctionActive() local
658 u_c = new AField[gxm * gym]; in RHSFunctionActive()
666 PetscCall(GiveGhostPoints(da, u_c, &u_a)); in RHSFunctionActive()
746 delete[] u_c; in RHSFunctionActive()