Home
last modified time | relevance | path

Searched refs:key (Results 1 – 7 of 7) sorted by relevance

/honee/src/
H A Dhonee.c132 PetscErrorCode HoneeSetContainer(Honee honee, const char key[], void *container, PetscCtxDestroyFn … in HoneeSetContainer() argument
136 PetscCall(PetscObjectContainerQuery((PetscObject)honee, key, &test_data)); in HoneeSetContainer()
138 key); in HoneeSetContainer()
140 PetscCall(PetscObjectContainerCompose((PetscObject)honee, key, container, container_destroy)); in HoneeSetContainer()
153 PetscErrorCode HoneeGetContainer(Honee honee, const char key[], void *container) { in HoneeGetContainer() argument
155 PetscCall(PetscObjectContainerQuery((PetscObject)honee, key, container)); in HoneeGetContainer()
156 …LL, PetscObjectComm((PetscObject)honee), PETSC_ERR_SUP, "Container with key '%s' not found.", key); in HoneeGetContainer()
167 PetscErrorCode HoneeHasContainer(Honee honee, const char key[], PetscBool *has_key) { in HoneeHasContainer() argument
171 PetscCall(PetscObjectContainerQuery((PetscObject)honee, key, &test_data)); in HoneeHasContainer()
/honee/include/
H A Dhonee.h36 PetscErrorCode HoneeSetContainer(Honee honee, const char key[], void *container, PetscCtxDestroyFn …
37 PetscErrorCode HoneeGetContainer(Honee honee, const char key[], void *container);
38 PetscErrorCode HoneeHasContainer(Honee honee, const char key[], PetscBool *has_key);
/honee/tests/junit-xml/junit_xml/
H A D__init__.py291 for key in ["disabled", "errors", "failures", "tests"]:
292 attributes[key] += int(ts_xml.get(key, 0))
293 for key in ["time"]:
294 attributes[key] += float(ts_xml.get(key, 0))
296 for key, value in attributes.items():
297 xml_element.set(key, str(value))
/honee/tests/
H A Djunit_common.py343 key = match.group(1)
346 index = field_names.index(key)
347 if key == "only": # weird bc only is a list
351 known[key] = test_fields[index].type(value) # type: ignore
354 known[key] = get_origin(test_fields[index].type)(value) # type: ignore
356 other[key] = value
460 for key in test_reader.fieldnames:
463 true_val: float = float(true_line[key])
464 test_val: float = float(test_line[key])
475 if test_line[key] != true_line[key]:
/honee/
H A Dpytorch_pkgconfig.py23 def add_keyword(file, key, value): argument
H A DDoxyfile1835 # search using the keyboard; to jump to the search box use <access key> + S
1836 # (what the <access key> is depends on the OS and browser, but it is typically
1838 # key> to jump into the search results window, the results can be navigated
/honee/doc/
H A Dreferences.bib193 …f partial differential equations representing a turbulent flow. BCs play a key role in establishin…