Home
last modified time | relevance | path

Searched refs:from (Results 1 – 25 of 62) sorted by relevance

123

/libCEED/tests/output/
H A Dt211-elemrestriction.out1 CeedElemRestriction from (6, 1) to 3 elements with 2 nodes each and strides [1, 2, 2]
2 CeedElemRestriction from (6, 1) to 3 elements with 2 nodes each and strides [1, 2, 2]
H A Dt211-elemrestriction-f.out1 CeedElemRestriction from (6, 1) to 3 elements with 2 nodes each and strides [1, 2, 2]
2 CeedElemRestriction from (6, 1) to 3 elements with 2 nodes each and strides [1, 2, 2]
H A Dt212-elemrestriction-f.out1 Blocked CeedElemRestriction from (6, 1) to 3 elements with 2 nodes each and strides [1, 2, 2]
2 Blocked CeedElemRestriction from (6, 1) to 3 elements with 2 nodes each and strides [1, 2, 2]
H A Dt210-elemrestriction.out1 CeedElemRestriction from (4, 1) to 3 elements with 2 nodes each and component stride 1
2 CeedElemRestriction from (4, 1) to 3 elements with 2 nodes each and component stride 1
H A Dt210-elemrestriction-f.out1 CeedElemRestriction from (4, 1) to 3 elements with 2 nodes each and component stride 1
2 CeedElemRestriction from (4, 1) to 3 elements with 2 nodes each and component stride 1
H A Dt212-elemrestriction.out1 Blocked CeedElemRestriction from (6, 1) to 3 elements with 2 nodes each and strides [1, 2, 2]
2 Blocked CeedElemRestriction from (6, 1) to 3 elements with 2 nodes each and strides [1, 2, 2]
H A Dt230-elemrestriction.out1 CeedElemRestriction at points from (6, 1) to 3 elements with a maximum of 3 points on an element
/libCEED/julia/LibCEED.jl/gen/
H A Dgenerator.jl9 # load options from generator TOML file
22 # remove trailing newline from output file
/libCEED/examples/petsc/
H A DREADME.md27 - `-mesh` - Read mesh from file
39 which will sample from the `4*4*3=48` specified combinations, each of which will run a problem-size…
52 - `-mesh` - Read mesh from file
87 - `-mesh` - Read mesh from file
/libCEED/python/tests/output/
H A Dtest_211.out1 CeedElemRestriction from (6, 1) to 3 elements with 2 nodes each and strides [1, 2, 2]
H A Dtest_212.out1 Blocked CeedElemRestriction from (6, 1) to 3 elements with 2 nodes each and strides [1, 2, 2]
H A Dtest_210.out1 CeedElemRestriction from (4, 1) to 3 elements with 2 nodes each and component stride 1
/libCEED/doc/sphinx/source/
H A DCODE_OF_CONDUCT.md16 * Accepting responsibility and apologizing to those affected by our mistakes, and learning from the…
53 **Consequence**: A private, written warning from community leaders, providing clarity around the na…
69 **Consequence**: A temporary ban from any sort of interaction or public communication with the comm…
77 **Consequence**: A permanent ban from any sort of public interaction within the community.
81 This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0, available a…
/libCEED/
H A DCODE_OF_CONDUCT.md16 * Accepting responsibility and apologizing to those affected by our mistakes, and learning from the…
53 **Consequence**: A private, written warning from community leaders, providing clarity around the na…
69 **Consequence**: A temporary ban from any sort of interaction or public communication with the comm…
77 **Consequence**: A permanent ban from any sort of public interaction within the community.
81 This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0, available a…
/libCEED/doc/
H A DREADME.md16 …different features, for instance the automatic inclusion of documentation from docstrings and snip…
39 This requires the `rsvg-convert` utility, which is likely available from your package manager under…
55 from toplevel.
/libCEED/tests/junit-xml/
H A DREADME.rst31 You can also clone the Git repository from Github and install it manually:
45 from junit_xml import TestSuite, TestCase
81 stripped from the XML string or file.
/libCEED/rust/libceed-sys/
H A DREADME.md26 * `system`: use libceed from a system directory (otherwise, install from source)
44 If you disable the `static` feature and are not using a system version from a standard path/somewhe…
/libCEED/julia/LibCEED.jl/src/
H A DContext.jl22 `USE_POINTER`, then the data will be preserved from the GC when assigned to a `QFunction`
26 cannot be freed from C.
H A DQFunction.jl11 A `QFunction` can also be created from the "Q-function gallery" using
57 Create a [`QFunction`](@ref) from the Q-function gallery, using the provided name.
107 # Preserve the context data from the GC by storing a reference
H A DBasis.jl94 # Convert from Julia matrices (column-major) to row-major format
151 # Convert from Julia matrices and tensors (column-major) to row-major format
209 # Convert from Julia matrices and tensors (column-major) to row-major format
268 # Convert from Julia matrices and tensors (column-major) to row-major format
292 Apply basis evaluation from nodes to quadrature points or vice versa, storing the result in
298 Set `tmode` to `CEED_NOTRANSPOSE` to evaluate from nodes to quadrature or to
299 `CEED_TRANSPOSE` to apply the transpose, mapping from quadrature points to nodes.
323 automatically convert from Julia arrays to [`CeedVector`](@ref) for convenience.
/libCEED/backends/magma/tuning/
H A DREADME.md15 `NB` from 1 to 32 and saved to `a100_rtc.h`, is:
29 the basis application for a given backend. Run `make tuning` from this directory
/libCEED/julia/LibCEED.jl/
H A DREADME.md14 If you want to run libCEED on the GPU, you will have to build libCEED from source and configure Lib…
19 If you wish to use a different libCEED binary (e.g. one built from source), LibCEED.jl can be confi…
/libCEED/examples/ceed/
H A Dindex.md12 Arbitrary mesh and solution orders in 1D, 2D, and 3D are supported from the same code.
35 …Ex1-Volume`, arbitrary mesh and solution orders in 1D, 2D, and 3D are supported from the same code.
69 Arbitrary mesh and solution orders in 1D, 2D, and 3D are supported from the same code.
/libCEED/examples/
H A Dindex.md7 These examples are meant to demonstrate use of libCEED from standalone definition of operators to i…
/libCEED/rust/libceed/
H A DREADME.md14 To call libCEED from a Rust package, the following `Cargo.toml` can be used.
38 This crate provides modules for each object, but they are usually created from the `Ceed` object as…

123