Aw: Re: [deal.II] Adding TrilinosWrapper::BlockSparseMatrix

2019-05-06 Thread Gabriel Peters
Hey Jean-Paul Thanks a lot, that's what I was looking for, and now it works finely.   Best Gabriel   Gesendet: Montag, 06. Mai 2019 um 14:27 Uhr Von: "Jean-Paul Pelteret" An: dealii@googlegroups.com Betreff: Re: [deal.II] Adding TrilinosWrapper::BlockSparseMatrix De

Re: [deal.II] Adding TrilinosWrapper::BlockSparseMatrix

2019-05-06 Thread Jean-Paul Pelteret
Dear Gabriel, There is a function to do this operation https://dealii.org/9.0.0/doxygen/deal.II/classBlockMatrixBase.html#a9ee9987ece33a052d2b7a44034a8a01a So you should write this as

[deal.II] Adding TrilinosWrapper::BlockSparseMatrix

2019-05-06 Thread gabriel . peters
Hey everyone, I got a problem regarding TrilnosWrappers::BlockSparseMatrix. In my program I have a TrilnosWrappers::BlockSparseMatrix system_matrix which consists of two parts, one permanent part, which is computed at the beginning at the programm, not every iteration, to save time (called