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

Diff of /ff3d/solver/PDEOperator.hpp

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

revision 1.2 by delpinux, Tue Jun 10 18:26:22 2003 UTC revision 1.3 by delpinux, Sat Sep 20 21:31:09 2003 UTC
# Line 18  Line 18 
18  //  $Id$  //  $Id$
19    
20    
21  #ifndef _PDEOPERATOR_HPP_  #ifndef PDEOPERATOR_HPP
22  #define _PDEOPERATOR_HPP_  #define PDEOPERATOR_HPP
23    
24  #include <ReferenceCounting.hpp>  #include <ReferenceCounting.hpp>
25  #include <UserFunction.hpp>  #include <UserFunction.hpp>
# Line 78  public: Line 78  public:
78      return __type;      return __type;
79    }    }
80    
81      //! Each operator can be "multiplied" by a function
82      virtual ReferenceCounting<PDEOperator> operator * (ConstReferenceCounting<UserFunction> u) const = 0;
83    
84    //! Each operator should now to compute its oposit    //! Each operator should now to compute its oposit
85    virtual ReferenceCounting<PDEOperator> operator - () const = 0;    virtual ReferenceCounting<PDEOperator> operator - () const = 0;
86    
# Line 113  public: Line 116  public:
116    }    }
117  };  };
118    
119  #endif // _PDEOPERATOR_HPP_  #endif // PDEOPERATOR_HPP
   

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