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

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