|
MADNESS 0.10.1
|
#include <funcplot.h>

Public Types | |
| typedef Vector< double, NDIM > | coordT |
Public Member Functions | |
| trajectory () | |
| trajectory (double radius, coord_3d el2, long npt) | |
| trajectory (double radius, long npt) | |
| Vector< double, NDIM > | operator() (int ipt) |
Static Public Member Functions | |
| static coord_3d | circle2 (double lo, double hi, double radius, coord_3d el2, long npt, long ipt) |
| static coord_6d | circle_6d (const coord_6d &lo, const coord_6d &hi, double radius, coord_3d el2, long npt, long ipt) |
| static double | hueCode (const int rank) |
| some tools for plotting MRA ranks of low order tensors | |
| static trajectory | line2 (const coordT start, const coordT end, const long npt) |
| constructor for a line | |
| static Vector< double, NDIM > | line_internal (const coordT &lo, const coordT &hi, double radius, coord_3d el2, long npt, long ipt) |
| static trajectory | line_xyz (const int xyz, const long npt) |
| EZ ctor for a line a direction xyz={0,1,2,..,NDIM-1} thru the origin. | |
| static void | print_psdot (FILE *f, double x, double y, double color) |
Public Attributes | |
| coordT(* | curve )(const coordT &lo, const coordT &hi, double radius, coord_3d el2, long npt, long ipt) |
| coord_3d | el2 |
| coordT | end |
| double | hi |
| double | lo |
| long | npt |
| double | radius |
| coordT | start |
| typedef Vector<double,NDIM> madness::trajectory< NDIM >::coordT |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
References madness::constants::pi.
|
inlinestatic |
References madness::constants::pi.
|
inlinestatic |
some tools for plotting MRA ranks of low order tensors
|
inlinestatic |
constructor for a line
References madness::trajectory< NDIM >::curve, madness::trajectory< NDIM >::end, madness::trajectory< NDIM >::line_internal(), madness::trajectory< NDIM >::npt, and madness::trajectory< NDIM >::start.
Referenced by draw_line(), madness::trajectory< NDIM >::line_xyz(), solve(), test_modified(), and test_recursive_application().
|
inlinestatic |
References lo.
Referenced by madness::trajectory< NDIM >::line2().
|
inlinestatic |
EZ ctor for a line a direction xyz={0,1,2,..,NDIM-1} thru the origin.
References madness::FunctionDefaults< NDIM >::get_cell_width(), L, madness::trajectory< NDIM >::line2(), and lo.
|
inline |
|
inlinestatic |
References madness::f.
Referenced by madness::plot_along(), and madness::plot_along().
| coordT(* madness::trajectory< NDIM >::curve) (const coordT &lo, const coordT &hi, double radius, coord_3d el2, long npt, long ipt) |
Referenced by madness::trajectory< NDIM >::line2().
| coord_3d madness::trajectory< NDIM >::el2 |
| coordT madness::trajectory< NDIM >::end |
Referenced by madness::trajectory< NDIM >::line2().
| double madness::trajectory< NDIM >::hi |
| double madness::trajectory< NDIM >::lo |
| long madness::trajectory< NDIM >::npt |
Referenced by madness::trajectory< NDIM >::line2(), madness::plot_along(), and madness::plot_along().
| double madness::trajectory< NDIM >::radius |
| coordT madness::trajectory< NDIM >::start |
Referenced by madness::trajectory< NDIM >::line2().