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

Diff of /ff3d/solver/VariationalOperatorAlphaDxUDxV.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, Sun Sep 21 15:44:53 2003 UTC
# Line 98  public: Line 98  public:
98      ;      ;
99    }    }
100    
101      /**
102       * "Multiplies" the operator by a function
103       *
104       * @param u the given function
105       *
106       * @return the new operator
107       */
108      ReferenceCounting<VariationalBilinearOperator>
109      operator * (ConstReferenceCounting<UserFunction> u) const
110      {
111        VariationalAlphaDxUDxVOperator* newOperator = new VariationalAlphaDxUDxVOperator(*this);
112        (*newOperator).__alpha = new MulUserFunction(__alpha, u);
113        return newOperator;
114      }
115    
116    /**    /**
117     * Copy Constructor     * Copy Constructor

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