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

Diff of /ff3d/solver/BoundaryConditionDiscretizationPenalty.hpp

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

revision 1.3 by delpinux, Sun May 4 18:09:00 2003 UTC revision 1.4 by delpinux, Wed Oct 22 17:08:28 2003 UTC
# Line 216  private: Line 216  private:
216    
217        const CartesianHexahedron* currentCell = 0;        const CartesianHexahedron* currentCell = 0;
218    
219        for (typename SurfaceMeshType::const_iterator icell = surfMesh.begin();        for (typename SurfaceMeshType::const_iterator icell(surfMesh);
220             icell != surfMesh.end(); ++icell) {             not(icell.end()); ++icell) {
221          const typename SurfaceMeshType::ElementsGeometry& cell = *icell;          const typename SurfaceMeshType::ElementsGeometry& cell = *icell;
222          const ConformTransformation CT(cell);          const ConformTransformation CT(cell);
223    
# Line 324  private: Line 324  private:
324    
325        const CartesianHexahedron* currentCell = 0;        const CartesianHexahedron* currentCell = 0;
326    
327        for (typename SurfaceMeshType::const_iterator icell = surfaceMesh.begin();        for (typename SurfaceMeshType::const_iterator icell(surfaceMesh);
328             icell != surfaceMesh.end(); ++icell) {             not(icell.end()); ++icell) {
329          const typename SurfaceMeshType::ElementsGeometry& cell = *icell;          const typename SurfaceMeshType::ElementsGeometry& cell = *icell;
330          const ConformTransformation CT(cell);          const ConformTransformation CT(cell);
331    
# Line 423  private: Line 423  private:
423    
424        const CartesianHexahedron* currentCell = 0;        const CartesianHexahedron* currentCell = 0;
425    
426        for (typename SurfaceMeshType::const_iterator icell = surfaceMesh.begin();        for (typename SurfaceMeshType::const_iterator icell(surfaceMesh);
427             icell != surfaceMesh.end(); ++icell) {             not(icell.end()); ++icell) {
428          const typename SurfaceMeshType::ElementsGeometry& cell = *icell;          const typename SurfaceMeshType::ElementsGeometry& cell = *icell;
429          const ConformTransformation CT(cell);          const ConformTransformation CT(cell);
430    
# Line 532  private: Line 532  private:
532    
533        const CartesianHexahedron* currentCell = 0;        const CartesianHexahedron* currentCell = 0;
534    
535        for (typename SurfaceMeshType::const_iterator icell = surfaceMesh.begin();        for (typename SurfaceMeshType::const_iterator icell(surfaceMesh);
536             icell != surfaceMesh.end(); ++icell) {             not(icell.end()); ++icell) {
537          const typename SurfaceMeshType::ElementsGeometry& cell = *icell;          const typename SurfaceMeshType::ElementsGeometry& cell = *icell;
538          const ConformTransformation CT(cell);          const ConformTransformation CT(cell);
539    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26