Home
last modified time | relevance | path

Searched defs:int (Results 1 – 3 of 3) sorted by relevance

/libCEED/tests/
H A Djunit_common.py181 def check_pre_skip(self, test: str, spec: TestSpec, resource: str, nproc: int) -> Optional[str]:
524 backend: str, test: str, index: int, verbose: bool) -> str:
585 def run_test(index: int, test: str, spec: TestSpec, backend: str,
586 mode: RunMode, nproc: int, suite_spec: SuiteSpec, verbose: bool = False) -> TestCase:
768 def run_tests(test: str, ceed_backends: List[str], mode: RunMode, nproc: int,
769 …suite_spec: SuiteSpec, pool_size: int = 1, search: str = ".*", verbose: bool = False) -> TestSuite:
H A Djunit.py101 def check_pre_skip(self, test: str, spec: TestSpec, resource: str, nproc: int) -> Optional[str]:
/libCEED/examples/deal.II/
H A Dbps-cpu.h175 const std::pair<unsigned int, unsigned int> &range) const in do_cell_integral_range()