Isorropia: Partitioning, Load Balancing and more
Classes | Functions
Isorropia Ordering Methods

Here we describe the ordering interface provided by Isorropia. More...

Classes

class  Isorropia::Epetra::Orderer
 An implementation of the Orderer interface that operates on Epetra matrices and linear systems. More...
 

Functions

void Isorropia::Epetra::Orderer::order (bool force_ordering=false)
 Method which does the work of computing a new ordering. More...
 

Detailed Description

Here we describe the ordering interface provided by Isorropia.

Fill-Reducing Ordering

Isorropia currently supports a subset of the graph (sparse matrix) ordering features in Zoltan. The intended main use is to produce a permutation that can be used as fill-reducing ordering for direct solvers. Currently Zoltan relies on third-party libraries (ParMetis and PT-Scotch) for this.

Function Documentation

void Isorropia::Epetra::Orderer::order ( bool  force_ordering = false)
virtual

Method which does the work of computing a new ordering.

Parameters
force_orderingOptional argument defaults to false.

Implements Isorropia::Orderer.