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

Diff of /ff3d/solver/Domain.hpp

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

revision 1.4 by delpinux, Thu Sep 4 20:18:35 2003 UTC revision 1.5 by delpinux, Wed Oct 15 17:17:28 2003 UTC
# Line 66  private: Line 66  private:
66    }    }
67    
68  public:  public:
69      /**
70       * Returns true if the considered domain is \f$\setR^3\f$
71       *
72       * @return true if \f$\Omega=\setR^3\f$
73       */
74      const bool& isR3() const
75      {
76        return __isR3;
77      }
78    
79    size_t reference(const TinyVector<3, real_t>& ref) const    size_t reference(const TinyVector<3, real_t>& ref) const
80    {    {
81      std::map<TinyVector<3, real_t>, size_t>::const_iterator i      std::map<TinyVector<3, real_t>, size_t>::const_iterator i

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