| /libCEED/examples/ |
| H A D | notation.md | 5 …Gauss-Legendre-Lobatto (GLL) points, and quadrature points $\{q_i\}_{i=1}^Q$, with corresponding w…
|
| H A D | README.md | 52 The BPs are parametrized by the number $P$ of Gauss-Legendre-Lobatto nodal points (with $P=p+1$, an… 53 A $Q$-point Gauss-Legendre quadrature is used for all BPs except BP5 and BP6, which choose $Q = P$ …
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | Quadrature.jl | 4 Return the Gauss-Legendre quadrature rule with `q` points (integrates polynomials of degree 23 Return the Gauss-Lobatto quadrature rule with `q` points (integrates polynomials of degree
|
| H A D | Basis.jl | 47 - `p`: Number of Gauss-Lobatto nodes in one dimension. The polynomial degree of the
|
| /libCEED/examples/python/ |
| H A D | tutorial-3-basis.ipynb | 79 …"The Lagrange interpolation nodes are at the Gauss-Lobatto points, so interpolation to Gauss-Lobat… 139 …"In contrast, the Gauss quadrature points are not collocated, and thus all basis functions are gen… 153 "# Mark tho Gauss quadrature points\n",
|
| H A D | tutorial-6-shell.ipynb | 23 "Gauss-Legendre-Lobatto (GLL) points, and quadrature points $\\{q_i\\}_{i=1}^Q$, with\n", 24 "corresponding weights $\\{w_i\\}_{i=1}^Q$ (typically the ones given by Gauss\n", 25 "or Gauss-Lobatto quadratures, that are built in the library).\n",
|
| /libCEED/examples/rust/ex1-volume/src/ |
| H A D | main.rs | 90 libceed::QuadMode::Gauss, in example_1() 97 libceed::QuadMode::Gauss, in example_1()
|
| /libCEED/examples/rust/ex1-volume-vector/src/ |
| H A D | main.rs | 92 libceed::QuadMode::Gauss, in example_1_vector() 99 libceed::QuadMode::Gauss, in example_1_vector()
|
| /libCEED/rust/libceed/src/ |
| H A D | lib.rs | 90 Gauss = bind_ceed::CeedQuadMode_CEED_GAUSS as isize, enumerator 1221 let bx = ceed.basis_tensor_H1_Lagrange(1, 1, 2, q, QuadMode::Gauss)?; in ceed_t501() 1222 let bu = ceed.basis_tensor_H1_Lagrange(1, 1, p, q, QuadMode::Gauss)?; in ceed_t501()
|
| /libCEED/examples/rust/ex3-volume/src/ |
| H A D | main.rs | 86 libceed::QuadMode::Gauss, in example_3() 93 libceed::QuadMode::Gauss, in example_3()
|
| /libCEED/examples/rust/ex2-surface/src/ |
| H A D | main.rs | 91 libceed::QuadMode::Gauss, in example_2() 98 libceed::QuadMode::Gauss, in example_2()
|
| /libCEED/examples/rust/ex3-volume-vector/src/ |
| H A D | main.rs | 88 libceed::QuadMode::Gauss, in example_3_vector() 95 libceed::QuadMode::Gauss, in example_3_vector()
|
| /libCEED/examples/rust/ex2-surface-vector/src/ |
| H A D | main.rs | 93 libceed::QuadMode::Gauss, in example_2_vector() 100 libceed::QuadMode::Gauss, in example_2_vector()
|
| /libCEED/doc/sphinx/source/ |
| H A D | libCEEDapi.md | 290 Both basis operators use the same integration rule, which is Gauss-Legendre with 8 points (the `Q` …
|
| H A D | releasenotes.md | 402 as the Gauss Lobatto nodes---of BP3 and BP4 respectively) were added to the PETSc
|
| /libCEED/examples/nek/bps/ |
| H A D | bps.usr | 465 C (Gauss-Legendre Lobatto mesh).
|