Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex48.c259 PetscReal ssa_friction_scale; member
532 …itions by this factor in SSA (2D) assembly", "", thi->ssa_friction_scale, &thi->ssa_friction_scale in THICreate()
1011 … * 4. * dpl[0] + dp[1] * jw * eta * dpl[1] + pp * jw * (beta2 / h) * ppl * thi->ssa_friction_scale; in THIJacobianLocal_2D()
1014 … * 4. * dpl[1] + dp[0] * jw * eta * dpl[0] + pp * jw * (beta2 / h) * ppl * thi->ssa_friction_scale; in THIJacobianLocal_2D()
1016 …w * deta * dgdu * (du[1] + dv[0]) + pp * jw * (dbeta2 / h) * u * u * ppl * thi->ssa_friction_scale; in THIJacobianLocal_2D()
1017 …w * deta * dgdv * (du[1] + dv[0]) + pp * jw * (dbeta2 / h) * u * v * ppl * thi->ssa_friction_scale; in THIJacobianLocal_2D()
1018 …w * deta * dgdu * (du[1] + dv[0]) + pp * jw * (dbeta2 / h) * v * u * ppl * thi->ssa_friction_scale; in THIJacobianLocal_2D()
1019 …w * deta * dgdv * (du[1] + dv[0]) + pp * jw * (dbeta2 / h) * v * v * ppl * thi->ssa_friction_scale; in THIJacobianLocal_2D()
/petsc/src/ts/tutorials/
H A Dex14.c245 PetscReal ssa_friction_scale; member
605 …itions by this factor in SSA (2D) assembly", "", thi->ssa_friction_scale, &thi->ssa_friction_scale in THICreate()