Searched refs:la_weights (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 16 PetscCall(PetscMalloc1(n, &la_weights)); in main() 19 …sLobattoLegendreQuadrature(n, PETSCGAUSSLOBATTOLEGENDRE_VIA_LINEAR_ALGEBRA, la_nodes, la_weights)); in main() 23 PetscCall(PetscRealView(n, la_weights, PETSC_VIEWER_STDOUT_SELF)); in main() 31 la_weights[i] -= n_weights[i]; in main() 35 PetscCall(PetscRealView(n, la_weights, PETSC_VIEWER_STDOUT_SELF)); in main() 38 PetscCall(PetscFree(la_weights)); in main()
|