getfem-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Getfem-users] write on global matrix with gmm


From: Ronan Perrussel
Subject: Re: [Getfem-users] write on global matrix with gmm
Date: Mon, 19 Nov 2007 11:32:32 +0100
User-agent: Thunderbird 2.0.0.6 (X11/20071022)

mikael gueguen a écrit :
hi
what is the good way to write global matrix for FEM with gmm?
if i use a dense_matrix for writing the global matrix during the assembly procedure, i have problem with large scale problem, and if i use a col_matrix < gmm::wsvector<double> >, it 's not possible to access the rows, and i cannot insert boundary condition.

How can i resolve that?

Best

_______________________________________________
Getfem-users mailing list
address@hidden
https://mail.gna.org/listinfo/getfem-users

Why do not you use a row oriented matrix if you specifically want to access the rows (row_matrix <gmm::wsvector<double>>)?

Best regards,
Ronan

Attachment: ronan_perrussel.vcf
Description: Vcard


reply via email to

[Prev in Thread] Current Thread [Next in Thread]