Searched refs:elem_restr_filtered_state (Results 1 – 1 of 1) sorted by relevance
| /honee/src/smartsim/ |
| H A D | sgs_dd_training.c | 108 CeedElemRestriction elem_restr_filtered_state; in SetupTrainingDataCalculation() local 114 …PetscCallCeed(ceed, CeedOperatorFieldGetData(op_field, NULL, &elem_restr_filtered_state, &basis_fi… in SetupTrainingDataCalculation() 115 …PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(elem_restr_filtered_state, &num_comp_filte… in SetupTrainingDataCalculation() 116 …adientProjectionSetup(ceed, honee, problem, STATEVAR_PRIMITIVE, elem_restr_filtered_state, basis_f… in SetupTrainingDataCalculation() 147 …PetscCallCeed(ceed, CeedElemRestrictionCreateVector(elem_restr_filtered_state, &filtered_fields, N… in SetupTrainingDataCalculation() 149 …PetscCallCeed(ceed, CeedOperatorSetField(op_sgs_dd_train, "q", elem_restr_filtered_state, CEED_BAS… in SetupTrainingDataCalculation() 163 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_filtered_state)); in SetupTrainingDataCalculation()
|