Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex31.c31 PetscReal Ma, Pr, h_0; member
55 blasius->h_0 = 2.; /* relative temperature at the wall */ in main()
62 …PetscCall(PetscOptionsReal("-h_0", "Relative enthalpy at wall", "", blasius->h_0, &blasius->h_0, N… in main()
193 r[N] = h[0] - blasius->h_0; /* Left end boundary condition */ in FormFunction()