static inline bool pointInGeometry( const Cylinder& cylinder,
					const Teuchos::Array<double>& coords,
					const double tolerance )
    { return cylinder.pointInCylinder( coords, tolerance ); }