| /libCEED/python/tests/ |
| H A D | test-2-elemrestriction.py | 14 import check 213 stdout, stderr, ref_stdout = check.output(capsys) 232 stdout, stderr, ref_stdout = check.output(capsys) 252 stdout, stderr, ref_stdout = check.output(capsys)
|
| H A D | test-4-qfunction.py | 14 import check 190 stdout, stderr, ref_stdout = check.output(capsys) 314 stdout, stderr, ref_stdout = check.output(capsys)
|
| H A D | test-1-vector.py | 14 import check 178 stdout, stderr, ref_stdout = check.output(capsys)
|
| H A D | test-3-basis.py | 16 import check 58 stdout, stderr, ref_stdout = check.output(capsys)
|
| H A D | test-5-operator.py | 14 import check 105 op_setup.check() 111 op_mass.check() 472 stdout, stderr, ref_stdout = check.output(capsys) 1314 stdout, stderr, ref_stdout = check.output(capsys)
|
| /libCEED/rust/libceed/src/ |
| H A D | operator.rs | 459 pub fn check(&self) -> crate::Result<i32> { in check() method 1001 pub fn check(self) -> crate::Result<Self> { in check() method 1002 self.op_core.check()?; in check() 2458 pub fn check(self) -> crate::Result<Self> { in check() method 2459 self.op_core.check()?; in check()
|
| H A D | lib.rs | 1239 .check()?; in ceed_t501()
|
| /libCEED/examples/python/ |
| H A D | tutorial-5-operator.ipynb | 106 "op_setup.check()\n", 114 "op_mass.check()\n", 194 "op_setup.check()\n", 202 "op_poisson.check()\n",
|
| /libCEED/examples/rust/ex1-volume/src/ |
| H A D | main.rs | 204 .check()?; in example_1() 243 .check()?; in example_1()
|
| /libCEED/examples/rust/ex1-volume-vector/src/ |
| H A D | main.rs | 208 .check()?; in example_1_vector() 251 .check()?; in example_1_vector()
|
| /libCEED/examples/rust/ex3-volume/src/ |
| H A D | main.rs | 241 .check()?; in example_3() 324 .check()?; in example_3()
|
| /libCEED/examples/rust/ex2-surface/src/ |
| H A D | main.rs | 241 .check()?; in example_2() 317 .check()?; in example_2()
|
| /libCEED/examples/rust/ex3-volume-vector/src/ |
| H A D | main.rs | 243 .check()?; in example_3_vector() 337 .check()?; in example_3_vector()
|
| /libCEED/doc/ |
| H A D | README.md | 56 You can use `virtualenv` to keep these extensions isolated, and to check that all necessary extensi…
|
| /libCEED/examples/rust/ex2-surface-vector/src/ |
| H A D | main.rs | 244 .check()?; in example_2_vector() 334 .check()?; in example_2_vector()
|
| /libCEED/python/ |
| H A D | ceed_operator.py | 47 def check(self): member in _OperatorBase
|
| /libCEED/ |
| H A D | RELEASING.md | 30 1. If making a minor release, check for API and ABI changes that could break [semantic versioning](… 33 2. Double check testing on any architectures that may not be exercised in continuous integration (e…
|
| /libCEED/doc/sphinx/source/ |
| H A D | libCEEDdev.md | 192 Please check your code for style issues by running 266 Please check your code for common issues by running 284 Please check your code by running the tool [`include-what-you-use`](https://include-what-you-use.or…
|
| /libCEED/examples/nek/bps/ |
| H A D | bps.usr | 1392 C tolerance check here
|