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

Diff of /ff3d/solver/VariationalOperatorFV.hpp

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

revision 1.1.1.1 by delpinux, Mon Feb 17 16:32:51 2003 UTC revision 1.2 by delpinux, Sun Sep 21 15:44:53 2003 UTC
# Line 52  public: Line 52  public:
52    }    }
53    
54    /**    /**
55       * "Multiplies" the operator by a function
56       *
57       * @param u the given function
58       *
59       * @return the new operator
60       */
61      ReferenceCounting<VariationalLinearOperator>
62      operator * (ConstReferenceCounting<UserFunction> u) const
63      {
64        VariationalOperatorFV* newOperator = new VariationalOperatorFV(*this);
65        (*newOperator).__f = new MulUserFunction(__f, u);
66        return newOperator;
67      }
68    
69      /**
70     * Constructor     * Constructor
71     *     *
72     * @param testFunctionNumber     * @param testFunctionNumber

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