|
Isorropia: Partitioning, Load Balancing and more
|
This is the complete list of members for Isorropia::Epetra::Colorer, including all inherited members.
| Isorropia::alreadyComputed() const =0 | Isorropia::Operator | pure virtual |
| Isorropia::Epetra::Operator::alreadyComputed() const | Isorropia::Epetra::Operator | inlinevirtual |
| base_ | Isorropia::Epetra::Operator | protected |
| colmap_ | Isorropia::Epetra::Colorer | private |
| color(bool force_coloring=false) | Isorropia::Epetra::Colorer | virtual |
| Colorer(Teuchos::RCP< const Epetra_CrsGraph > input_graph, const Teuchos::ParameterList ¶mlist=Teuchos::ParameterList("EmptyParameterList"), bool compute_now=true) | Isorropia::Epetra::Colorer | |
| Colorer(const Epetra_CrsGraph *input_graph, const Teuchos::ParameterList ¶mlist=Teuchos::ParameterList("EmptyParameterList"), bool compute_now=true) | Isorropia::Epetra::Colorer | |
| Colorer(Teuchos::RCP< const Epetra_RowMatrix > input_matrix, const Teuchos::ParameterList ¶mlist=Teuchos::ParameterList("EmptyParameterList"), bool compute_now=true) | Isorropia::Epetra::Colorer | |
| Colorer(const Epetra_RowMatrix *input_matrix, const Teuchos::ParameterList ¶mlist=Teuchos::ParameterList("EmptyParameterList"), bool compute_now=true) | Isorropia::Epetra::Colorer | |
| compute(bool force_compute=false) | Isorropia::Epetra::Colorer | inlinevirtual |
| computeNumberOfProperties() | Isorropia::Epetra::Operator | protected |
| costs_ | Isorropia::Epetra::Operator | protected |
| elemsWithColor(int theColor, int *elementList, int len) const | Isorropia::Colorer | inlinevirtual |
| Isorropia::elemsWithProperty(int property, int *elementList, int len) const =0 | Isorropia::Operator | pure virtual |
| Isorropia::Epetra::Operator::elemsWithProperty(int property, int *elementList, int len) const | Isorropia::Epetra::Operator | virtual |
| exportsSize_ | Isorropia::Epetra::Operator | protected |
| extractColorsCopy(int len, int &size, int *array) const | Isorropia::Colorer | inlinevirtual |
| extractColorsView(int &size, const int *&array) const | Isorropia::Colorer | inlinevirtual |
| Isorropia::extractPropertiesCopy(int len, int &size, int *array) const =0 | Isorropia::Operator | pure virtual |
| Isorropia::Epetra::Operator::extractPropertiesCopy(int len, int &size, int *array) const | Isorropia::Epetra::Operator | virtual |
| Isorropia::extractPropertiesView(int &size, const int *&array) const =0 | Isorropia::Operator | pure virtual |
| Isorropia::Epetra::Operator::extractPropertiesView(int &size, const int *&array) const | Isorropia::Epetra::Operator | virtual |
| generateColMapColoring() | Isorropia::Epetra::Colorer | |
| generateMapColoring() | Isorropia::Epetra::Colorer | inline |
| generateRowMapColoring() | Isorropia::Epetra::Colorer | |
| getCosts() | Isorropia::Epetra::Operator | inline |
| global_num_graph_edge_weights_ | Isorropia::Epetra::Operator | protected |
| global_num_hg_edge_weights_ | Isorropia::Epetra::Operator | protected |
| global_num_vertex_weights_ | Isorropia::Epetra::Operator | protected |
| imports_ | Isorropia::Epetra::Operator | protected |
| input_coords_ | Isorropia::Epetra::Operator | protected |
| input_graph_ | Isorropia::Epetra::Operator | protected |
| input_map_ | Isorropia::Epetra::Operator | protected |
| input_matrix_ | Isorropia::Epetra::Operator | protected |
| lib_ | Isorropia::Epetra::Operator | protected |
| localNumberOfProperties_ | Isorropia::Epetra::Operator | private |
| numberElemsByProperties_ | Isorropia::Epetra::Operator | private |
| numberOfProperties_ | Isorropia::Epetra::Operator | private |
| numColors() const | Isorropia::Colorer | inlinevirtual |
| numElemsWithColor(int theColor) const | Isorropia::Colorer | inlinevirtual |
| Isorropia::numElemsWithProperty(int property) const =0 | Isorropia::Operator | pure virtual |
| Isorropia::Epetra::Operator::numElemsWithProperty(int property) const | Isorropia::Epetra::Operator | virtual |
| Isorropia::numLocalProperties() const =0 | Isorropia::Operator | pure virtual |
| Isorropia::Epetra::Operator::numLocalProperties() const | Isorropia::Epetra::Operator | inlinevirtual |
| Isorropia::numProperties() const =0 | Isorropia::Operator | pure virtual |
| Isorropia::Epetra::Operator::numProperties() const | Isorropia::Epetra::Operator | inlinevirtual |
| operation_already_computed_ | Isorropia::Epetra::Operator | protected |
| Operator(Teuchos::RCP< const Epetra_CrsGraph > input_graph, const Teuchos::ParameterList ¶mlist, int base) | Isorropia::Epetra::Operator | |
| Operator(Teuchos::RCP< const Epetra_BlockMap > input_map, const Teuchos::ParameterList ¶mlist, int base) | Isorropia::Epetra::Operator | |
| Operator(Teuchos::RCP< const Epetra_CrsGraph > input_graph, Teuchos::RCP< const Epetra_MultiVector > input_coords, const Teuchos::ParameterList ¶mlist, int base) | Isorropia::Epetra::Operator | |
| Operator(Teuchos::RCP< const Epetra_CrsGraph > input_graph, Teuchos::RCP< CostDescriber > costs, const Teuchos::ParameterList ¶mlist, int base) | Isorropia::Epetra::Operator | |
| Operator(Teuchos::RCP< const Epetra_CrsGraph > input_graph, Teuchos::RCP< CostDescriber > costs, Teuchos::RCP< const Epetra_MultiVector > coords, Teuchos::RCP< const Epetra_MultiVector > weights, const Teuchos::ParameterList ¶mlist, int base) | Isorropia::Epetra::Operator | |
| Operator(Teuchos::RCP< const Epetra_RowMatrix > input_matrix, const Teuchos::ParameterList ¶mlist, int base) | Isorropia::Epetra::Operator | |
| Operator(Teuchos::RCP< const Epetra_RowMatrix > input_matrix, Teuchos::RCP< const Epetra_MultiVector > coords, const Teuchos::ParameterList ¶mlist, int base) | Isorropia::Epetra::Operator | |
| Operator(Teuchos::RCP< const Epetra_RowMatrix > input_matrix, Teuchos::RCP< CostDescriber > costs, const Teuchos::ParameterList ¶mlist, int base) | Isorropia::Epetra::Operator | |
| Operator(Teuchos::RCP< const Epetra_RowMatrix > input_matrix, Teuchos::RCP< CostDescriber > costs, Teuchos::RCP< const Epetra_MultiVector > coords, Teuchos::RCP< const Epetra_MultiVector > weights, const Teuchos::ParameterList ¶mlist, int base) | Isorropia::Epetra::Operator | |
| Operator(Teuchos::RCP< const Epetra_MultiVector > coords, const Teuchos::ParameterList ¶mlist, int base) | Isorropia::Epetra::Operator | |
| Operator(Teuchos::RCP< const Epetra_MultiVector > coords, Teuchos::RCP< const Epetra_MultiVector > weights, const Teuchos::ParameterList ¶mlist, int base) | Isorropia::Epetra::Operator | |
| Isorropia::operator[](int myElem) const =0 | Isorropia::Operator | pure virtual |
| Isorropia::Epetra::Operator::operator[](int myElem) const | Isorropia::Epetra::Operator | virtual |
| paramlist_ | Isorropia::Epetra::Operator | protected |
| paramsToUpper(Teuchos::ParameterList &, int &changed, bool rmUnderscore=true) | Isorropia::Epetra::Operator | private |
| properties_ | Isorropia::Epetra::Operator | protected |
| Isorropia::setParameters(const Teuchos::ParameterList ¶mlist)=0 | Isorropia::Operator | pure virtual |
| Isorropia::Epetra::Operator::setParameters(const Teuchos::ParameterList ¶mlist) | Isorropia::Epetra::Operator | virtual |
| stringToUpper(std::string &s, int &changed, bool rmUnderscore=false) | Isorropia::Epetra::Operator | private |
| weights_ | Isorropia::Epetra::Operator | protected |
| ~Colorer() | Isorropia::Epetra::Colorer | inlinevirtual |
| Isorropia::~Operator() | Isorropia::Operator | inlinevirtual |
| Isorropia::Epetra::Operator::~Operator() | Isorropia::Epetra::Operator | virtual |