Searched refs:src_points (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/dt/tests/ |
| H A D | ex2.c | 9 PetscReal src_points[1000], target_points[1000], *R; in main() local 24 src_points[0] = -1.; in main() 25 src_points[1] = 0.; in main() 26 src_points[2] = 1.; in main() 27 …oints", "list of points defining intervals on which to integrate", "", src_points, &nsrc_points, &… in main() 41 …PetscCall(PetscDTReconstructPoly(degrees[i], nsrc_points - 1, src_points, ntarget_points - 1, targ… in main()
|