Home
last modified time | relevance | path

Searched refs:bool (Results 1 – 15 of 15) sorted by relevance

/libCEED/examples/rust/ex1-volume/src/
H A Dopt.rs39 pub(crate) test: bool,
42 pub(crate) quiet: bool,
45 pub(crate) gallery: bool,
/libCEED/examples/rust/ex2-surface-vector/src/
H A Dopt.rs39 pub(crate) test: bool,
42 pub(crate) quiet: bool,
45 pub(crate) gallery: bool,
/libCEED/examples/rust/ex2-surface/src/
H A Dopt.rs39 pub(crate) test: bool,
42 pub(crate) quiet: bool,
45 pub(crate) gallery: bool,
/libCEED/examples/rust/ex1-volume-vector/src/
H A Dopt.rs39 pub(crate) test: bool,
42 pub(crate) quiet: bool,
45 pub(crate) gallery: bool,
/libCEED/examples/rust/ex3-volume/src/
H A Dopt.rs39 pub(crate) test: bool,
42 pub(crate) quiet: bool,
/libCEED/examples/rust/ex3-volume-vector/src/
H A Dopt.rs39 pub(crate) test: bool,
42 pub(crate) quiet: bool,
/libCEED/tests/
H A Djunit_common.py209 …_required_failure(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Tuple[str, bool]:
223 def check_allowed_stdout(self, test: str) -> bool:
235 def has_cgnsdiff() -> bool:
250 def contains_any(base: str, substrings: List[str]) -> bool:
263 def startswith_any(base: str, prefixes: List[str]) -> bool:
465 true_zero: bool = abs(true_val) < zero_tol
466 test_zero: bool = abs(test_val) < zero_tol
467 fail: bool = False
524 backend: str, test: str, index: int, verbose: bool) -> str: argument
586 mode: RunMode, nproc: int, suite_spec: SuiteSpec, verbose: bool = False) -> TestCase: argument
[all …]
H A Djunit.py147 …_required_failure(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Tuple[str, bool]:
186 def check_allowed_stdout(self, test: str) -> bool:
/libCEED/rust/libceed/src/
H A Dvector.rs63 pub fn is_some(&self) -> bool { in is_some() argument
89 pub fn is_active(&self) -> bool { in is_active() argument
115 pub fn is_none(&self) -> bool { in is_none() argument
401 pub fn is_empty(&self) -> bool { in is_empty() argument
H A Dqfunction.rs183 pub fn is_some(&self) -> bool { in is_some() argument
224 pub fn is_some_q_function(&self) -> bool { in is_some_q_function() argument
274 pub fn is_some_q_function_by_name(&self) -> bool { in is_some_q_function_by_name() argument
315 pub fn is_none(&self) -> bool { in is_none() argument
H A Delem_restriction.rs59 pub fn is_some(&self) -> bool { in is_some() argument
87 pub fn is_none(&self) -> bool { in is_none() argument
213 orients: &[bool], in create_oriented() argument
H A Dbasis.rs52 pub fn is_some(&self) -> bool { in is_some() argument
74 pub fn is_none(&self) -> bool { in is_none() argument
H A Dlib.rs518 orients: &[bool], in oriented_elem_restriction() argument
/libCEED/julia/LibCEED.jl/src/
H A DElemRestriction.jl131 - `orients`: Array of shape `(elemsize, nelem)` with bool false for positively oriented
/libCEED/doc/sphinx/source/
H A Dreleasenotes.md11 - Add `bool` field type for `CeedQFunctionContext` and related interfaces to use `bool` fields.