Home
last modified time | relevance | path

Searched refs:HoneeHasContainer (Results 1 – 4 of 4) sorted by relevance

/honee/include/
H A Dhonee.h38 PetscErrorCode HoneeHasContainer(Honee honee, const char key[], PetscBool *has_key);
/honee/src/smartsim/
H A Dsmartsim.c83 PetscCall(HoneeHasContainer(honee, SMARTSIM_KEY, &has_smartsim)); in HoneeGetSmartSimData()
/honee/src/
H A Dhonee.c167 PetscErrorCode HoneeHasContainer(Honee honee, const char key[], PetscBool *has_key) { in HoneeHasContainer() function
/honee/
H A DCHANGELOG.md34 - Add `HoneeSetContainer()`, `HoneeGetContainer()`, and `HoneeHasContainer()` for adding misc struc…