Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex51.c23 static PetscErrorCode FormNodalSoln(PetscInt, PetscReal, PetscReal, PetscReal, PetscReal *, PetscSc…
133 PetscCall(FormNodalSoln(p, x, y, h, gllNode, ue)); in main()
327 static PetscErrorCode FormNodalSoln(PetscInt P, PetscReal x, PetscReal y, PetscReal H, PetscReal *n… in FormNodalSoln() function