-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 30/10/12 14:39, Lisandro Dalcin wrote: > On 29 October 2012 15:29, Florian Rathgeber > <florian.rathgeber at gmail.com> wrote: >> >> Lisandro, do you prefer patches to this list, to your personal >> email or do you have some other platform for code review? > > Mi personal email is fine. You could also fork the repo in Google > Code, or create a clone in Bitbucket. In short: do whatever is > more convenient for you.
I've forked on Bitbucket: https://bitbucket.org/fr710/petsc4py So far I've pushed 4 changesets (on the pyop2 branch), the last of which adds Mat.createAIJWithArrays allowing the user to create a Mat from existing CSR structure without copy. It maps to MatCreateSeqAIJWithArrays, MatCreateSeqBAIJWithArrays or MatCreateMPIAIJWithSplitArrays depending on the parameters. I'd be interested to get your thoughts on it. Feel free to take this discussion off list if you feel it's not relevant to everyone. Florian -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iEYEARECAAYFAlCRUIYACgkQ8Z6llsctAxbY5wCgtbHuGiD+PC3BZAcvt/JhiaBM MaIAoNdQTwHsIVsATUgm1pIjI0pPV/Qn =YNYG -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2913 bytes Desc: S/MIME Cryptographic Signature URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20121031/48424f9f/attachment.bin>
