Searched refs:la_nodes (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/dt/tests/ |
| H A D | ex6.c | 9 PetscReal *la_nodes, *la_weights, *n_nodes, *n_weights; in main() local 15 PetscCall(PetscMalloc1(n, &la_nodes)); in main() 19 …sLobattoLegendreQuadrature(n, PETSCGAUSSLOBATTOLEGENDRE_VIA_LINEAR_ALGEBRA, la_nodes, la_weights)); in main() 22 PetscCall(PetscRealView(n, la_nodes, PETSC_VIEWER_STDOUT_SELF)); in main() 30 la_nodes[i] -= n_nodes[i]; in main() 34 PetscCall(PetscRealView(n, la_nodes, PETSC_VIEWER_STDOUT_SELF)); in main() 37 PetscCall(PetscFree(la_nodes)); in main()
|