Lines Matching refs:section
17 PetscSection section; in VelocityGradientProjectionCreateDM() local
28 PetscCall(DMGetLocalSection(grad_velo_proj->dm, §ion)); in VelocityGradientProjectionCreateDM()
29 PetscCall(PetscSectionSetFieldName(section, 0, "")); in VelocityGradientProjectionCreateDM()
30 PetscCall(PetscSectionSetComponentName(section, 0, 0, "VelocityGradientXX")); in VelocityGradientProjectionCreateDM()
31 PetscCall(PetscSectionSetComponentName(section, 0, 1, "VelocityGradientXY")); in VelocityGradientProjectionCreateDM()
32 PetscCall(PetscSectionSetComponentName(section, 0, 2, "VelocityGradientXZ")); in VelocityGradientProjectionCreateDM()
33 PetscCall(PetscSectionSetComponentName(section, 0, 3, "VelocityGradientYX")); in VelocityGradientProjectionCreateDM()
34 PetscCall(PetscSectionSetComponentName(section, 0, 4, "VelocityGradientYY")); in VelocityGradientProjectionCreateDM()
35 PetscCall(PetscSectionSetComponentName(section, 0, 5, "VelocityGradientYZ")); in VelocityGradientProjectionCreateDM()
36 PetscCall(PetscSectionSetComponentName(section, 0, 6, "VelocityGradientZX")); in VelocityGradientProjectionCreateDM()
37 PetscCall(PetscSectionSetComponentName(section, 0, 7, "VelocityGradientZY")); in VelocityGradientProjectionCreateDM()
38 PetscCall(PetscSectionSetComponentName(section, 0, 8, "VelocityGradientZZ")); in VelocityGradientProjectionCreateDM()