Searched refs:ubdy (Results 1 – 1 of 1) sorted by relevance
15 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