Lines Matching refs:H
10 PetscErrorCode FormElementStiffness(PetscReal H, PetscScalar *Ke) in FormElementStiffness() argument
13 Ke[0] = H / 6.0; in FormElementStiffness()
14 Ke[1] = -.125 * H; in FormElementStiffness()
15 Ke[2] = H / 12.0; in FormElementStiffness()
16 Ke[3] = -.125 * H; in FormElementStiffness()
17 Ke[4] = -.125 * H; in FormElementStiffness()
18 Ke[5] = H / 6.0; in FormElementStiffness()
19 Ke[6] = -.125 * H; in FormElementStiffness()
20 Ke[7] = H / 12.0; in FormElementStiffness()
21 Ke[8] = H / 12.0; in FormElementStiffness()
22 Ke[9] = -.125 * H; in FormElementStiffness()
23 Ke[10] = H / 6.0; in FormElementStiffness()
24 Ke[11] = -.125 * H; in FormElementStiffness()
25 Ke[12] = -.125 * H; in FormElementStiffness()
26 Ke[13] = H / 12.0; in FormElementStiffness()
27 Ke[14] = -.125 * H; in FormElementStiffness()
28 Ke[15] = H / 6.0; in FormElementStiffness()
32 PetscErrorCode FormElementRhs(PetscReal x, PetscReal y, PetscReal H, PetscScalar *r) in FormElementRhs() argument