Lines Matching refs:section

576     PetscSection              section;  in NS_NEWTONIAN_IG()  local
580 PetscCall(DMGetLocalSection(projection->dm, &section)); in NS_NEWTONIAN_IG()
583 PetscCall(PetscSectionSetFieldName(section, 0, "")); in NS_NEWTONIAN_IG()
584 PetscCall(PetscSectionSetComponentName(section, 0, 0, "DivDiffusiveFlux_MomentumX")); in NS_NEWTONIAN_IG()
585 PetscCall(PetscSectionSetComponentName(section, 0, 1, "DivDiffusiveFlux_MomentumY")); in NS_NEWTONIAN_IG()
586 PetscCall(PetscSectionSetComponentName(section, 0, 2, "DivDiffusiveFlux_MomentumZ")); in NS_NEWTONIAN_IG()
587 PetscCall(PetscSectionSetComponentName(section, 0, 3, "DivDiffusiveFlux_Energy")); in NS_NEWTONIAN_IG()
590 PetscCall(PetscSectionSetFieldName(section, 0, "")); in NS_NEWTONIAN_IG()
591 PetscCall(PetscSectionSetComponentName(section, 0, 0, "DiffusiveFlux_MomentumXX")); in NS_NEWTONIAN_IG()
592 PetscCall(PetscSectionSetComponentName(section, 0, 1, "DiffusiveFlux_MomentumXY")); in NS_NEWTONIAN_IG()
593 PetscCall(PetscSectionSetComponentName(section, 0, 2, "DiffusiveFlux_MomentumXZ")); in NS_NEWTONIAN_IG()
594 PetscCall(PetscSectionSetComponentName(section, 0, 3, "DiffusiveFlux_MomentumYX")); in NS_NEWTONIAN_IG()
595 PetscCall(PetscSectionSetComponentName(section, 0, 4, "DiffusiveFlux_MomentumYY")); in NS_NEWTONIAN_IG()
596 PetscCall(PetscSectionSetComponentName(section, 0, 5, "DiffusiveFlux_MomentumYZ")); in NS_NEWTONIAN_IG()
597 PetscCall(PetscSectionSetComponentName(section, 0, 6, "DiffusiveFlux_MomentumZX")); in NS_NEWTONIAN_IG()
598 PetscCall(PetscSectionSetComponentName(section, 0, 7, "DiffusiveFlux_MomentumZY")); in NS_NEWTONIAN_IG()
599 PetscCall(PetscSectionSetComponentName(section, 0, 8, "DiffusiveFlux_MomentumZZ")); in NS_NEWTONIAN_IG()
600 PetscCall(PetscSectionSetComponentName(section, 0, 9, "DiffusiveFlux_EnergyX")); in NS_NEWTONIAN_IG()
601 PetscCall(PetscSectionSetComponentName(section, 0, 10, "DiffusiveFlux_EnergyY")); in NS_NEWTONIAN_IG()
602 PetscCall(PetscSectionSetComponentName(section, 0, 11, "DiffusiveFlux_EnergyZ")); in NS_NEWTONIAN_IG()