[Trilinos-Users] epetra_fecrsmatrix_static_profile

Blahos, Jiri j.blahos at imperial.ac.uk
Tue Aug 6 09:33:30 EDT 2019


Hi Mike,

 

I am not sure what you mean. I thought since fecrsmatrix inherits from crsmatrix, it would support everything that the crsmatrix does. By matrix constructed, you mean after GlobalAssemble is called? Does it mean that there are disadvantages to using fecrsmatrix over crsmatrix (in terms of construction or memory efficiency)? I thought they both offer the same and fe version only adds support for adding values to non-local rows. Is that not a right perception?

 

Jiří

 

From: Heroux, Michael A <maherou at sandia.gov> 
Sent: 06 August 2019 14:07
To: Blahos, Jiri <j.blahos at imperial.ac.uk>; trilinos-users at trilinos.org
Subject: Re: [Trilinos-Users] epetra_fecrsmatrix_static_profile

 

The Epetra_FECrsMatrix class does not support a static graph.  Once a matrix is constructed, you can replace values.  This might be an alternative for you.

 

Mike

 

From: Trilinos-Users <trilinos-users-bounces at trilinos.org <mailto:trilinos-users-bounces at trilinos.org> > on behalf of "Blahos, Jiri" <j.blahos at imperial.ac.uk <mailto:j.blahos at imperial.ac.uk> >
Date: Tuesday, August 6, 2019 at 7:55 AM
To: Trilinos Users <trilinos-users at trilinos.org <mailto:trilinos-users at trilinos.org> >
Subject: [EXTERNAL] [Trilinos-Users] epetra_fecrsmatrix_static_profile

 

Hello,

 

is there a way to construct an epetra_fecrsmatrix with static profile? Epetra_crsmatrix has a flag for this in its constructor, but it seems that the fematrix that inherits from it ignores this flag (i.e. constructs the base crsmatrix with the default value which is false).

 

Best regards,

Jiří

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://trilinos.org/pipermail/trilinos-users/attachments/20190806/4c97080e/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5003 bytes
Desc: not available
URL: <https://trilinos.org/pipermail/trilinos-users/attachments/20190806/4c97080e/attachment-0001.p7s>


More information about the Trilinos-Users mailing list