Skip to content
  • Mark Olesen's avatar
    ENH: propogate face area support into surface-type meshes (issue #266) · fb9f93dd
    Mark Olesen authored
    * MeshedSurface / surfMesh / triSurface
    
    - use shorter method names similar to those from volume meshes:
    
          Sf(), magSf(), Cf()
    
      instead of the longer ones from PrimitivePatch:
    
          faceAreas(), magFaceAreas(), faceCentres()
    
    - similar names throughout to ease switching between triSurface and
      MeshedSurface storage.
    fb9f93dd