Home
last modified time | relevance | path

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

/honee/problems/
H A Dsgs_dd_model.c15 PetscInt num_comp_sgs, num_comp_inputs, num_comp_outputs; member
170 …PetscCallCeed(ceed, CeedQFunctionAddOutput(qf_sgs_dd_nodal, "km_sgs", sgs_dd_data->num_comp_sgs, C… in SgsDDSetupNodalEvaluation_Fused()
447 …eed, CeedQFunctionAddOutput(qf_sgs_dd_outputs, "km_sgs", sgs_dd_data->num_comp_sgs, CEED_EVAL_NONE… in SgsDDSetupNodalEvaluation_Sequential()
530 …PetscCallCeed(ceed, CeedQFunctionAddInput(qf_sgs_apply, "km_sgs", sgs_dd_data->num_comp_sgs, CEED_… in SgsSetupNodalIFunction()
698 …sgs_dd_data->dm_sgs, honee->app_ctx->degree, honee->app_ctx->q_extra, &sgs_dd_data->num_comp_sgs)); in SgsDDSetup()