Home
last modified time | relevance | path

Searched refs:check (Results 1 – 19 of 19) sorted by relevance

/libCEED/python/tests/
H A Dtest-2-elemrestriction.py14 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 Dtest-4-qfunction.py14 import check
190 stdout, stderr, ref_stdout = check.output(capsys)
314 stdout, stderr, ref_stdout = check.output(capsys)
H A Dtest-1-vector.py14 import check
178 stdout, stderr, ref_stdout = check.output(capsys)
H A Dtest-3-basis.py16 import check
58 stdout, stderr, ref_stdout = check.output(capsys)
H A Dtest-5-operator.py14 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 Doperator.rs459 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 Dlib.rs1239 .check()?; in ceed_t501()
/libCEED/examples/python/
H A Dtutorial-5-operator.ipynb106 "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 Dmain.rs204 .check()?; in example_1()
243 .check()?; in example_1()
/libCEED/examples/rust/ex1-volume-vector/src/
H A Dmain.rs208 .check()?; in example_1_vector()
251 .check()?; in example_1_vector()
/libCEED/examples/rust/ex3-volume/src/
H A Dmain.rs241 .check()?; in example_3()
324 .check()?; in example_3()
/libCEED/examples/rust/ex2-surface/src/
H A Dmain.rs241 .check()?; in example_2()
317 .check()?; in example_2()
/libCEED/examples/rust/ex3-volume-vector/src/
H A Dmain.rs243 .check()?; in example_3_vector()
337 .check()?; in example_3_vector()
/libCEED/doc/
H A DREADME.md56 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 Dmain.rs244 .check()?; in example_2_vector()
334 .check()?; in example_2_vector()
/libCEED/python/
H A Dceed_operator.py47 def check(self): member in _OperatorBase
/libCEED/
H A DRELEASING.md30 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 DlibCEEDdev.md192 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 Dbps.usr1392 C tolerance check here