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

Diff of /ff3d/solver/VariationalOperatorFdxGV.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 59  public: Line 59  public:
59    }    }
60    
61    /**    /**
62       * "Multiplies" the operator by a function
63       *
64       * @param u the given function
65       *
66       * @return the new operator
67       */
68      ReferenceCounting<VariationalLinearOperator>
69      operator * (ConstReferenceCounting<UserFunction> u) const
70      {
71        VariationalOperatorFdxGV* newOperator = new VariationalOperatorFdxGV(*this);
72        (*newOperator).__f = new MulUserFunction(__f, u);
73        return newOperator;
74      }
75    
76      /**
77     * Constructor     * Constructor
78     *     *
79     * @param testFunctionNumber the test function number     * @param testFunctionNumber the test function number

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