Searched refs:quadrature (Results 1 – 5 of 5) sorted by relevance
| /honee/src/ |
| H A D | dm-utils.c | 220 PetscQuadrature quadrature; in DMPlexCeedElemRestrictionStridedCreate() local 226 PetscCall(PetscFEGetQuadrature(fe, &quadrature)); in DMPlexCeedElemRestrictionStridedCreate() 227 PetscCall(PetscQuadratureGetData(quadrature, NULL, NULL, &num_qpts, NULL, NULL)); in DMPlexCeedElemRestrictionStridedCreate() 390 PetscQuadrature quadrature, face_quadrature; in PetscFECreateLagrangeFromOptions() local 472 PetscCall(PetscDTUniformTensorQuadrature(dim, 1, q_order + 1, -1.0, 1.0, &quadrature)); in PetscFECreateLagrangeFromOptions() 475 … PetscCall(PetscDTCreateDefaultQuadrature(polytope_type, q_order, &quadrature, &face_quadrature)); in PetscFECreateLagrangeFromOptions() 479 PetscCall(PetscFECreateFromSpaces(fe_space, fe_dual_space, quadrature, face_quadrature, fem)); in PetscFECreateLagrangeFromOptions() 645 static inline PetscErrorCode GetQuadratureDataP2C(PetscFE fe, PetscQuadrature quadrature, PetscInt … in GetQuadratureDataP2C() argument 652 …PetscCall(PetscQuadratureGetData(quadrature, &dim, &num_comp_quadrature, &num_q_points, &q_points_… in GetQuadratureDataP2C() 692 PetscQuadrature quadrature; in Create1DTabulation_Tensor() local [all …]
|
| /honee/doc/ |
| H A D | theory.md | 4 … been developed using PETSc, so that the pointwise physics (defined at quadrature points) is separ… 345 …rm a projection operation to get $\nabla \cdot \bm F_{\text{diff}}(\bm{q}_N)$ at quadrature points. 356 These 12 scalar finite element functions' derivatives are then evaluated at quadrature points and t… 361 …}$ itself is a function on the finite element space and can be interpolated onto quadrature points. 369 As noted, we can't calculate $\nabla \cdot \bm F_{\text{diff}}(\bm{q}_N)$ at quadrature points, so … 377 …nabla \cdot \bm F_{\text{diff}}(\bm{q}_N)$ is interpolated directly to quadrature points without a… 432 … of the velocity gradient and grid anisotropy tensor, and then interpolated onto quadrature points. 611 The spatially-varying terms are then evaluated at each quadrature point on-the-fly, either by inter… 614 These values are then interpolated to a physical location (node or quadrature point). It has the fo…
|
| H A D | auxiliary.md | 56 We need to evaluate $\psi^\mathrm{parent}_N$ at quadrature points in the full domain. 58 This assumption means quadrature points in the full domain have the same $(x,y)$ coordinate locatio… 59 This also allows the use of the full domain quadrature weights for the triple integral. 82 …ation runs, it takes a running time average of the statistics at the full domain quadrature points.
|
| H A D | runtime_options.md | 31 - Number of extra quadrature points
|
| /honee/problems/ |
| H A D | sgs_dd_model.c | 329 PetscQuadrature quadrature; in SgsDDSetupNodalEvaluation_Sequential() local 334 PetscCall(PetscFEGetQuadrature(fe, &quadrature)); in SgsDDSetupNodalEvaluation_Sequential() 335 PetscCall(PetscQuadratureGetOrder(quadrature, &num_qpnts)); in SgsDDSetupNodalEvaluation_Sequential()
|