Searched refs:sectionMass (Results 1 – 1 of 1) sorted by relevance
761 PetscSection sectionMass; in CreateMassMatrix() local773 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)dm), §ionMass)); in CreateMassMatrix()775 PetscCall(PetscSectionSetChart(sectionMass, vStart, vEnd)); in CreateMassMatrix()780 PetscCall(PetscSectionSetDof(sectionMass, v, numFaces * numFaces)); in CreateMassMatrix()782 PetscCall(PetscSectionSetUp(sectionMass)); in CreateMassMatrix()783 PetscCall(DMSetLocalSection(dmMass, sectionMass)); in CreateMassMatrix()784 PetscCall(PetscSectionDestroy(§ionMass)); in CreateMassMatrix()