[Gmsh] Exporting Matrices generated by getdp as MatrixMarket or similar
Ruth V. Sabariego
r.sabariego at ulg.ac.be
Wed Jan 11 10:27:52 CET 2012
You can save the matrix in Matlab format. Use Print in the Resolution:
Resolution{
{ Name YourResolution ;
System {
{ Name A ; NameOfFormulation YourFormulation ; Type ComplexValue; Frequency Freq ; }
}
Operation {
Generate[A] ; Print[A] ; Solve[A] ; SaveSolution[A] ;
}
}
}
Regards,
Ruth
--
Dr. Ir. Ruth V. Sabariego
University of Liege, Electrical Engineering & Computer Science,
Applied & Computational Electromagnetics (ACE),
phone: +32-4-3663737 - fax: +32-4-3662910 - http://ace.montefiore.ulg.ac.be/
On 11 Jan 2012, at 10:01, moritz braun wrote:
> Dear All
>
> Is there a way to export the matrices that
> are caclulated by getdp as MatrixMarket files
> or similiar?
>
> regards
>
> Moritz
>
> --
> Prof M Braun Tel.:27-12-4298006/8027
> Physics Department Fax.: 27-12-4293643
> University of South Africa (UNISA)
> moritz.braun at gmail.com
> P.O. Box 392
> 0003
> UNISA
> South Africa
>
> _______________________________________________
> gmsh mailing list
> gmsh at geuz.org
> http://www.geuz.org/mailman/listinfo/gmsh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.geuz.org/pipermail/gmsh/attachments/20120111/8c9ad8b3/attachment.html>