xc
|
![]() |
Classes | |
class | XC::ArrayGraph |
Graph that uses an array to store its vertices. More... | |
class | XC::ArrayVertexIter |
ArrayVertexIter is an iter for returning the vertices of an object of class ArrayGraph. More... | |
class | XC::DOF_Graph |
Degrees of freedom graph. More... | |
class | XC::DOF_GroupGraph |
Degrees of freedom group graph. More... | |
class | XC::FE_VertexIter |
Iterator over the vertices of the graph. More... | |
class | XC::Graph |
The Graph class provides the abstraction of a graph. More... | |
class | XC::ModelGraph |
Base class for model graph. More... | |
class | XC::Vertex |
Vertex of a graph. More... | |
class | XC::VertexIter |
Iterator over the vertices of the graph. More... | |
class | XC::AMD |
AMD numberer uses approximate minimum degree ordering to number the equations. More... | |
class | XC::BaseNumberer |
Base class for DOF numberers. More... | |
class | XC::GraphNumberer |
Numberer for problem's degrees of freedom. More... | |
class | XC::Metis |
type of GraphPartitioner which uses 'METIS - Unstructured Graph Partitioning And Sparse Matrix Ordering System', developed by G. More... | |
class | XC::MyRCM |
Class which performs the Reverse Cuthill-McKee numbering scheme on the vertices of a graph. More... | |
class | XC::RCM |
Class designed to perform the Reverse Cuthill-McKee numbering scheme on the vertices of a graph. More... | |
class | XC::SimpleNumberer |
Trivial DOF numberer. More... | |
class | XC::GraphPartitioner |
Base class for graph partitioners. More... | |