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

Diff of /ff3d/solver/SurfaceMesh.hpp

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

revision 1.2 by delpinux, Tue Apr 22 19:40:42 2003 UTC revision 1.3 by delpinux, Sat Nov 15 18:48:52 2003 UTC
# Line 25  Line 25 
25  class SurfaceMesh  class SurfaceMesh
26    : public Mesh    : public Mesh
27  {  {
28    protected:
29      template <typename CellType>
30      void __computesFictitiousCells(Vector<CellType>& cells)
31      {
32        for (size_t i=0; i<cells.size(); ++i) {
33          cells[i].isFictitious() = cells[i].mother().isFictitious();
34        }
35      }
36    
37  public:  public:
38      virtual void computesFictitiousCells() = 0;
39    
40    SurfaceMesh(const Mesh::Type t)    SurfaceMesh(const Mesh::Type t)
41      : Mesh(t, 0)      : Mesh(t, 0)

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