Home
last modified time | relevance | path

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

/libCEED/examples/
H A Dnotation.md5Gauss-Legendre-Lobatto (GLL) points, and quadrature points $\{q_i\}_{i=1}^Q$, with corresponding w…
H A DREADME.md52 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 DQuadrature.jl4 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 DBasis.jl47 - `p`: Number of Gauss-Lobatto nodes in one dimension. The polynomial degree of the
/libCEED/examples/python/
H A Dtutorial-3-basis.ipynb79 …"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 Dtutorial-6-shell.ipynb23 "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 Dmain.rs90 libceed::QuadMode::Gauss, in example_1()
97 libceed::QuadMode::Gauss, in example_1()
/libCEED/examples/rust/ex1-volume-vector/src/
H A Dmain.rs92 libceed::QuadMode::Gauss, in example_1_vector()
99 libceed::QuadMode::Gauss, in example_1_vector()
/libCEED/rust/libceed/src/
H A Dlib.rs90 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 Dmain.rs86 libceed::QuadMode::Gauss, in example_3()
93 libceed::QuadMode::Gauss, in example_3()
/libCEED/examples/rust/ex2-surface/src/
H A Dmain.rs91 libceed::QuadMode::Gauss, in example_2()
98 libceed::QuadMode::Gauss, in example_2()
/libCEED/examples/rust/ex3-volume-vector/src/
H A Dmain.rs88 libceed::QuadMode::Gauss, in example_3_vector()
95 libceed::QuadMode::Gauss, in example_3_vector()
/libCEED/examples/rust/ex2-surface-vector/src/
H A Dmain.rs93 libceed::QuadMode::Gauss, in example_2_vector()
100 libceed::QuadMode::Gauss, in example_2_vector()
/libCEED/doc/sphinx/source/
H A DlibCEEDapi.md290 Both basis operators use the same integration rule, which is Gauss-Legendre with 8 points (the `Q` …
H A Dreleasenotes.md402 as the Gauss Lobatto nodes---of BP3 and BP4 respectively) were added to the PETSc
/libCEED/examples/nek/bps/
H A Dbps.usr465 C (Gauss-Legendre Lobatto mesh).