Home
last modified time | relevance | path

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

/honee/problems/
H A Dsgs_dd_model.c346 char component_name[PETSC_MAX_PATH_LEN]; in SgsDDSetupNodalEvaluation_Sequential() local
348 …PetscCall(PetscSNPrintf(component_name, sizeof component_name, "DataDrivenInput%" CeedInt_FMT, i +… in SgsDDSetupNodalEvaluation_Sequential()
349 PetscCall(PetscSectionSetComponentName(section, 0, i, component_name)); in SgsDDSetupNodalEvaluation_Sequential()
359 char component_name[PETSC_MAX_PATH_LEN]; in SgsDDSetupNodalEvaluation_Sequential() local
361 …PetscCall(PetscSNPrintf(component_name, sizeof component_name, "DataDrivenOutput%" CeedInt_FMT, i … in SgsDDSetupNodalEvaluation_Sequential()
362 PetscCall(PetscSectionSetComponentName(section, 0, i, component_name)); in SgsDDSetupNodalEvaluation_Sequential()