Home
last modified time | relevance | path

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

/libCEED/julia/LibCEED.jl/src/
H A DQuadrature.jl21 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 DContext.jl21 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 DGlobals.jl64 Evaluation mode used in the specification of input and output fields for Q-functions, e.g.
H A DElemRestriction.jl68 - `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 Djunit_common.py523 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 Djunit.py204 args.mode,
212 if args.mode is RunMode.JUNIT:
/libCEED/examples/petsc/
H A DREADME.md63 - `-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 Dex2-surface.jl40 mode=RestrictionOnly,
49 mode=StridedOnly,
58 mode=RestrictionAndStrided,
H A Dex3-volume.jl57 mode=StridedOnly,
66 mode=RestrictionAndStrided,
H A Dcommon.jl35 mode::Mode=RestrictionOnly,
H A Dex1-volume.jl56 mode=RestrictionAndStrided,
/libCEED/rust/libceed/src/
H A Dqfunction.rs107 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 Dfortran.h170 ! -*- fortran-mode -*-
H A Dceed.h34 #define CEED_VISIBILITY(mode) __attribute__((visibility(#mode))) argument
36 #define CEED_VISIBILITY(mode) argument
/libCEED/examples/fluids/
H A DREADME.md43 …- 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 DREADME.md51 -t|-test Run in test mode (not on by default)
/libCEED/rust/libceed-sys/
H A DREADME.md52 This mode of development is more fragile than the default (which uses static libraries).
/libCEED/examples/solids/
H A DREADME.md103 - Run in test mode
/libCEED/
H A DREADME.md199 This backend can be run in serial or blocked mode and defaults to running in the serial mode if `/c…
H A DDoxyfile1338 # 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 DMakefile798 …@$(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 DlibCEEDapi.md266 …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 Dreleasenotes.md383 `QFunctionField` with eval mode `CEED EVAL GRAD`.
/libCEED/rust/libceed-sys/c-src/
H A DMakefile798 …@$(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 Dbps.usr1674 C Get test mode flag