| /libCEED/rust/libceed/src/ |
| H A D | lib.rs | 383 Vector::create(self, n) in vector() 455 ElemRestriction::create( in elem_restriction() 1110 QFunction::create(self, vlength, f) in q_function_interior() 1129 QFunctionByName::create(self, name) in q_function_interior_by_name() 1160 Operator::create(self, qf, dqf, dqfT) in operator() 1174 CompositeOperator::create(self) in composite_operator()
|
| H A D | vector.rs | 245 pub fn create(ceed: &crate::Ceed, n: usize) -> crate::Result<Self> { in create() method 309 let mut x = Self::create(ceed, v.len())?; in from_slice() 332 let x = Self::create(ceed, v.len())?; in from_array()
|
| H A D | qfunction.rs | 574 pub fn create( in create() method 869 pub fn create(ceed: &crate::Ceed, name: &str) -> crate::Result<Self> { in create() method
|
| H A D | operator.rs | 542 pub fn create<'b>( in create() method 2120 pub fn create(ceed: &crate::Ceed) -> crate::Result<Self> { in create() method
|
| H A D | elem_restriction.rs | 157 pub fn create( in create() method
|
| /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… 74 "* In the following example, we create and evaluate a built-in identity QFunction." 107 …"* In the following example, we create and evaluate a QFunction (for the mass operator in 1D) from… 158 …"* In the following example, we create and evaluate a built-in identity QFunction 3 fields per qua…
|
| H A D | tutorial-5-operator.ipynb | 45 …"* In the following example, we create and apply a CeedOperator for the mass matrix in 1D. By appl… 133 …"* In the next example, we create and apply a CeedOperator for the Poisson operator in 1D. By appl…
|
| H A D | tutorial-1-vector.ipynb | 208 …se device memory in your `libceed.Vector`s. In the following example, we create a `libceed.Vector`…
|
| H A D | tutorial-3-basis.ipynb | 163 …"Here, we create a 3D tensor product element with more quadrature points than Lagrange interpolati…
|
| /libCEED/julia/LibCEED.jl/gen/ |
| H A D | generator.jl | 16 # create context
|
| /libCEED/ |
| H A D | CONTRIBUTING.md | 15 It is useful to create a WIP (work in progress) pull request for any long-running development so th… 56 …ons reach this level and add your name to `AUTHORS`, but please email or create an issue if you be…
|
| H A D | RELEASING.md | 3 *These notes are meant for a maintainer to create official releases.* 5 In preparing a release, create a branch to hold pre-release commits. 127 At this point, the bot should create a PR against the [general Julia registry](https://github.com/J…
|
| H A D | README.md | 216 …to build the MAGMA backends with a MAGMA installation located elsewhere, create a link to `magma/`…
|
| H A D | Doxyfile | 73 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096 789 # output files in an output format independent way. To create the layout file 807 # search path. See also \cite for info how to create references. 1418 # create a documentation set, doxygen will generate a Makefile in the HTML 1707 # to create new LaTeX commands to be used in formulas as building blocks. See 2352 # When a file name is specified after GENERATE_TAGFILE, doxygen will create a
|
| /libCEED/doc/sphinx/source/ |
| H A D | CONTRIBUTING.md | 15 It is useful to create a WIP (work in progress) pull request for any long-running development so th… 56 …ons reach this level and add your name to `AUTHORS`, but please email or create an issue if you be…
|
| H A D | libCEEDdev.md | 6 Different Ceed backends are selected by instantiating a different {ref}`Ceed` object to create the … 40 …ef}`Ceed` object uses its fallback `/gpu/cuda/ref` {ref}`Ceed` object to create a clone of the {re…
|
| H A D | releasenotes.md | 61 - Added {c:func}`CeedOperatorLinearAssemblePointBlockDiagonalSymbolic` to create COO mapping for ma…
|
| /libCEED/doc/ |
| H A D | README.md | 59 virtualenv VENV # create a virtual environment
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | Globals.jl | 110 Type of basis shape to create non-tensor H1 element basis. One of `LINE`, `TRIANGLE`,
|
| /libCEED/examples/fluids/ |
| H A D | README.md | 776 …rce` in `vortexshedding.yaml`), which can be postprocessed by running to create a figure showing l…
|