Searched refs:key (Results 1 – 7 of 7) sorted by relevance
| /honee/src/ |
| H A D | honee.c | 132 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 D | honee.h | 36 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__.py | 291 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 D | junit_common.py | 343 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 D | pytorch_pkgconfig.py | 23 def add_keyword(file, key, value): argument
|
| H A D | Doxyfile | 1835 # 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 D | references.bib | 193 …f partial differential equations representing a turbulent flow. BCs play a key role in establishin…
|