Lines Matching full:with
26 - * BP1 (scalar mass operator) with $Q=P+1$
27 * BP2 (vector mass operator) with $Q=P+1$
28 * BP3 (scalar Laplace operator) with $Q=P+1$
29 * BP4 (vector Laplace operator) with $Q=P+1$
30 * BP5 (collocated scalar Laplace operator) with $Q=P$
31 * BP6 (collocated vector Laplace operator) with $Q=P$
33 - * BP1 (scalar mass operator) with $Q=P+1$
34 * BP3 (scalar Laplace operator) with $Q=P+1$
36 - * BP1 (scalar mass operator) with $Q=P+1$
37 * BP2 (vector mass operator) with $Q=P+1$
38 * BP3 (scalar Laplace operator) with $Q=P+1$
39 * BP4 (vector Laplace operator) with $Q=P+1$
40 * BP5 (collocated scalar Laplace operator) with $Q=P$
41 * BP6 (collocated vector Laplace operator) with $Q=P$
43 - * BP1 (scalar mass operator) with $Q=P+1$
44 * BP3 (scalar Laplace operator) with $Q=P+1$
47 … scatter, element evaluation kernel, element gather, and parallel gather (with the parallel gather…
52 The BPs are parametrized by the number $P$ of Gauss-Legendre-Lobatto nodal points (with $P=p+1$, an…
53 …, which choose $Q = P$ and Gauss-Legendre-Lobatto quadrature to collocate with the interpolation n…
82 …ing how to install the Python interface and the usage of each API object, with interactive example…