|
Core 1.0
|
A core analytic three-dimensional vector field. More...
#include <vectorfield.h>
Public Member Functions | |
| virtual Vector | Value (const Vector &) const |
| Compute the value of the field. | |
| virtual double | Divergence (const Vector &) const |
| Compute the divergence of the field. | |
| virtual Vector | Curl (const Vector &) const |
| Compute the curl of the field. | |
Static Protected Attributes | |
| static const double | epsilon = 1e-6 |
| Epsilon value for partial derivatives. | |
A core analytic three-dimensional vector field.
Compute the curl of the field.
| p | Point. |
|
virtual |
Compute the divergence of the field.
| p | Point. |