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.
ot::MatRecord Member List

This is the complete list of members for ot::MatRecord, including all inherited members.

getColDim() constot::MatRecordinline
getColID() constot::MatRecordinline
getMatVal() constot::MatRecordinline
getRowDim() constot::MatRecordinline
getRowID() constot::MatRecordinline
MatRecord()ot::MatRecordinline
MatRecord(unsigned int rowID, unsigned int colID, unsigned int rowDim, unsigned int colDim, DendroScalar value)ot::MatRecordinline
MatRecord(const MatRecord &other)ot::MatRecordinline
operator!=(MatRecord const &other) constot::MatRecordinline
operator<(MatRecord const &other) constot::MatRecordinline
operator<< (defined in ot::MatRecord)ot::MatRecordfriend
operator<=(MatRecord const &other) constot::MatRecordinline
operator=(MatRecord const &other)ot::MatRecordinline
operator==(MatRecord const &other) constot::MatRecordinline
operator>(MatRecord const &other) constot::MatRecordinline
operator>=(MatRecord const &other) constot::MatRecordinline
setColDim(unsigned int colDim)ot::MatRecordinline
setColID(unsigned int colID)ot::MatRecordinline
setMatValue(DendroScalar value)ot::MatRecordinline
setRowDim(unsigned int rowDim)ot::MatRecordinline
setRowID(unsigned int rowID)ot::MatRecordinline