| /libCEED/examples/rust/ex1-volume/src/ |
| H A D | opt.rs | 39 pub(crate) test: bool, 42 pub(crate) quiet: bool, 45 pub(crate) gallery: bool,
|
| /libCEED/examples/rust/ex2-surface-vector/src/ |
| H A D | opt.rs | 39 pub(crate) test: bool, 42 pub(crate) quiet: bool, 45 pub(crate) gallery: bool,
|
| /libCEED/examples/rust/ex2-surface/src/ |
| H A D | opt.rs | 39 pub(crate) test: bool, 42 pub(crate) quiet: bool, 45 pub(crate) gallery: bool,
|
| /libCEED/examples/rust/ex1-volume-vector/src/ |
| H A D | opt.rs | 39 pub(crate) test: bool, 42 pub(crate) quiet: bool, 45 pub(crate) gallery: bool,
|
| /libCEED/examples/rust/ex3-volume/src/ |
| H A D | opt.rs | 39 pub(crate) test: bool, 42 pub(crate) quiet: bool,
|
| /libCEED/examples/rust/ex3-volume-vector/src/ |
| H A D | opt.rs | 39 pub(crate) test: bool, 42 pub(crate) quiet: bool,
|
| /libCEED/tests/ |
| H A D | junit_common.py | 209 …_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 D | junit.py | 147 …_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 D | vector.rs | 63 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 D | qfunction.rs | 183 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 D | elem_restriction.rs | 59 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 D | basis.rs | 52 pub fn is_some(&self) -> bool { in is_some() argument 74 pub fn is_none(&self) -> bool { in is_none() argument
|
| H A D | lib.rs | 518 orients: &[bool], in oriented_elem_restriction() argument
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | ElemRestriction.jl | 131 - `orients`: Array of shape `(elemsize, nelem)` with bool false for positively oriented
|
| /libCEED/doc/sphinx/source/ |
| H A D | releasenotes.md | 11 - Add `bool` field type for `CeedQFunctionContext` and related interfaces to use `bool` fields.
|