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

Diff of /ff3d/solver/VariationalOperatorAlphaUV.hpp

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

revision 1.1.1.1 by delpinux, Mon Feb 17 16:32:50 2003 UTC revision 1.2 by delpinux, Sun Sep 21 15:44:53 2003 UTC
# Line 42  public: Line 42  public:
42    }    }
43    
44    /**    /**
45       * "Multiplies" the operator by a function
46       *
47       * @param u the given function
48       *
49       * @return the new operator
50       */
51      ReferenceCounting<VariationalBilinearOperator>
52      operator * (ConstReferenceCounting<UserFunction> u) const
53      {
54        VariationalAlphaUVOperator* newOperator = new VariationalAlphaUVOperator(*this);
55        (*newOperator).__alpha = new MulUserFunction(__alpha, u);
56        return newOperator;
57      }
58    
59      /**
60     * Constructor     * Constructor
61     *     *
62     * @param unknownNumber     * @param unknownNumber

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