[deal.II] Re: PhD Position (deal.II related) in Computational Fluid Dynamics, Polytechnique Montreal, Montreal, Canada

2019-12-10 Thread arun gk
hi sir.. I would like to apply for this position. i would like to know if the vacancy is still there..!? On Saturday, 17 August 2019 00:58:58 UTC+5:30, Bruno Blais wrote: > > Dear All, > We currently have an open position in my research group regarding the > computational modeling of microwave

[deal.II] Problems installing deal.II 9.1.1

2019-12-10 Thread Teresa Sanchez RĂșa
Dear all, I am trying to install version 9.1.1 of deal.ii in a Scientific Linux release 7.6, but I am obtaining some input/output errors when compiling and linking the library. Here, an example of the obtained error: *[ **teresa**@m2be-amd01 ][ **~/storage/DEALII/dealii-9.1.1/build **]~~>

[deal.II] Re: Optimization of Laplacea Equation Solver

2019-12-10 Thread Oleg Kmechak
Can You describe please, why algebraic multigrid algorithm may be better in this situation? Is it somehow opitmal for Laplacea equation or to my irregular mesh? On Thursday, 5 December 2019 17:15:11 UTC+1, Bruno Turcksin wrote: > > Oleg, > > The first thing to do if you want to speed up you

Re: [deal.II] Vector conversion problem: between dealii::PETScWrappers::MPI::Vector and a PETSc Vec

2019-12-10 Thread Zhidong Brian Zhang
It makes much sense! Right now, it works by using the deprecated function (generating MPI::Vector from VectorBase). The program can run successfully, while I now need to work on improve the efficiency (Maybe I need to rewrite all my previous code). Thank you so much for your help, David!

Re: [deal.II] Fixed Support for 2D Beam Problem

2019-12-10 Thread Wolfgang Bangerth
On 12/10/19 8:35 AM, Hasan Tasneem wrote: > I am a beginner on Deal.ii. I have installed and run some of the tutorials. I > am now trying to run one specific problem. This problem is 2D and is a beam > problem. My dimension of the beam is 3*100mm. The beam is fixed on one end > and > there is

[deal.II] Fixed Support for 2D Beam Problem

2019-12-10 Thread Hasan Tasneem
I am a beginner on Deal.ii. I have installed and run some of the tutorials. I am now trying to run one specific problem. This problem is 2D and is a beam problem. My dimension of the beam is 3*100mm. The beam is fixed on one end and there is 1000N of transverse loading on the other end. I am