Home
last modified time | relevance | path

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

/honee/src/
H A Ddm-utils.c810 PetscTabulation basis_tabulation; in DMPlexCeedBasisCreate() local
825 PetscCall(PetscFEGetCellTabulation(fe, num_derivatives, &basis_tabulation)); in DMPlexCeedBasisCreate()
826 PetscCall(ComputeFieldTabulationP2C(dm, dm_field, face, basis_tabulation, &interp, &grad)); in DMPlexCeedBasisCreate()
828 …PetscInt num_comp = basis_tabulation->Nc, P = basis_tabulation->Nb / num_comp, Q = basis_tabulatio… in DMPlexCeedBasisCreate()
839 PetscTabulation basis_tabulation; in DMPlexCeedBasisCreate() local
843 … PetscCall(Create1DTabulation_Tensor(comm, fe, &basis_tabulation, &q_points_1d, &q_weights_1d)); in DMPlexCeedBasisCreate()
844 num_comp = basis_tabulation->Nc; in DMPlexCeedBasisCreate()
845 P_1d = basis_tabulation->Nb / num_comp; in DMPlexCeedBasisCreate()
846 Q_1d = basis_tabulation->Np; in DMPlexCeedBasisCreate()
847 PetscCall(ComputeFieldTabulationP2C(dm, dm_field, 0, basis_tabulation, &interp_1d, &grad_1d)); in DMPlexCeedBasisCreate()
[all …]