Computes the Cebysev ball of an 3d element. More...
#include <tree.hh>


Public Member Functions | |
| void | operator() (const concepts::Element< F > &elm, concepts::Real3d &c, concepts::Real &r) const |
| Application operator computes the bounding ball of an 3d element. | |
Computes the Cebysev ball of an 3d element.
| F | Field (Real or Cmplx) |
| void BBall001< F >::operator() | ( | const concepts::Element< F > & | elm, |
| concepts::Real3d & | c, | ||
| concepts::Real & | r | ||
| ) | const [virtual] |
Application operator computes the bounding ball of an 3d element.
| MissingFeature |
| elm | Element |
| c | Center of the ball (output) |
| r | Radius of the ball (output) |
Implements cluster::BBall< F >.
Definition at line 47 of file tree.hh.
