Re: [deal.II] Some problems with Eclipse IDE

2019-07-22 Thread Pawan Kumar
Dear Konrad, Thanks for your reply. I will give it a try and follow your suggestions. Thanks & Regards Pawan On Mon, Jul 22, 2019 at 12:19 PM Konrad wrote: > Dear Pawan, > > setting up things by hand may be annoying. I have a github repo for this > that you can use if you like. It works (also

Re: [deal.II] Code tries to access DoF indices on artificial cells, even though those cells should not be artificial

2019-07-22 Thread 'Maxi Miller' via deal.II User Group
Furthermore, based on my understanding, I have to loop over all cells in order to assemble the multigrid-matrices, but can only aquire the gradients on the current cell if it is active. Wouldn't that crash (looping and gathering data from all cells, but only getting data from the active cells)?

Re: [deal.II] Some problems with Eclipse IDE

2019-07-22 Thread Konrad
Dear Pawan, setting up things by hand may be annoying. I have a github repo for this that you can use if you like. It works (also after I updated Ubuntu) with the newest version of eclipse. If you have an older version of eclipse it may have problems with out-of-source-builds but I strongly dis

Re: [deal.II] Some problems with Eclipse IDE

2019-07-22 Thread Pawan Kumar
Dear Prof. Bangerth, Thank you very much for your reply. Till now, the internal things between cmake and eclipse is really a magic for me and it was working fine. The directory that eclipse shows for includes (in the screenshots) are the installed directory of deal.II. It was the same in the ear

Re: [deal.II] Re: Matrix-Vector-multiplication on deal.II-grid

2019-07-22 Thread 'Maxi Miller' via deal.II User Group
More or less, yes, together with how I could get the "column" vector I would like to apply the matrix to. It is not a problem to do that in a FTDT-setting, but I do not know how to do that in a FEM-setting. Am Montag, 22. Juli 2019 00:05:45 UTC+2 schrieb Wolfgang Bangerth: > > On 7/12/19 11:28 A