Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Ddm_utils.c299 const PetscScalar *q_points_petsc; in BasisCreateFromTabulation() local
302 PetscCall(PetscQuadratureGetData(quadrature, &q_dim, NULL, &Q, &q_points_petsc, &q_weights)); in BasisCreateFromTabulation()
306 for (PetscInt d = 0; d < q_dim; d++) q_points[q * dim + d] = q_points_petsc[q * q_dim + d]; in BasisCreateFromTabulation()
/libCEED/examples/petsc/src/
H A Dpetscutils.c287 const PetscScalar *q_points_petsc; in BasisCreateFromTabulation() local
290 PetscCall(PetscQuadratureGetData(quadrature, &q_dim, NULL, &Q, &q_points_petsc, &q_weights)); in BasisCreateFromTabulation()
294 for (PetscInt d = 0; d < q_dim; d++) q_points[q * dim + d] = q_points_petsc[q * q_dim + d]; in BasisCreateFromTabulation()