Searched refs:points (Results 1 – 8 of 8) sorted by relevance
| /honee/src/ |
| H A D | setupts.c | 83 const PetscInt wall = walls[w], *points; in Surface_Forces_NS() local 93 PetscCall(ISGetIndices(wall_is, &points)); in Surface_Forces_NS() 95 const PetscInt p = points[i]; in Surface_Forces_NS() 107 PetscCall(ISRestoreIndices(wall_is, &points)); in Surface_Forces_NS()
|
| H A D | dm-utils.c | 1184 …ode DMGetStratumISAtHeight(DM dm, const char name[], PetscInt value, PetscInt height, IS *points) { in DMGetStratumISAtHeight() argument 1194 if (label_is == NULL || depth_is == NULL) *points = NULL; in DMGetStratumISAtHeight() 1195 else PetscCall(ISIntersect(depth_is, label_is, points)); in DMGetStratumISAtHeight()
|
| /honee/examples/meshes/ |
| H A D | cylinder.geo | 57 // Coordinates for Cylinder points
|
| /honee/doc/ |
| H A D | auxiliary.md | 25 …, as for every "parent" point in the parent grid, there are many "child" points in the full domain. 56 We need to evaluate $\psi^\mathrm{parent}_N$ at quadrature points in the full domain. 58 …his assumption means quadrature points in the full domain have the same $(x,y)$ coordinate locatio… 82 …ation runs, it takes a running time average of the statistics at the full domain quadrature points.
|
| H A D | theory.md | 4 …eloped using PETSc, so that the pointwise physics (defined at quadrature points) is separated from… 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 …ot \bm F_{\text{diff}}(\bm{q}_N)$ is interpolated directly to quadrature points without any extra … 432 … of the velocity gradient and grid anisotropy tensor, and then interpolated onto quadrature points.
|
| H A D | runtime_options.md | 31 - Number of extra quadrature points 129 …- Sets intermediate time points to evaluate the solution at. See [PETSc documentation](https://pet…
|
| H A D | examples.md | 252 The file should be newline delimited, with the first line specifying the number of points and the r…
|
| /honee/ |
| H A D | Doxyfile | 1228 # - Make sure the INPUT points to the root of the source tree 1796 # MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax
|