Skip to content
Snippets Groups Projects
Forked from gmsh / gmsh
Source project has a limited visibility.
  • Christophe Geuzaine's avatar
    bc441891
    · bc441891
    Christophe Geuzaine authored
    Reverted patch from bruno until we verify that it does not affect other parts of the code
    
    Right now d in meanPlane we supposed that d corresponds to the rhs of the plane equ:
    
    ax+by+cz=d
    
    This is not consistent with what we do elsewhere, but we should check all the tests
    before changing the convention 
    
    (Bruno's commit broke e.g. the Plane Surface test in GFace)
    
    
    bc441891
    History
    Christophe Geuzaine authored
    Reverted patch from bruno until we verify that it does not affect other parts of the code
    
    Right now d in meanPlane we supposed that d corresponds to the rhs of the plane equ:
    
    ax+by+cz=d
    
    This is not consistent with what we do elsewhere, but we should check all the tests
    before changing the convention 
    
    (Bruno's commit broke e.g. the Plane Surface test in GFace)