Searched refs:HONEE_SgsModelDDInference (Results 1 – 4 of 4) sorted by relevance
| /honee/src/ |
| H A D | log_events.c | 23 PetscLogEvent HONEE_SgsModelDDInference; variable 42 …PetscCall(PetscLogEventRegister("SgsModelDDInfer", sgs_model_classid, &HONEE_SgsModelDDInference)); in RegisterLogEvents()
|
| /honee/include/ |
| H A D | log_events.h | 21 extern PetscLogEvent HONEE_SgsModelDDInference;
|
| /honee/problems/torch/ |
| H A D | sgs_model_torch.cpp | 108 …PetscCall(PetscLogEventBegin(HONEE_SgsModelDDInference, DD_Inputs_loc, DD_Outputs_loc, NULL, NULL)… in ModelInference_Torch() 112 PetscCall(PetscLogEventEnd(HONEE_SgsModelDDInference, DD_Inputs_loc, DD_Outputs_loc, NULL, NULL)); in ModelInference_Torch()
|
| /honee/problems/ |
| H A D | sgs_dd_model.c | 240 …PetscCall(PetscLogEventBegin(HONEE_SgsModelDDInference, DD_Inputs_loc, DD_Outputs_loc, NULL, NULL)… in SgsDDNodalStressEval_Sequential_Ceed() 244 PetscCall(PetscLogEventEnd(HONEE_SgsModelDDInference, DD_Inputs_loc, DD_Outputs_loc, NULL, NULL)); in SgsDDNodalStressEval_Sequential_Ceed()
|