Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex33.c12 PetscReal kappaNoWet; member
73 PetscReal kappaNoWet = user->kappaNoWet; in FormFunctionLocal() local
92 …PetscReal lambda = lambdaWet + kappaNoWet * PetscRealPart(PetscPowScalar(1. - u[i].s, beta)); in FormFunctionLocal()
94 …PetscReal lambdaL = lambdaWetL + kappaNoWet * PetscRealPart(PetscPowScalar(1. - u[i - 1].s, b… in FormFunctionLocal()
149 user.kappaNoWet = 0.3; in main()