← Back to team overview

dolfin team mailing list archive

Re: extract matrix

 

I don't mind overkill.  These are small matrices (9x9).

But how do I get it out of the variational problem class? I need access to the internal matrix if that is possible.

- Shawn

On Mon, 22 Jun 2009, Jed Brown wrote:

Shawn Walker wrote:
The other `matrix' is basically an array of doubles.

Why not dump them both into Matlab?  I don't see why you want to write
C++ to do this?  Do you want to have the comparison in a unit test or
something?  You can always call Dolfin's Matrix::get, but it's overkill
to just look at the entries.

Jed




References