Home
last modified time | relevance | path

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

/honee/src/
H A Ddm-utils.c648 const PetscReal *q_points_petsc, *q_weights_petsc; in GetQuadratureDataP2C() local
652 …atureGetData(quadrature, &dim, &num_comp_quadrature, &num_q_points, &q_points_petsc, &q_weights_pe… in GetQuadratureDataP2C()
667 … for (CeedInt d = 0; d < dim; d++) (*q_points)[i * spatial_dim + d] = q_points_petsc[i * dim + d]; in GetQuadratureDataP2C()