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

Diff of /ff3d/solver/Problem.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, Sat Sep 20 21:31:09 2003 UTC
# Line 92  public: Line 92  public:
92     */     */
93    virtual const size_t numberOfUnknown() const = 0;    virtual const size_t numberOfUnknown() const = 0;
94    
95  //   /**    /**
96  //    * Access to the ith component of the second member     * Multiplies the problem definition by a function
97  //    *     *
98  //    * @param i the ith component     * @param u the given function
99  //    *     *
100  //    * @return ith component of the second member     * @return the now modified problem
101  //    */     */
102  //   virtual const UserFunction& secondMember(const size_t i) const = 0;    virtual ReferenceCounting<Problem> operator * (ConstReferenceCounting<UserFunction> u) const = 0;
103    
104    /**    /**
105     * Access to the boundary condition set associated to the ith unknown     * Access to the boundary condition set associated to the ith unknown
# Line 108  public: Line 108  public:
108     *     *
109     * @return boundary condition set associated to the ith unknown     * @return boundary condition set associated to the ith unknown
110     */     */
111    virtual const BoundaryConditionSet& boundaryConditionSet(const size_t i) const = 0;    virtual const BoundaryConditionSet& boundaryConditionSet(const size_t& i) const = 0;
112    
113    
114    /**    /**

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