1 |
|
/* $Id$ |
2 |
/* |
/* |
3 |
****************************************************************************** |
****************************************************************************** |
4 |
* * |
* * |
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. |
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 |