Home
last modified time | relevance | path

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

/libCEED/julia/LibCEED.jl/docs/src/
H A DUserQFunctions.md119 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 DMisc.md11 instead is given as, for example, a view into a larger array, then LibCEED.jl
/libCEED/examples/rust/mesh/src/
H A Dlib.rs149 let nodes = nodes_full.view()?;
/libCEED/rust/libceed/
H A DREADME.md32 let xs = xc.view()?;
/libCEED/examples/rust/ex2-surface/src/
H A Dmain.rs324 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 Dmain.rs341 let coords = mesh_coords.view()?; in example_2_vector()
361 .view()? in example_2_vector()
/libCEED/julia/LibCEED.jl/src/
H A DUserQFunction.jl55 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 Dmain.rs253 let volume: libceed::Scalar = v.view()?.iter().sum(); in example_1()
/libCEED/examples/rust/ex1-volume-vector/src/
H A Dmain.rs270 let volume: libceed::Scalar = v.view()?.iter().sum::<libceed::Scalar>() in example_1_vector()
/libCEED/rust/libceed/src/
H A Dvector.rs564 pub fn view(&self) -> crate::Result<VectorView> { in view() method
H A Dlib.rs1245 let sum: Scalar = v.view()?.iter().sum(); in ceed_t501()
/libCEED/examples/rust/ex3-volume/src/
H A Dmain.rs334 let volume: libceed::Scalar = v.view()?.iter().sum(); in example_3()
/libCEED/examples/python/
H A Dtutorial-4-qfunction.ipynb49 …"* In the following example, we create and view two QFunctions (for the setup and apply, respectiv…
H A Dtutorial-2-elemrestriction.ipynb167 …"* 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 Dmain.rs356 let volume: libceed::Scalar = v.view()?.iter().sum::<libceed::Scalar>() in example_3_vector()
/libCEED/
H A DDoxyfile473 # 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