| /libCEED/julia/LibCEED.jl/src/ |
| H A D | Quadrature.jl | 21 lobatto_quadrature(q, mode::Mode=Abscissa) 26 If `mode` is `AbscissaAndWeights`, then both the weights and abscissa are returned as a 29 Otherwise, (if `mode` is `Abscissa`), then only the abscissa `x` are returned. 31 function lobatto_quadrature(q, mode::Mode=Abscissa) where {Mode} 32 return_weights = (mode == AbscissaAndWeights)
|
| H A D | Context.jl | 21 data object. `data` should be an instance of a mutable struct. If the copy mode `cmode` is 25 Copy mode `OWN_POINTER` is not supported by this interface because Julia-allocated objects 46 error("set_data!: copy mode OWN_POINTER is not supported")
|
| H A D | Globals.jl | 64 Evaluation mode used in the specification of input and output fields for Q-functions, e.g.
|
| H A D | ElemRestriction.jl | 68 - `cmode`: Copy mode for the `offsets` array, see [`CopyMode`](@ref) 134 - `cmode`: Copy mode for the `offsets` array, see [`CopyMode`](@ref) 204 - `cmode`: Copy mode for the `offsets` array, see [`CopyMode`](@ref)
|
| /libCEED/tests/ |
| H A D | junit_common.py | 523 def test_case_output_string(test_case: TestCase, spec: TestSpec, mode: RunMode, 526 if mode is RunMode.TAP: 586 mode: RunMode, nproc: int, suite_spec: SuiteSpec, verbose: bool = False) -> TestCase: 755 output_str = test_case_output_string(test_case, spec, mode, backend, test, index, verbose) 768 def run_tests(test: str, ceed_backends: List[str], mode: RunMode, nproc: int, 789 if mode is RunMode.TAP: 795 [pool.apply_async(run_test, (i, test, spec, backend, mode, nproc, suite_spec, verbose)) 807 if is_new_subtest and mode == RunMode.TAP: 814 if mode == RunMode.TAP:
|
| H A D | junit.py | 204 args.mode, 212 if args.mode is RunMode.JUNIT:
|
| /libCEED/examples/petsc/ |
| H A D | README.md | 63 - `-test` - Testing mode (do not print unless error is large) 64 - `-benchmark` - Benchmarking mode (prints benchmark statistics) 86 - `-test` - Testing mode (do not print unless error is large)
|
| /libCEED/julia/LibCEED.jl/examples/ |
| H A D | ex2-surface.jl | 40 mode=RestrictionOnly, 49 mode=StridedOnly, 58 mode=RestrictionAndStrided,
|
| H A D | ex3-volume.jl | 57 mode=StridedOnly, 66 mode=RestrictionAndStrided,
|
| H A D | common.jl | 35 mode::Mode=RestrictionOnly,
|
| H A D | ex1-volume.jl | 56 mode=RestrictionAndStrided,
|
| /libCEED/rust/libceed/src/ |
| H A D | qfunction.rs | 107 let mut mode = 0; in eval_mode() localVariable 109 bind_ceed::CeedQFunctionFieldGetEvalMode(self.ptr, &mut mode); in eval_mode() 111 crate::EvalMode::from_u32(mode) in eval_mode()
|
| /libCEED/include/ceed/ |
| H A D | fortran.h | 170 ! -*- fortran-mode -*-
|
| H A D | ceed.h | 34 #define CEED_VISIBILITY(mode) __attribute__((visibility(#mode))) argument 36 #define CEED_VISIBILITY(mode) argument
|
| /libCEED/examples/fluids/ |
| H A D | README.md | 43 …- Run in test mode and specify whether solution (`solver`) or turbulent statistics (`turb_spanstat… 302 For testing purposes, there is a reduced mode for pure advection, which holds density $\rho$ and mo… 395 For 3D advection, an example of the `rotation` mode can be run with: 401 and the `translation` mode with: 407 For 2D advection, an example of the `rotation` mode can be run with: 413 and the `translation` mode with:
|
| /libCEED/examples/nek/ |
| H A D | README.md | 51 -t|-test Run in test mode (not on by default)
|
| /libCEED/rust/libceed-sys/ |
| H A D | README.md | 52 This mode of development is more fragile than the default (which uses static libraries).
|
| /libCEED/examples/solids/ |
| H A D | README.md | 103 - Run in test mode
|
| /libCEED/ |
| H A D | README.md | 199 This backend can be run in serial or blocked mode and defaults to running in the serial mode if `/c…
|
| H A D | Doxyfile | 1338 # are DARK to always use dark mode, LIGHT to always use light mode, AUTO_DARK to 1339 # default to dark mode unless the user prefers light mode, and TOGGLE to let the 1340 # user toggle between dark and light mode via a button. 1342 # dark output., AUTO_LIGHT Automatically set the mode according to the user 1343 # preference, use light mode if no preference is set (the default)., AUTO_DARK 1344 # Automatically set the mode according to the user preference, use dark mode if 1346 # dark mode via a button.. 1471 # in maintenance mode). You can download the HTML help workshop from the web
|
| H A D | Makefile | 798 …@$(PYTHON) tests/junit.py --mode tap --ceed-backends $(BACKENDS) --nproc $(NPROC_TEST) --pool-size… 825 …$(PROVE) $(PROVE_OPTS) --exec '$(PYTHON) tests/junit.py' $(matched:$(OBJDIR)/%=%) :: --mode tap --…
|
| /libCEED/doc/sphinx/source/ |
| H A D | libCEEDapi.md | 266 …t fields are added individually, specifying the field name, size of the field, and evaluation mode. 270 The evaluation mode (see {ref}`CeedBasis-Typedefs and Enumerations`) `CEED_EVAL_INTERP` for both in… 285 For fields with derivatives, such as with the basis evaluation mode (see {ref}`CeedBasis-Typedefs a…
|
| H A D | releasenotes.md | 383 `QFunctionField` with eval mode `CEED EVAL GRAD`.
|
| /libCEED/rust/libceed-sys/c-src/ |
| H A D | Makefile | 798 …@$(PYTHON) tests/junit.py --mode tap --ceed-backends $(BACKENDS) --nproc $(NPROC_TEST) --pool-size… 825 …$(PROVE) $(PROVE_OPTS) --exec '$(PYTHON) tests/junit.py' $(matched:$(OBJDIR)/%=%) :: --mode tap --…
|
| /libCEED/examples/nek/bps/ |
| H A D | bps.usr | 1674 C Get test mode flag
|