

Public Member Functions | |
| def | __init__ |
| def | color |
| def | compute |
Public Attributes | |
| this | |
Proxy of C++ Isorropia::Epetra::Colorer class
| def PyTrilinos.Isorropia.NestedEpetra.Colorer.__init__ | ( | self, | |
| args | |||
| ) |
__init__(Isorropia::Epetra::Colorer self, Teuchos::RCP< Epetra_CrsGraph const > input_graph, ParameterList paramlist=Teuchos::ParameterList("EmptyParameterList"),
bool compute_now=True) -> Colorer
__init__(Isorropia::Epetra::Colorer self, CrsGraph input_graph, ParameterList paramlist=Teuchos::ParameterList("EmptyParameterList"),
bool compute_now=True) -> Colorer
__init__(Isorropia::Epetra::Colorer self, Teuchos::RCP< Epetra_RowMatrix const > input_matrix, ParameterList paramlist=Teuchos::ParameterList("EmptyParameterList"),
bool compute_now=True) -> Colorer
__init__(Isorropia::Epetra::Colorer self, RowMatrix input_matrix, ParameterList paramlist=Teuchos::ParameterList("EmptyParameterList"),
bool compute_now=True) -> Colorer
| def PyTrilinos.Isorropia.NestedEpetra.Colorer.color | ( | self, | |
| args | |||
| ) |
color(Colorer self, bool force_coloring=False) virtual void Isorropia::Colorer::color(bool forceColoring=false)=0 Method which does the work of computing a new coloring. Parameters: ----------- forceColoring: Optional argument defaults to false. Depending on the implementation, color() should only perform a coloring the first time it is called, and subsequent repeated calls are no-ops. If the user's intent is to re- compute the coloring (e.g., if parameters or other inputs have been changed), then setting this flag to true will force a new coloring to be computed.
| def PyTrilinos.Isorropia.NestedEpetra.Colorer.compute | ( | self, | |
| args | |||
| ) |
compute(Colorer self, bool force_compute=False) virtual void Isorropia::Operator::compute(bool forceRecomputing=false)=0 Method which does the work of computing a new partitioning/coloring/ordering, depending on the child class used. Parameters: ----------- forceRecomputing: Optional argument defaults to false. Depending on the implementation, compute() should only perform a computation the first time it is called, and subsequent repeated calls are no-ops. If the user's intent is to re- compute the results (e.g., if parameters or other inputs have been changed), then setting this flag to true will force a new result to be computed.
Reimplemented from PyTrilinos.Isorropia.NestedEpetra.Operator.
1.7.6.1