Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex51.c15 static PetscReal ubdy(PetscReal, PetscReal);
180 val = ubdy(x, y); in main()
335 u[indx] = ubdy(x + H * nds[i], y + H * nds[j]); in FormNodalSoln()
388 static PetscReal ubdy(PetscReal x, PetscReal y) in ubdy() function