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

Diff of /ff3d/solver/CartesianHexahedron.hpp

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

revision 1.4 by delpinux, Fri Aug 8 08:39:56 2003 UTC revision 1.5 by delpinux, Wed Oct 22 17:08:28 2003 UTC
# Line 46  public: Line 46  public:
46    
47    typedef Quadrangle FacesType;    typedef Quadrangle FacesType;
48    
49    virtual const Cell::Type type() const    virtual Cell::Type type() const
50    {    {
51      return Cell::cartesianHexahedron;      return Cell::cartesianHexahedron;
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.4  
changed lines
  Added in v.1.5

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