Searched refs:d2h (Results 1 – 1 of 1) sorted by relevance
33 PetscReal a, h, da, dh, d2a, d2h; in RHSFunction() local58 d2a = d2h = 0.; in RHSFunction()61 d2h += (x[2 * (i - 1) + 1] - h); in RHSFunction()65 d2h += (x[2 * (i + 1) + 1] - h); in RHSFunction()68 dxdt[2 * i + 1] = dh + D_h * d2h; in RHSFunction()