Home
last modified time | relevance | path

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

/honee/problems/
H A Dsgs_dd_model.c51 SGSModelDDImplementation sgs_dd_model_implementation; member
466 if (sgs_dd_setup_data->sgs_dd_model_implementation == SGS_MODEL_DD_SEQENTIAL_CEED) { in SgsDDSetupNodalEvaluation_Sequential()
470 } else if (sgs_dd_setup_data->sgs_dd_model_implementation == SGS_MODEL_DD_SEQENTIAL_TORCH) { in SgsDDSetupNodalEvaluation_Sequential()
680 sgs_dd_setup_data->sgs_dd_model_implementation = SGS_MODEL_DD_FUSED; in SgsDDSetup()
682 …(PetscEnum)sgs_dd_setup_data->sgs_dd_model_implementation, (PetscEnum *)&sgs_dd_setup_data->sgs_dd… in SgsDDSetup()
714 switch (sgs_dd_setup_data->sgs_dd_model_implementation) { in SgsDDSetup()