Searched refs:q_points (Results 1 – 2 of 2) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | dm_utils.c | 270 PetscScalar *q_points, *interp, *grad; in BasisCreateFromTabulation() local 304 PetscCall(PetscCalloc(q_points_size, &q_points)); 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() 346 …PetscCallCeed(ceed, CeedBasisCreateH1(ceed, elem_topo, num_comp, P, Q, interp, grad, q_points, q_w… in BasisCreateFromTabulation() 347 PetscCall(PetscFree(q_points)); in BasisCreateFromTabulation()
|
| /libCEED/examples/petsc/src/ |
| H A D | petscutils.c | 257 PetscScalar *q_points, *interp, *grad; in BasisCreateFromTabulation() local 292 PetscCall(PetscCalloc(q_points_size, &q_points)); 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() 335 CeedBasisCreateH1(ceed, elem_topo, num_comp, P, Q, interp, grad, q_points, q_weights, basis); in BasisCreateFromTabulation() 336 PetscCall(PetscFree(q_points)); in BasisCreateFromTabulation()
|