Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/autodiff/
H A Dadr_ex5adj_mf.cxx27 } AField; typedef
32 AField **u_a, **f_a;
294 AField **f_a, *f_c, **u_a, *u_c; in IFunctionActive()
337 u_c = new AField[info.gxm * info.gym]; in IFunctionActive()
338 f_c = new AField[info.gxm * info.gym]; in IFunctionActive()
341 u_a = new AField *[info.gym]; in IFunctionActive()
342 f_a = new AField *[info.gym]; in IFunctionActive()
H A Dadr_ex5adj.cxx51 } AField; typedef
56 AField **u_a, **f_a;
406 AField **f_a, *f_c, **u_a, *u_c; in IFunctionActive()
449 u_c = new AField[info.gxm * info.gym]; in IFunctionActive()
450 f_c = new AField[info.gxm * info.gym]; in IFunctionActive()
453 u_a = new AField *[info.gym]; in IFunctionActive()
454 f_a = new AField *[info.gym]; in IFunctionActive()
612 AField **f_a, *f_c, **u_a, *u_c; in RHSFunctionActive()
658 u_c = new AField[gxm * gym]; in RHSFunctionActive()
659 f_c = new AField[gxm * gym]; in RHSFunctionActive()
[all …]