Lines Matching full:with
10 …atrix representation of the global operator is computationally expensive, with respect to both the…
39 In the {ref}`Examples` provided with the library (in the {file}`examples/` directory), we store the…
87 …> - this is an overlapping vector decomposition with overlaps only across different processors---t…
101 - In the case of AMR with hanging nodes (giving rise to hanging DoFs):
103 > - the **L-vector** is enhanced with the hanging/dependent DoFs
158 …iational restrictions with $\bm{B}$, $\bm{\mathcal{E}}$ and $\bm{P}$, starting from its point-wise…
160 … (**E-vector**) matrices and perform the action of $\bm{A}$ using matvecs with $\bm{P}$ or $\bm{P}…
166 …e partial assembly algorithm requires optimal amount of memory transfers (with respect to the poly…
180 … required communications among devices (which are generally on different compute nodes) with **P**.
184 For example, on a node with 2 CPU sockets and 4 GPUs, one may decide to use 6 MPI ranks (each using…
187 …lowing operations performed on a coprocessor or worker threads to overlap with operations on the h…
226 We show that the active output of the setup operator, combining the quadrature weights with the Jac…
245 …hich will have discretion over the implementations of all objects created with this logical device.
285 For fields with derivatives, such as with the basis evaluation mode (see {ref}`CeedBasis-Typedefs a…
290 Both basis operators use the same integration rule, which is Gauss-Legendre with 8 points (the `Q` …
298 Other elements with this structure can be specified in terms of the `Q×P` matrices that evaluate va…
322 The former can be done with the existing interface while the latter will require a generalization t…
324 These operations, $\bm{\mathcal{E}}$, $\bm{B}$, and $\bm{D}$, are combined with a {ref}`CeedOperato…
325 As with {ref}`CeedQFunction`s, operator fields are added
326 separately with a matching field name, basis ($\bm{B}$), element restriction ($\bm{\mathcal{E}}$), …
330 With partial assembly, we first perform a setup stage where $\bm{D}$ is evaluated and stored.
352 …r `op_mass` and its {c:func}`CeedOperatorApply()` to the input **L-vector** `U` with output in `V`:
380 The available QFunctions are the ones associated with the mass, the Laplacian, and the identity ope…
381 …QFunctions, consider the selection of the {ref}`CeedQFunction` associated with a simple 1D mass ma…
390 LibCEED is intended to be extensible via backends that are packaged with the library and packaged s…
405 We have less experience with external packaging of backends and do not presently guarantee source o…
406 We'd love to talk with you if you're interested in packaging backends externally, and will work wit…