[Trilinos-Users] Can Ifpack generate all its types of preconditioners for Epetra_Crs and Epetra_FECrs matrices ??

Williams, Alan B william at sandia.gov
Sun Dec 23 09:15:26 MST 2007


If Ifpack accepts Epetra_RowMatrix objects, then it should accept Epetra_FECrsMatrix object. This is because Epetra_FECrsMatrix has Epetra_CrsMatrix as a base class, which in turn has Epetra_RowMatrix as a base class. Thus, Epetra_FECrsMatrix "is a" Epetra_RowMatrix.

Alan


-----Original Message-----
From: trilinos-users-bounces at software.sandia.gov on behalf of Davood Ansari
Sent: Sun 12/23/2007 2:12 AM
To: trilinos-users at software.sandia.gov
Subject: [Trilinos-Users] Can Ifpack generate all its types of preconditioners for Epetra_Crs and Epetra_FECrs matrices ??
 
Hi

I am new to Ifpack.

I see that Ifpack accepts (in most cases) Epetra_RowMatrix objects.
Can Ifpack generate all its types of preconditioners  for Epetra_Crs and
Epetra_FECrs matrices ??
Can I convert my Epetra_FE_Crs or Epetra_Crs matrices so that they could be
feed into Ifpack as
Epetra_RowMatrix objects ??
Please Comment

Davood

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://software.sandia.gov/mailman/private/trilinos-users/attachments/20071223/c7cce071/attachment.html


More information about the Trilinos-Users mailing list