Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex10.c895 RDNode dD, dxD, fdD, fdxD; in RDTestDifferentiation() local
906 fdD.E = (D - D0) / epsilon; in RDTestDifferentiation()
912 fdD.T = (D - D0) / epsilon; in RDTestDifferentiation()
925 …tscRealPart(dD.T), (double)PetscRealPart(fdD.E), (double)PetscRealPart(fdD.T), (double)PetscRealPa… in RDTestDifferentiation()
926 (double)PetscRealPart(dD.T - fdD.T))); in RDTestDifferentiation()