| /petsc/src/ts/tutorials/advection-diffusion-reaction/ |
| H A D | ex5opt_ic.c | 84 PetscReal hx, hy, x, y; in InitialConditions() local 116 PetscReal hx, hy, x, y; in PerturbedInitialConditions() local 148 PetscReal hx, hy, x, y; in PerturbedInitialConditions2() local 181 PetscReal hx, hy, x, y; in PerturbedInitialConditions3() local
|
| H A D | reaction_diffusion.c | 32 PetscReal hx, hy, sx, sy; in RHSFunction() local 97 PetscReal hx, hy, sx, sy; in RHSJacobian() local 240 PetscReal hx, hy, sx, sy; in IFunction() local 307 PetscReal hx, hy, sx, sy; in IJacobian() local
|
| H A D | ex5adj_mf.c | 64 PetscReal hx, hy, sx, sy; in MyRHSMatMultTranspose() local 123 PetscReal hx, hy, sx, sy; in MyIMatMultTranspose() local 184 PetscReal hx, hy, sx, sy; in MyIMatMult() local 415 PetscReal hx, hy, x, y; in InitialConditions() local
|
| H A D | ex5.c | 46 PetscReal hx, hy, x, y; in InitialConditions() local
|
| /petsc/src/ts/tutorials/ |
| H A D | ex13.c | 121 PetscReal two = 2.0, hx, hy, sx, sy; in RHSFunction() local 193 PetscReal hx, hy, sx, sy; in RHSJacobian() local 248 PetscReal hx, hy, x, y, r; in FormInitialSolution() local
|
| H A D | ex1.c | 183 PetscReal temp1, temp, hx, hy; in FormInitialGuess() local 217 PetscReal hx, hy, hxdhy, hydhx; in FormFunction() local 271 PetscReal hx, hy, hxdhy, hydhx; in FormJacobian() local
|
| H A D | ex15.c | 160 PetscReal hx, hy, sx, sy; in FormIFunction() local 252 PetscScalar vals[5], hx, hy, sx, sy; in FormIJacobian() local 343 PetscReal hx, hy, x, y, r; in FormInitialSolution() local
|
| H A D | ex7.c | 128 PetscReal two = 2.0, hx, hy, sx, sy; in FormFunction() local 194 PetscReal hx, hy, x, y, r; in FormInitialSolution() local
|
| H A D | ex12.c | 135 PetscReal hx, hy, /*hxdhy,hydhx,*/ sx, sy; in FormFunction() local 204 PetscReal hx, hy, x, y, r; in FormInitialSolution() local
|
| /petsc/src/binding/petsc4py/demo/legacy/kspsolve/ |
| H A D | petsc-mat.py | 9 hy = 1.0/(n-1) variable
|
| /petsc/src/binding/petsc4py/demo/legacy/wrap-swig/ |
| H A D | Bratu3D.c | 25 PetscReal lambda,temp1,hx,hy,hz,tempk,tempj; in FormInitGuess() local 85 PetscReal two = 2.0,lambda,hx,hy,hz,hxhzdhy,hyhzdhx,hxhydhz,sc; in FormFunction() local 162 PetscReal lambda,hx,hy,hz,hxhzdhy,hyhzdhx,hxhydhz,sc; in FormJacobian() local
|
| /petsc/src/binding/petsc4py/demo/legacy/wrap-cython/ |
| H A D | Bratu3Dimpl.c | 25 PetscReal lambda,temp1,hx,hy,hz,tempk,tempj; in FormInitGuess() local 86 PetscReal two = 2.0,lambda,hx,hy,hz,hxhzdhy,hyhzdhx,hxhydhz,sc; in FormFunction() local 166 PetscReal lambda,hx,hy,hz,hxhzdhy,hyhzdhx,hxhydhz,sc; in FormJacobian() local
|
| /petsc/src/tao/unconstrained/tutorials/ |
| H A D | eptorsion3.c | 51 PetscReal hx, hy; /* mesh spacing in x- and y-directions */ member 205 PetscReal hx = user->hx, hy = user->hy, temp; in FormInitialGuess() local 260 PetscReal hx = user->hx, hy = user->hy, area, three = 3.0, p5 = 0.5; in FormFunction() local 332 PetscReal hx = user->hx, hy = user->hy; in FormGradient() local 535 PetscReal p5 = 0.5, zero = 0.0, one = 1.0, hx, hy, val, area; in HessianProduct() local
|
| H A D | eptorsion1.c | 51 PetscReal hx, hy; /* mesh spacing in x- and y-directions */ member 189 PetscReal hx = user->hx, hy = user->hy, temp; in FormInitialGuess() local 244 PetscReal hx = user->hx, hy = user->hy, area, three = 3.0, p5 = 0.5; in FormFunction() local 316 PetscReal hx = user->hx, hy = user->hy; in FormGradient() local 519 PetscReal p5 = 0.5, zero = 0.0, one = 1.0, hx, hy, val, area; in HessianProduct() local
|
| H A D | eptorsion2.c | 160 PetscReal hx = 1.0 / (mx + 1), hy = 1.0 / (my + 1), temp, val; in FormInitialGuess() local 207 PetscReal hy = 1.0 / (user->my + 1); in FormFunctionGradient() local 333 …PetscReal hx = 1.0 / (user->mx + 1), hy = 1.0 / (user->my + 1), hxhx = 1.0 / (hx * hx), hyhy = 1.0… in FormHessian() local
|
| /petsc/src/ts/tests/ |
| H A D | ex21.c | 37 PetscReal lambda, hx, hy; in FormIFunctionLocal() local 78 PetscScalar v[5], lambda, hx, hy; in FormIJacobianLocal() local
|
| H A D | ex24.c | 21 PetscReal hx, hy, sx, sy; in RHSJacobian() local 144 PetscReal hx, hy, x, y; in InitialConditions() local
|
| /petsc/src/snes/tutorials/ |
| H A D | ex55.c | 35 PetscReal lambda, temp1, temp, hx, hy; in FormInitialGuess() local 196 PetscReal lambda, hx, hy, hxdhy, hydhx; in FormFunctionLocal() local 263 PetscReal lambda, hx, hy, hxdhy, hydhx, sc, lobj = 0; in FormObjectiveLocal() local 316 PetscScalar lambda, v[5], hx, hy, hxdhy, hydhx, sc; in FormJacobianLocal() local 411 PetscReal lambda, hx, hy; in FormFunctionMatlab() local 462 PetscReal lambda, hx, hy, hxdhy, hydhx, sc; in NonlinearGS() local
|
| H A D | ex55k.kokkos.cxx | 40 PetscReal lambda, hx, hy, hxdhy, hydhx; in FormFunctionLocalVec() local 119 PetscReal lambda, hx, hy, hxdhy, hydhx, sc, lobj = 0; in FormObjectiveLocalVec() local 178 PetscScalar lambda, hx, hy, hxdhy, hydhx, sc; in FormJacobianLocalVec() local
|
| H A D | ex35.c | 170 PetscScalar v[5], hx, hy, hxdhy, hydhx; in FormMatrix() local 248 PetscReal hx, hy, hxdhy, hydhx; in NonlinearGS() local
|
| H A D | ex5.c | 76 PetscReal lambda, temp1, temp, hx, hy; in FormInitialGuess() local 253 PetscReal lambda, hx, hy, hxdhy, hydhx; in FormFunctionLocal() local 320 PetscReal lambda, hx, hy, hxdhy, hydhx, sc, lobj = 0; in FormObjectiveLocal() local 373 PetscScalar lambda, v[5], hx, hy, hxdhy, hydhx, sc; in FormJacobianLocal() local 467 PetscReal lambda, hx, hy; in FormFunctionMatlab() local 518 PetscReal lambda, hx, hy, hxdhy, hydhx, sc; in NonlinearGS() local
|
| H A D | ex46.c | 125 PetscReal D, K, hx, hy, hxdhy, hydhx; in FormFunctionLocal() local 166 PetscScalar D, K, A, v[5], hx, hy, hxdhy, hydhx, ux, uy; in FormJacobianLocal() local
|
| H A D | ex4.c | 118 PetscScalar hx, hy; in FormObjectiveLocal() local 216 PetscScalar hx, hy, hydhx, hxdhy; in FormFunctionLocal() local 308 PetscScalar hx, hy, hydhx, hxdhy; in FormJacobianLocal() local 462 PetscScalar det, hx, hy, xt = 0, yt = 0; in FormBoundaryConditions_Enneper() local 554 PetscScalar hx, hy, xt = 0, yt = 0; in FormBoundaryConditions_Sins() local
|
| /petsc/src/ts/tutorials/autodiff/ |
| H A D | adr_ex5adj.cxx | 298 PetscReal hx, hy, x, y; in InitialConditions() local 364 PetscReal hx, hy, sx, sy; in IFunctionLocalPassive() local 404 PetscReal hx, hy, sx, sy; in IFunctionActive() local 531 PetscReal hx, hy, sx, sy; in RHSFunctionPassive() local 611 PetscReal hx, hy, sx, sy; in RHSFunctionActive() local 791 PetscReal hx, hy, sx, sy; in IJacobianByHand() local 921 PetscReal hx, hy, sx, sy; in RHSJacobianByHand() local
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex14.c | 280 PetscReal one = 1.0, lambda, temp1, temp, hx, hy; in FormInitialGuess() local 344 PetscReal two = 2.0, one = 1.0, lambda, hx, hy, hxdhy, hydhx, sc; in ComputeFunction() local 428 PetscScalar two = 2.0, one = 1.0, lambda, v[5], hx, hy, hxdhy, hydhx, sc, *x; in ComputeJacobian() local
|