Searched refs:view (Results 1 – 16 of 16) sorted by relevance
| /libCEED/julia/LibCEED.jl/docs/src/ |
| H A D | UserQFunctions.md | 119 dXdxdXdxT = getvoigt(@view(qdata[i,:]), CeedDim(dim)) 120 dui = SVector{dim}(@view(du[i,:])) 166 dXdxdXdxT = getvoigt(@view(qdata[i,:]), CeedDim(dim)) 167 dui = SVector{dim}(@view(du[i,:])) 173 `@view(qdata[i,:])`, which avoids allocations. [`getvoigt`](@ref) is used to
|
| H A D | Misc.md | 11 instead is given as, for example, a view into a larger array, then LibCEED.jl
|
| /libCEED/examples/rust/mesh/src/ |
| H A D | lib.rs | 149 let nodes = nodes_full.view()?;
|
| /libCEED/rust/libceed/ |
| H A D | README.md | 32 let xs = xc.view()?;
|
| /libCEED/examples/rust/ex2-surface/src/ |
| H A D | main.rs | 324 let coords = mesh_coords.view()?; in example_2() 334 let area: libceed::Scalar = v.view()?.iter().map(|v| (*v).abs()).sum(); in example_2()
|
| /libCEED/examples/rust/ex2-surface-vector/src/ |
| H A D | main.rs | 341 let coords = mesh_coords.view()?; in example_2_vector() 361 .view()? in example_2_vector()
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | UserQFunction.jl | 55 array_views[i] = :($arr_name = LibCEED.SArray{$S}(@view $slice)) 58 array_views[i] = :($arr_name = @view $slice)
|
| /libCEED/examples/rust/ex1-volume/src/ |
| H A D | main.rs | 253 let volume: libceed::Scalar = v.view()?.iter().sum(); in example_1()
|
| /libCEED/examples/rust/ex1-volume-vector/src/ |
| H A D | main.rs | 270 let volume: libceed::Scalar = v.view()?.iter().sum::<libceed::Scalar>() in example_1_vector()
|
| /libCEED/rust/libceed/src/ |
| H A D | vector.rs | 564 pub fn view(&self) -> crate::Result<VectorView> { in view() method
|
| H A D | lib.rs | 1245 let sum: Scalar = v.view()?.iter().sum(); in ceed_t501()
|
| /libCEED/examples/rust/ex3-volume/src/ |
| H A D | main.rs | 334 let volume: libceed::Scalar = v.view()?.iter().sum(); in example_3()
|
| /libCEED/examples/python/ |
| H A D | tutorial-4-qfunction.ipynb | 49 …"* In the following example, we create and view two QFunctions (for the setup and apply, respectiv…
|
| H A D | tutorial-2-elemrestriction.ipynb | 167 …"* In the following example, we illustrate the creation and view of a blocked strided (identity) e…
|
| /libCEED/examples/rust/ex3-volume-vector/src/ |
| H A D | main.rs | 356 let volume: libceed::Scalar = v.view()?.iter().sum::<libceed::Scalar>() in example_3_vector()
|
| /libCEED/ |
| H A D | Doxyfile | 473 # the optimal cache size from a speed point of view. 1525 # the table of contents of the HTML help documentation and to the tree view. 2437 # DOT_NODE_ATTR is concatenated with DOT_COMMON_ATTR. For view without boxes
|