Home
last modified time | relevance | path

Searched refs:diagu (Results 1 – 2 of 2) sorted by relevance

/petsc/src/snes/tutorials/
H A Dex48.c822 …const PetscScalar diagu = 2 * etabase / thi->rhog * (hx * hy / hz + hx * hz / hy + 4 * hy * hz / h… in THIFunctionLocal() local
823 fn[0]->u = thi->dirichlet_scale * diagu * x[i][j][k].u; in THIFunctionLocal()
1144 …const PetscScalar diagu = 2 * etabase / thi->rhog * (hx * hy / hz + hx * hz / hy + 4 * hy * hz / h… local
1145 Ke[0][0] = thi->dirichlet_scale * diagu;
/petsc/src/ts/tutorials/
H A Dex14.c826 …const PetscScalar diagu = 2 * etabase / thi->rhog * (hx * hy / hz + hx * hz / hy + 4 * hy * hz / h… in THIFunctionLocal_3D() local
827 fn[0]->u = thi->dirichlet_scale * diagu * x[i][j][k].u; in THIFunctionLocal_3D()
1168 …const PetscScalar diagu = 2 * etabase / thi->rhog * (hx * hy / hz + hx * hz / hy + 4 * hy * hz / h… in THIJacobianLocal_Momentum() local
1169 Ke[0][0] = thi->dirichlet_scale * diagu; in THIJacobianLocal_Momentum()