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

Diff of /ff3d/solver/MeshOfHexahedra.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, Thu Feb 20 19:32:09 2003 UTC
# Line 108  public: Line 108  public:
108                                   const double& y,                                   const double& y,
109                                   const double& z);                                   const double& z);
110    
111      MeshOfHexahedra::iterator find(const TinyVector<3>& X)
112      {
113        return find(X[0], X[1], X[2]);
114      }
115    
116    
117    //! Writes the mesh to the OpenDX Mesh format    //! Writes the mesh to the OpenDX Mesh format
118    void plotOpenDX(std::ostream& fmesh,    void plotOpenDX(std::ostream& fmesh,

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