Searched refs:HoneeGetContainer (Results 1 – 6 of 6) sorted by relevance
| /honee/problems/ |
| H A D | sgs_dd_model.c | 103 PetscCall(HoneeGetContainer(honee, SGS_DD_DATA_KEY, &sgs_dd_data)); in SgsDDNodalStressEval_Fused() 130 PetscCall(HoneeGetContainer(honee, SGS_DD_DATA_KEY, &sgs_dd_data)); in SgsDDSetupNodalEvaluation_Fused() 131 PetscCall(HoneeGetContainer(honee, GRAD_VELO_PROJ_KEY, &grad_velo_proj)); in SgsDDSetupNodalEvaluation_Fused() 295 PetscCall(HoneeGetContainer(honee, SGS_DD_DATA_KEY, &sgs_dd_data)); in SgsDDNodalStressEval_Sequential() 322 PetscCall(HoneeGetContainer(honee, SGS_DD_DATA_KEY, &sgs_dd_data)); in SgsDDSetupNodalEvaluation_Sequential() 369 PetscCall(HoneeGetContainer(honee, GRAD_VELO_PROJ_KEY, &grad_velo_proj)); in SgsDDSetupNodalEvaluation_Sequential() 501 PetscCall(HoneeGetContainer(honee, SGS_DD_DATA_KEY, &sgs_dd_data)); in SgsSetupNodalIFunction() 561 PetscCall(HoneeGetContainer(honee, SGS_DD_DATA_KEY, &sgs_dd_data)); in SgsDDApplyIFunction() 562 PetscCall(HoneeGetContainer(honee, GRAD_VELO_PROJ_KEY, &grad_velo_proj)); in SgsDDApplyIFunction()
|
| /honee/include/ |
| H A D | honee.h | 37 PetscErrorCode HoneeGetContainer(Honee honee, const char key[], void *container);
|
| /honee/src/smartsim/ |
| H A D | smartsim.c | 85 PetscCall(HoneeGetContainer(honee, SMARTSIM_KEY, smartsim)); in HoneeGetSmartSimData()
|
| H A D | sgs_dd_training.c | 100 PetscCall(HoneeGetContainer(honee, SGS_DD_TRAIN_KEY, &sgs_dd_train)); in SetupTrainingDataCalculation() 301 PetscCall(HoneeGetContainer(honee, SGS_DD_TRAIN_KEY, &sgs_dd_train)); in TSMonitor_SGS_DD_Training()
|
| /honee/src/ |
| H A D | honee.c | 153 PetscErrorCode HoneeGetContainer(Honee honee, const char key[], void *container) { in HoneeGetContainer() function
|
| /honee/ |
| H A D | CHANGELOG.md | 34 - Add `HoneeSetContainer()`, `HoneeGetContainer()`, and `HoneeHasContainer()` for adding misc struc…
|