Searched defs:jw (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/snes/tutorials/ |
| H A D | ex48.c | 204 …T], PetscReal phi[PETSC_RESTRICT], PetscReal dphi[PETSC_RESTRICT][3], PetscReal *PETSC_RESTRICT jw) in HexComputeGeometry() 791 PetscReal dz[3], phi[8], dphi[8][3], jw, eta, deta; in THIFunctionLocal() local 827 const PetscReal jw = 0.25 * hx * hy / thi->rhog, *phi = QuadQInterp[q]; in THIFunctionLocal() local 991 PetscReal phi[4], dphi[4][2], jw, eta, deta, beta2, dbeta2; in THIJacobianLocal_2D() local 1080 PetscReal dz[3], phi[8], dphi[8][3], jw, eta, deta; local 1149 const PetscReal jw = 0.25 * hx * hy / thi->rhog, *phi = QuadQInterp[q]; local
|
| /petsc/src/ts/tutorials/ |
| H A D | ex14.c | 192 …tscReal dz[restrict], PetscReal phi[restrict], PetscReal dphi[restrict][3], PetscReal *restrict jw) in HexComputeGeometry() 789 PetscReal dz[3], phi[8], dphi[8][3], jw, eta, deta; in THIFunctionLocal_3D() local 831 const PetscReal jw = 0.25 * hx * hy, *phi = QuadQInterp[q]; in THIFunctionLocal_3D() local 1128 PetscReal dz[3], phi[8], dphi[8][3], jw, eta, deta; in THIJacobianLocal_Momentum() local 1175 const PetscReal jw = 0.25 * hx * hy, *phi = QuadQInterp[q]; in THIJacobianLocal_Momentum() local
|
| /petsc/src/tao/unconstrained/impls/bmrm/ |
| H A D | bmrm.c | 306 PetscReal jtwt = 0.0, max_jtwt, pre_epsilon, epsilon, jw, min_jw; in TaoSolve_BMRM() local
|