Searched refs:nds (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex51.c | 310 …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 D | dmcoordinates.c | 1149 PetscDS ds, nds; in DMSetCoordinateDisc() local 1152 PetscCall(DMGetDS(cdmNew, &nds)); in DMSetCoordinateDisc() 1153 PetscCall(PetscDSCopyConstants(ds, nds)); in DMSetCoordinateDisc()
|