Commit 0d39b3b9 authored by Felipe Bordeu's avatar Felipe Bordeu
Browse files

(KRMortar.py) Keep integration positions

parent 40959019
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -426,6 +426,9 @@ class KRMortar(KRBaseVector):
        self.weights_IPoints = weights_IPoints
        self.meshIOps = meshIOps
        self.meshIIOps = meshIIOps
        self.meshI_IPoints = meshI_IPoints
        self.meshII_IPoints = meshII_IPoints

        return CH

    def __computeNormalSurface(self,nodes,conn):