/[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.1.1.1 by delpinux, Mon Feb 17 16:32:51 2003 UTC revision 1.2 by delpinux, Tue Apr 15 20:08:39 2003 UTC
# Line 37  class CartesianHexahedron Line 37  class CartesianHexahedron
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 */      NumberOfFaces    = 6,       /**< number of faces */
43        NumberOfEdges    = 12       /**< number of edges */
44      };
45    
46    typedef Quadrangle FacesType;    typedef Quadrangle FacesType;
47    

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