Searched refs:num_derivatives (Results 1 – 1 of 1) sorted by relevance
| /honee/src/ |
| H A D | dm-utils.c | 691 PetscInt dim, num_comp, Q = -1, q_dim = -1, num_derivatives = 1; in Create1DTabulation_Tensor() local 721 PetscCall(PetscFECreateTabulation(fe_1d, 1, Q, *q_points_1d, num_derivatives, tabulation)); in Create1DTabulation_Tensor() 811 PetscInt num_derivatives = 1, face = 0; in DMPlexCeedBasisCreate() local 825 PetscCall(PetscFEGetCellTabulation(fe, num_derivatives, &basis_tabulation)); in DMPlexCeedBasisCreate() 999 PetscInt num_derivatives = 1, num_comp, P, Q = -1; in DMPlexCeedBasisCellToFaceCreate() local 1014 PetscCall(PetscFEGetFaceTabulation(fe, num_derivatives, &basis_tabulation)); in DMPlexCeedBasisCellToFaceCreate()
|