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.
|
This is the complete list of members for Point, including all inherited members.
_x (defined in Point) | Point | protected |
_y (defined in Point) | Point | protected |
_z (defined in Point) | Point | protected |
abs() (defined in Point) | Point | inline |
cross(Point Other) (defined in Point) | Point | inline |
dot(Point Other) (defined in Point) | Point | inline |
magnitude() (defined in Point) | Point | |
normalize() (defined in Point) | Point | |
operator!=(const Point &other) (defined in Point) | Point | inline |
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) | Point | inline |
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) | Point | static |
x() const (defined in Point) | Point | inline |
xint() const (defined in Point) | Point | inline |
y() const (defined in Point) | Point | inline |
yint() const (defined in Point) | Point | inline |
z() const (defined in Point) | Point | inline |
zint() const (defined in Point) | Point | inline |