Lines Matching refs:section
79 PetscSection section; in SetUpDM() local
80 PetscCall(DMGetLocalSection(dm, §ion)); in SetUpDM()
81 PetscCall(PetscSectionSetFieldName(section, 0, "")); in SetUpDM()
84 PetscCall(PetscSectionSetComponentName(section, 0, 0, "Density")); in SetUpDM()
85 PetscCall(PetscSectionSetComponentName(section, 0, 1, "MomentumX")); in SetUpDM()
86 PetscCall(PetscSectionSetComponentName(section, 0, 2, "MomentumY")); in SetUpDM()
87 PetscCall(PetscSectionSetComponentName(section, 0, 3, "MomentumZ")); in SetUpDM()
88 PetscCall(PetscSectionSetComponentName(section, 0, 4, "TotalEnergy")); in SetUpDM()
92 PetscCall(PetscSectionSetComponentName(section, 0, 0, "Pressure")); in SetUpDM()
93 PetscCall(PetscSectionSetComponentName(section, 0, 1, "VelocityX")); in SetUpDM()
94 PetscCall(PetscSectionSetComponentName(section, 0, 2, "VelocityY")); in SetUpDM()
95 PetscCall(PetscSectionSetComponentName(section, 0, 3, "VelocityZ")); in SetUpDM()
96 PetscCall(PetscSectionSetComponentName(section, 0, 4, "Temperature")); in SetUpDM()
100 PetscCall(PetscSectionSetComponentName(section, 0, 0, "EntropyDensity")); in SetUpDM()
101 PetscCall(PetscSectionSetComponentName(section, 0, 1, "EntropyMomentumX")); in SetUpDM()
102 PetscCall(PetscSectionSetComponentName(section, 0, 2, "EntropyMomentumY")); in SetUpDM()
103 PetscCall(PetscSectionSetComponentName(section, 0, 3, "EntropyMomentumZ")); in SetUpDM()
104 PetscCall(PetscSectionSetComponentName(section, 0, 4, "EntropyTotalEnergy")); in SetUpDM()