Re: [deal.II] Using Dealii to developing aa finite element software on Windows

2020-12-29 Thread Wolfgang Bangerth
On 12/29/20 2:54 PM, amir kiani wrote: We tried updating our compilers. But a lot of errors were reported during the compilation of our software. That is maybe not a useful answer for you, but at some point you will have to update your OS and compilers -- Microsoft will simply not support

Re: [deal.II] Using Dealii to developing aa finite element software on Windows

2020-12-29 Thread amir kiani
Dear Timo I appreciate your answer. We tried updating our compilers. But a lot of errors were reported during the compilation of our software. On Mon, Dec 28, 2020, 20:05 Timo Heister wrote: > Hi Amir, > > deal.II 9.1 requires c++11 > deal.II 9.2 requires c++11 > deal.II 9.3 will require c++14

Re: [deal.II] Using Dealii to developing aa finite element software on Windows

2020-12-29 Thread amir kiani
Thanks dear Wolfgang The features of Deall.ii is very good. I will try to use these wonderfull features. You and your colleagues did a great job. I wish best for you. On Mon, Dec 28, 2020, 22:38 Wolfgang Bangerth wrote: > On 12/26/20 10:08 PM, amir kiani wrote: > > By reading tutorials on the

Re: [deal.II] Using Dealii to developing aa finite element software on Windows

2020-12-28 Thread Wolfgang Bangerth
On 12/26/20 10:08 PM, amir kiani wrote: By reading tutorials on the website of Deal.ii, I realized that using Deal.ii directly on windows is experimentally supported. That may no longer be an accurate description. deal.II 9.2 is used in a number of industrial applications that run on Windows.

Re: [deal.II] Using Dealii to developing aa finite element software on Windows

2020-12-28 Thread Timo Heister
Hi Amir, deal.II 9.1 requires c++11 deal.II 9.2 requires c++11 deal.II 9.3 will require c++14 Your only choice would be to use an older version of deal.II but I would strongly suggest updating your compilers instead. On Sun, Dec 27, 2020 at 12:09 AM amir kiani wrote: > > Hello. > Recently I

[deal.II] Using Dealii to developing aa finite element software on Windows

2020-12-26 Thread amir kiani
Hello. Recently I started to learn finite element programming. By surfing the net, I came to C++ and Deal.ii. One of my concerns in using Deal.ii and C++ is about any possible future limitations. By reading tutorials on the website of Deal.ii, I realized that using Deal.ii directly on windows is