[Trilinos-Users] issue on extracting view from FEVbrMatrix

Williams, Alan B william at sandia.gov
Tue Feb 22 13:35:49 MST 2011


Glad to hear you got it working.
Good debugging.
Alan


> -----Original Message-----
> From: trilinos-users-bounces at software.sandia.gov [mailto:trilinos-
> users-bounces at software.sandia.gov] On Behalf Of Andrea Zonca
> Sent: Tuesday, February 22, 2011 1:26 PM
> To: Williams, Alan B
> Cc: trilinos-users at software.sandia.gov
> Subject: Re: [Trilinos-Users] issue on extracting view from FEVbrMatrix
> 
> Thanks Alan,
> at the end I found the issue,
> I needed to index the SerialDense matrix as:
> (*blockM)[1][1]
> instead of:
> *blockM[1][1]
> it was probably just an issue with the pointer,
> what was misleading was that accessing the first line was working...
> cheers,
> andrea
> 
> _______________________________________________
> Trilinos-Users mailing list
> Trilinos-Users at software.sandia.gov
> http://software.sandia.gov/mailman/listinfo/trilinos-users




More information about the Trilinos-Users mailing list