/[ff3d]/ff3d/solver/Hexahedron.hpp
ViewVC logotype

Diff of /ff3d/solver/Hexahedron.hpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by delpinux, Sun Apr 27 16:58:47 2003 UTC revision 1.3 by delpinux, Wed Oct 22 17:08:28 2003 UTC
# Line 46  public: Line 46  public:
46    
47    typedef Quadrangle BorderType;    typedef Quadrangle BorderType;
48    
49    virtual const Cell::Type type() const    virtual Cell::Type type() const
50    {    {
51      return Cell::hexahedron;      return Cell::hexahedron;
52    }    }
53    
54    //! Number of Vertices.    //! Number of Vertices.
55    const size_t numberOfVertices() const    size_t numberOfVertices() const
56    {    {
57      return NumberOfVertices;      return NumberOfVertices;
58    }    }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26