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

Diff of /ff3d/solver/BoundaryConditionSurfaceMeshAssociation.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 May 4 18:09:00 2003 UTC
# Line 195  public: Line 195  public:
195    }    }
196    
197    /**    /**
198       * Gets the begin iterator for the list of bi linear operators
199       *
200       * @return __bboMeshAssociation.begin()
201       */
202      BoundaryConditionSurfaceMeshAssociation
203      ::BilinearBorderOperatorMeshAssociation
204      ::const_iterator beginOfBilinear() const
205      {
206        return __bboMeshAssociation.begin();
207      }
208    
209      /**
210     * Gets the end iterator for the list of bi linear operators     * Gets the end iterator for the list of bi linear operators
211     *     *
212     * @return __bboMeshAssociation.end()     * @return __bboMeshAssociation.end()
213     */     */
214    BoundaryConditionSurfaceMeshAssociation    BoundaryConditionSurfaceMeshAssociation
215    ::BilinearBorderOperatorMeshAssociation    ::BilinearBorderOperatorMeshAssociation
216    ::iterator endOfBilinear()    ::const_iterator endOfBilinear() const
217    {    {
218      return __bboMeshAssociation.end();      return __bboMeshAssociation.end();
219    }    }
# Line 219  public: Line 231  public:
231    }    }
232    
233    /**    /**
234       * Gets the begin iterator for the list of linear operators
235       *
236       * @return __lboMeshAssociation.begin()
237       */
238      BoundaryConditionSurfaceMeshAssociation
239      ::LinearBorderOperatorMeshAssociation
240      ::const_iterator beginOfLinear() const
241      {
242        return __lboMeshAssociation.begin();
243      }
244    
245      /**
246     * Gets the end iterator for the list of linear operators     * Gets the end iterator for the list of linear operators
247     *     *
248     * @return __lboMeshAssociation.end()     * @return __lboMeshAssociation.end()
249     */     */
250    BoundaryConditionSurfaceMeshAssociation    BoundaryConditionSurfaceMeshAssociation
251    ::LinearBorderOperatorMeshAssociation    ::LinearBorderOperatorMeshAssociation
252    ::iterator endOfLinear()    ::const_iterator endOfLinear() const
253    {    {
254      return __lboMeshAssociation.end();      return __lboMeshAssociation.end();
255    }    }

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