Dear LibMesh Developers,

I am sorry for this simple question.
I am using DenseMatrix and DenseSubMatrix. However, I have several
DenseMatrix. I would like to get them using
"std::vector<DenseMatrix<Number> > A(N);"

For each A(i), I have two DenseSubMatrix for it, that is subA1[i], subA2[i].

However, from DenseSubMatrix class, I must initialize subA1[i],
subA2[i] using A(i). Before that, I want to "new" subA1 and subA2
array with N dimension. It looks there is not corresponding
constructor function for it to my understanding. Therefore, I can't do
it.
Could you give me some advice about how to realize my application? thanks a lot.

Regards,
Yujie

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to