/[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.1.1.1 by delpinux, Mon Feb 17 16:32:51 2003 UTC revision 1.2 by delpinux, Sun Apr 27 16:58:47 2003 UTC
# Line 37  class Hexahedron Line 37  class Hexahedron
37    : public Cell    : public Cell
38  {  {
39  public:  public:
40    static const size_t NumberOfVertices = 8; /**< number of vertices */    enum {
41    static const size_t NumberOfFaces    = 6; /**< number of faces */      NumberOfVertices   = 8,     /**< number of vertices */
42    static const size_t NumberOfEdges    = 12;/**< number of edges */      NumberOfNeighbours = 6,     /**< number of neighbours */
43        NumberOfFaces      = 6,     /**< number of faces */
44        NumberOfEdges      = 12     /**< number of edges */
45      };
46    
47    typedef Quadrangle FacesType;    typedef Quadrangle BorderType;
48    
49    virtual const Cell::Type type() const    virtual const Cell::Type type() const
50    {    {

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

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