Home
last modified time | relevance | path

Searched refs:op_field (Results 1 – 7 of 7) sorted by relevance

/honee/src/smartsim/
H A Dsgs_dd_training.c112 CeedOperatorField op_field; in SetupTrainingDataCalculation() local
113 …Ceed(ceed, CeedOperatorGetFieldByName(sgs_dd_train->diff_filter->op_rhs_ctx->op, "v0", &op_field)); in SetupTrainingDataCalculation()
114 …PetscCallCeed(ceed, CeedOperatorFieldGetData(op_field, NULL, &elem_restr_filtered_state, &basis_fi… in SetupTrainingDataCalculation()
120 …ieldByName(sgs_dd_train->filtered_grad_velo_proj->l2_rhs_ctx->op, "velocity gradient", &op_field)); in SetupTrainingDataCalculation()
121 PetscCallCeed(ceed, CeedOperatorFieldGetElemRestriction(op_field, &elem_restr_grad_velo)); in SetupTrainingDataCalculation()
128 CeedOperatorField op_field; in SetupTrainingDataCalculation() local
129 …Ceed(ceed, CeedOperatorGetFieldByName(sgs_dd_train->diff_filter->op_rhs_ctx->op, "v1", &op_field)); in SetupTrainingDataCalculation()
130 …PetscCallCeed(ceed, CeedOperatorFieldGetElemRestriction(op_field, &elem_restr_filtered_velo_prod)); in SetupTrainingDataCalculation()
335 CeedOperatorField op_field; in TSMonitor_SGS_DD_Training() local
337 …eed(ceed, CeedOperatorGetFieldByName(sgs_dd_train->op_training_data_calc_ctx->op, "q", &op_field)); in TSMonitor_SGS_DD_Training()
[all …]
/honee/src/
H A Dboundary_condition.c314 CeedOperatorField op_field; in HoneeBCAddIJacobianOp() local
316 PetscCallCeed(ceed, CeedOperatorGetFieldByName(sub_op_ifunc, "q", &op_field)); in HoneeBCAddIJacobianOp()
317 PetscCallCeed(ceed, CeedOperatorFieldGetData(op_field, NULL, &elem_restr_q, &basis_q, NULL)); in HoneeBCAddIJacobianOp()
319 … PetscCallCeed(ceed, CeedOperatorGetFieldByName(sub_op_ifunc, "surface jacobian data", &op_field)); in HoneeBCAddIJacobianOp()
320 … PetscCallCeed(ceed, CeedOperatorFieldGetData(op_field, NULL, &elem_restr_jac, NULL, &jac_data)); in HoneeBCAddIJacobianOp()
H A Dsetuplibceed.c25 CeedOperatorField op_field; in CreateKSPMassOperator_Unstabilized() local
29 PetscCallCeed(ceed, CeedOperatorGetFieldByName(sub_ops[sub_op_index], "q", &op_field)); in CreateKSPMassOperator_Unstabilized()
30 PetscCallCeed(ceed, CeedOperatorFieldGetData(op_field, NULL, &elem_restr_q, &basis_q, NULL)); in CreateKSPMassOperator_Unstabilized()
31 PetscCallCeed(ceed, CeedOperatorGetFieldByName(sub_ops[sub_op_index], "qdata", &op_field)); in CreateKSPMassOperator_Unstabilized()
32 PetscCallCeed(ceed, CeedOperatorFieldGetData(op_field, NULL, &elem_restr_qd, NULL, &q_data)); in CreateKSPMassOperator_Unstabilized()
H A Ddifferential_filter.c140 CeedOperatorField op_field; in DifferentialFilterCreateOperators() local
144 …etscCallCeed(ceed, CeedOperatorGetFieldByName(diff_filter->op_rhs_ctx->op, field_name, &op_field)); in DifferentialFilterCreateOperators()
145 …PetscCallCeed(ceed, CeedOperatorFieldGetData(op_field, NULL, &elem_restr_filter, &basis_filter, NU… in DifferentialFilterCreateOperators()
/honee/problems/
H A Dadvection.c90 CeedOperatorField op_field; in CreateKSPMassOperator_AdvectionStabilized() local
94 PetscCallCeed(ceed, CeedOperatorGetFieldByName(sub_ops[sub_op_index], "q", &op_field)); in CreateKSPMassOperator_AdvectionStabilized()
95 PetscCallCeed(ceed, CeedOperatorFieldGetData(op_field, NULL, &elem_restr_q, &basis_q, NULL)); in CreateKSPMassOperator_AdvectionStabilized()
96 PetscCallCeed(ceed, CeedOperatorGetFieldByName(sub_ops[sub_op_index], "qdata", &op_field)); in CreateKSPMassOperator_AdvectionStabilized()
97 PetscCallCeed(ceed, CeedOperatorFieldGetData(op_field, NULL, &elem_restr_qd, NULL, &q_data)); in CreateKSPMassOperator_AdvectionStabilized()
H A Dsgs_dd_model.c134 CeedOperatorField op_field; in SgsDDSetupNodalEvaluation_Fused() local
135 …(ceed, CeedOperatorGetFieldByName(grad_velo_proj->l2_rhs_ctx->op, "velocity gradient", &op_field)); in SgsDDSetupNodalEvaluation_Fused()
136 PetscCallCeed(ceed, CeedOperatorFieldGetElemRestriction(op_field, &elem_restr_grad_velo)); in SgsDDSetupNodalEvaluation_Fused()
372 CeedOperatorField op_field; in SgsDDSetupNodalEvaluation_Sequential() local
373 …(ceed, CeedOperatorGetFieldByName(grad_velo_proj->l2_rhs_ctx->op, "velocity gradient", &op_field)); in SgsDDSetupNodalEvaluation_Sequential()
374 PetscCallCeed(ceed, CeedOperatorFieldGetElemRestriction(op_field, &elem_restr_grad_velo)); in SgsDDSetupNodalEvaluation_Sequential()
H A Dnewtonian.c51 CeedOperatorField op_field; in CreateKSPMassOperator_NewtonianStabilized() local
55 PetscCallCeed(ceed, CeedOperatorGetFieldByName(sub_ops[sub_op_index], "q", &op_field)); in CreateKSPMassOperator_NewtonianStabilized()
56 PetscCallCeed(ceed, CeedOperatorFieldGetData(op_field, NULL, &elem_restr_q, &basis_q, NULL)); in CreateKSPMassOperator_NewtonianStabilized()
57 PetscCallCeed(ceed, CeedOperatorGetFieldByName(sub_ops[sub_op_index], "qdata", &op_field)); in CreateKSPMassOperator_NewtonianStabilized()
58 PetscCallCeed(ceed, CeedOperatorFieldGetData(op_field, NULL, &elem_restr_qd, NULL, &q_data)); in CreateKSPMassOperator_NewtonianStabilized()