Lines Matching refs:f_a
32 AField **u_a, **f_a; member
294 AField **f_a, *f_c, **u_a, *u_c; in IFunctionActive() local
342 f_a = new AField *[info.gym]; in IFunctionActive()
346 PetscCall(GiveGhostPoints(da, f_c, &f_a)); in IFunctionActive()
372 … f_a[j][i].u = udot[j][i].u - appctx->D1 * (uxx + uyy) + uc * vc * vc - appctx->gamma * (1.0 - uc); in IFunctionActive()
373 …f_a[j][i].v = udot[j][i].v - appctx->D2 * (vxx + vyy) - uc * vc * vc + (appctx->gamma + appctx->ka… in IFunctionActive()
386 f_a[j][i].u >>= dummy; in IFunctionActive()
387 f_a[j][i].v >>= dummy; in IFunctionActive()
389 f_a[j][i].u >>= f[j][i].u; in IFunctionActive()
390 f_a[j][i].v >>= f[j][i].v; in IFunctionActive()
405 f_a += info.gys; in IFunctionActive()
407 delete[] f_a; in IFunctionActive()