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

Diff of /ff3d/solver/Structured3DMesh.hpp

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

revision 1.2 by delpinux, Thu Feb 20 19:32:09 2003 UTC revision 1.3 by delpinux, Tue Feb 25 20:41:30 2003 UTC
# Line 39  Line 39 
39    
40  #include <Structured3DVector.hpp>  #include <Structured3DVector.hpp>
41    
42    class MeshOfHexahedra;
43    
44  /*!  /*!
45    \class Structured3DMesh    \class Structured3DMesh
46    This class describes Structured 3d Mesh.    This class describes Structured 3d Mesh.
# Line 51  class Structured3DMesh Line 53  class Structured3DMesh
53  public:  public:
54    typedef CartesianHexahedron ElementsGeometry;    typedef CartesianHexahedron ElementsGeometry;
55    
56      /**
57       *  If a transformation is applied the new mesh type will be
58       *  MeshOfHexahedra
59       */
60      typedef MeshOfHexahedra Transformed;
61    
62  private:  private:
63    //! The shape of the vertices' set    //! The shape of the vertices' set
64    const Structured3DMeshShape __verticesShape;    const Structured3DMeshShape __verticesShape;

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