Searched refs:fe_1d (Results 1 – 1 of 1) sorted by relevance
| /honee/src/ |
| H A D | dm-utils.c | 690 PetscFE fe_1d; in Create1DTabulation_Tensor() local 713 … (PetscInt)PetscCeilReal(PetscPowReal(1.0 * q_order, 1.0 / dim)) - 1, prefix, &fe_1d)); in Create1DTabulation_Tensor() 717 PetscCall(PetscFEGetQuadrature(fe_1d, &quadrature)); in Create1DTabulation_Tensor() 718 PetscCall(GetQuadratureDataP2C(fe_1d, quadrature, &q_dim, NULL, &Q, q_points_1d, q_weights_1d)); in Create1DTabulation_Tensor() 721 PetscCall(PetscFECreateTabulation(fe_1d, 1, Q, *q_points_1d, num_derivatives, tabulation)); in Create1DTabulation_Tensor() 724 PetscCall(PetscFEDestroy(&fe_1d)); in Create1DTabulation_Tensor()
|