/[escript]/trunk/esys2/finley/src/CPPAdapter/MeshAdapterFactory.h
ViewVC logotype

Diff of /trunk/esys2/finley/src/CPPAdapter/MeshAdapterFactory.h

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

revision 82 by jgs, Tue Oct 26 06:53:54 2004 UTC revision 97 by jgs, Tue Dec 14 05:39:33 2004 UTC
# Line 1  Line 1 
1    /* $Id$
2  /*  /*
3   ******************************************************************************   ******************************************************************************
4   *                                                                            *   *                                                                            *
# Line 99  namespace finley { Line 100  namespace finley {
100    */    */
101    escript::AbstractContinuousDomain* glueFaces(const boost::python::list& meshList,    escript::AbstractContinuousDomain* glueFaces(const boost::python::list& meshList,
102                 double safetyFactor=0.2,                 double safetyFactor=0.2,
103                 double tolerance=std::numeric_limits<double>::epsilon());                 double tolerance=100.*std::numeric_limits<double>::epsilon());
104    /**    /**
105       \brief       \brief
106       Detects matching faces in the mesh and replaces them by joint elements.       Detects matching faces in the mesh and replaces them by joint elements.
# Line 109  namespace finley { Line 110  namespace finley {
110    */    */
111    escript::AbstractContinuousDomain* joinFaces(const boost::python::list& meshList,    escript::AbstractContinuousDomain* joinFaces(const boost::python::list& meshList,
112              double safety_factor=0.2,              double safety_factor=0.2,
113              double tolerance=std::numeric_limits<double>::epsilon());              double tolerance=100.*std::numeric_limits<double>::epsilon());
114    
115  } // end of namespace  } // end of namespace
116  #endif  #endif

Legend:
Removed from v.82  
changed lines
  Added in v.97

  ViewVC Help
Powered by ViewVC 1.1.26