| /petsc/src/binding/petsc4py/ |
| H A D | MANIFEST.in | 3 recursive-include demo [M,m]akefile* *.py *.pyx *.i *.[hc]
|
| /petsc/src/tao/complementarity/tutorials/ |
| H A D | minsurf1.c | 265 PetscReal hl, hr, ht, hb, hc, htl, hbr; in FormJacobian() local 343 …hc = hydhx * (1.0 + d7 * d7) / (f1 * f1 * f1) + hxdhy * (1.0 + d8 * d8) / (f3 * f3 * f3) + hydhx *… in FormJacobian() 351 hc /= 2.0; in FormJacobian() 372 v[k] = hc; in FormJacobian()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex58.c | 278 PetscScalar hl, hr, ht, hb, hc, htl, hbr; in FormJacobian() local 368 …hc = hydhx * (1.0 + d7 * d7) / (f1 * f1 * f1) + hxdhy * (1.0 + d8 * d8) / (f3 * f3 * f3) + hydhx *… in FormJacobian() 376 hc /= 2.0; in FormJacobian() 406 v[k] = hc; in FormJacobian()
|
| H A D | ex4.c | 310 PetscScalar hl, hr, ht, hb, hc, htl, hbr; in FormJacobianLocal() local 379 …hc = hydhx * (1.0 + d7 * d7) / (f1 * f1 * f1) + hxdhy * (1.0 + d8 * d8) / (f3 * f3 * f3) + hydhx *… in FormJacobianLocal() 387 hc /= 2.0; in FormJacobianLocal() 417 v[k] = hc; in FormJacobianLocal()
|
| /petsc/src/tao/unconstrained/tutorials/ |
| H A D | minsurf1.c | 311 PetscReal hl, hr, ht, hb, hc, htl, hbr; in QuadraticH() local 389 …hc = hydhx * (1.0 + d7 * d7) / (f1 * f1 * f1) + hxdhy * (1.0 + d8 * d8) / (f3 * f3 * f3) + hydhx *… in QuadraticH() 397 hc *= 0.5; in QuadraticH() 418 v[k] = hc; in QuadraticH()
|
| H A D | minsurf2.c | 509 PetscReal hl, hr, ht, hb, hc, htl, hbr; in QuadraticH() local 598 …hc = hydhx * (1.0 + d7 * d7) / (f1 * f1 * f1) + hxdhy * (1.0 + d8 * d8) / (f3 * f3 * f3) + hydhx *… in QuadraticH() 606 hc /= 2.0; in QuadraticH() 632 v[k] = hc; in QuadraticH()
|
| /petsc/src/tao/bound/tutorials/ |
| H A D | plate2f.F90 | 309 PetscReal hl, hr, ht, hb, hc, htl, hbr 425 …hc = hydhx*(1.0 + d7*d7)/(f1*f1*f1) + hxdhy*(1.0 + d8*d8)/(f3*f3*f3) + hydhx*(1.0 + d5*d5)/(f5*f5*… 435 hc = hc*0.5 457 v(k) = hc
|
| H A D | plate2.c | 424 PetscReal hl, hr, ht, hb, hc, htl, hbr; in FormHessian() local 518 …hc = hydhx * (1.0 + d7 * d7) / (f1 * f1 * f1) + hxdhy * (1.0 + d8 * d8) / (f3 * f3 * f3) + hydhx *… in FormHessian() 526 hc *= 0.5; in FormHessian() 547 v[k] = hc; in FormHessian()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex42.c | 31 PetscScalar hc[GAUSS_POINTS]; member 851 static void FormContinuityRhsQ13D(PetscScalar Fe[], PetscScalar coords[], PetscScalar hc[]) in FormContinuityRhsQ13D() argument 871 for (i = 0; i < NODES_PER_EL; i++) Fe[i] -= fac * Ni_p[i] * hc[p]; in FormContinuityRhsQ13D() 1109 prop_hc = props->hc; in AssembleF_Stokes() 1878 cell->hc[p] = 0.0; in solve_stokes_3d_coupled() 1908 cell->hc[p] = Fc; in solve_stokes_3d_coupled() 1932 cell->hc[p] = 0.0; in solve_stokes_3d_coupled() 1955 cell->hc[p] = 0.0; in solve_stokes_3d_coupled() 1997 cell->hc[p] = 0.0; in solve_stokes_3d_coupled()
|