Dendro  5.01
Dendro in Greek language means tree. The Dendro library is a large scale (262K cores on ORNL's Titan) distributed memory adaptive octree framework. The main goal of Dendro is to perform large scale multiphysics simulations efficeiently in mordern supercomputers. Dendro consists of efficient parallel data structures and algorithms to perform variational ( finite element) methods and finite difference mthods on 2:1 balanced arbitary adaptive octrees which enables the users to perform simulations raning from black holes (binary black hole mergers) to blood flow in human body, where applications ranging from relativity, astrophysics to biomedical engineering.
Point Member List

This is the complete list of members for Point, including all inherited members.

_x (defined in Point)Pointprotected
_y (defined in Point)Pointprotected
_z (defined in Point)Pointprotected
abs() (defined in Point)Pointinline
cross(Point Other) (defined in Point)Pointinline
dot(Point Other) (defined in Point)Pointinline
magnitude() (defined in Point)Point
normalize() (defined in Point)Point
operator!=(const Point &other) (defined in Point)Pointinline
operator*(const double factor) (defined in Point)Point
operator*=(const int factor) (defined in Point)Point
operator*=(const double factor) (defined in Point)Point
operator+(const Point &other) (defined in Point)Point
operator+=(const Point &other) (defined in Point)Point
operator-() const (defined in Point)Point
operator-(const Point &other) (defined in Point)Point
operator-(const Point &other) const (defined in Point)Point
operator/(const double divisor) (defined in Point)Point
operator/=(const int divisor) (defined in Point)Point
operator/=(const double divisor) (defined in Point)Point
operator=(const Point &other) (defined in Point)Point
operator==(const Point &other) (defined in Point)Pointinline
Point() (defined in Point)Point
Point(double newx, double newy, double newz) (defined in Point)Point
Point(int newx, int newy, int newz) (defined in Point)Point
Point(unsigned int newx, unsigned int newy, unsigned int newz) (defined in Point)Point
Point(const Point &newpoint) (defined in Point)Point
TransMatMultiply(double *transMat, Point inPoint) (defined in Point)Pointstatic
x() const (defined in Point)Pointinline
xint() const (defined in Point)Pointinline
y() const (defined in Point)Pointinline
yint() const (defined in Point)Pointinline
z() const (defined in Point)Pointinline
zint() const (defined in Point)Pointinline