Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex51.c310 …ode FormNodalRhs(PetscInt P, PetscReal x, PetscReal y, PetscReal H, PetscReal *nds, PetscScalar *r) in FormNodalRhs() argument
318 r[indx] = src(x + H * nds[i], y + H * nds[j]); in FormNodalRhs()
327 …de FormNodalSoln(PetscInt P, PetscReal x, PetscReal y, PetscReal H, PetscReal *nds, PetscScalar *u) in FormNodalSoln() argument
335 u[indx] = ubdy(x + H * nds[i], y + H * nds[j]); in FormNodalSoln()
/petsc/src/dm/interface/
H A Ddmcoordinates.c1149 PetscDS ds, nds; in DMSetCoordinateDisc() local
1152 PetscCall(DMGetDS(cdmNew, &nds)); in DMSetCoordinateDisc()
1153 PetscCall(PetscDSCopyConstants(ds, nds)); in DMSetCoordinateDisc()