|
Isorropia: Partitioning, Load Balancing and more
|
This is the complete list of members for Isorropia::Epetra::Orderer, 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 |
| compute(bool forceOrdering=false) | Isorropia::Epetra::Orderer | inlinevirtual |
| computeNumberOfProperties() | Isorropia::Epetra::Operator | protected |
| costs_ | Isorropia::Epetra::Operator | protected |
| 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 |
| extractPermutationCopy(int len, int &size, int *array) const | Isorropia::Orderer | inlinevirtual |
| extractPermutationView(int &size, const int *&array) const | Isorropia::Orderer | 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 |
| 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 |
| 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 |
| order(bool force_ordering=false) | Isorropia::Epetra::Orderer | virtual |
| Orderer(Teuchos::RCP< const Epetra_CrsGraph > input_graph, const Teuchos::ParameterList ¶mlist=Teuchos::ParameterList("EmptyParameterList"), bool compute_now=true) | Isorropia::Epetra::Orderer | |
| Orderer(const Epetra_CrsGraph *input_graph, const Teuchos::ParameterList ¶mlist=Teuchos::ParameterList("EmptyParameterList"), bool compute_now=true) | Isorropia::Epetra::Orderer | |
| Orderer(Teuchos::RCP< const Epetra_RowMatrix > input_matrix, const Teuchos::ParameterList ¶mlist=Teuchos::ParameterList("EmptyParameterList"), bool compute_now=true) | Isorropia::Epetra::Orderer | |
| Orderer(const Epetra_RowMatrix *input_matrix, const Teuchos::ParameterList ¶mlist=Teuchos::ParameterList("EmptyParameterList"), bool compute_now=true) | Isorropia::Epetra::Orderer | |
| paramlist_ | Isorropia::Epetra::Operator | protected |
| 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 |
| weights_ | Isorropia::Epetra::Operator | protected |
| Isorropia::~Operator() | Isorropia::Operator | inlinevirtual |
| Isorropia::Epetra::Operator::~Operator() | Isorropia::Epetra::Operator | virtual |
| ~Orderer() | Isorropia::Epetra::Orderer | inlinevirtual |