[deal.II] Compilation error in dealii development version (9.1.0-pre, shortrev c6b7876) using gcc/7.2.0 compiler and cuda/9.2

2018-09-17 Thread Sambit Das
Dear all, I am trying to compile the latest development version of dealii (9.1.0-pre, shortrev c6b7876) using gcc/7.2.0, openmpi/3.0.0/gcc/7.2.0, cuda/9.2 and cmake-3.12.2. During compilation I get the following error: [ 57%] Building CUDA object source/base/CMakeFiles/obj

[deal.II] Re: Can GridIn read 3D quad mesh?

2018-09-17 Thread Daniel Arndt
Shawn, If I understand correctly you want to read a 2D mesh embedded in a three-dimensional space. Which mesh format are you interested in? At least, GridIn::read_ucd and GridIn::read_msh should be able to do that. If you experience problems, we like to here about that as well. Best, Daniel

Re: [deal.II] Abbreviation of deal-II

2018-09-17 Thread chandra sekhar yaswanth devarakonda
Thank you so much Best CHANDRASEKHAR YASWANTH On Mon, Sep 17, 2018, 8:51 PM Jean-Paul Pelteret wrote: > Dear Chandra, > > The answer to your question is summarised on our webpage (see > https://dealii.org/about.html): > > *deal.II — a name that originally meant to indicate that it is th

Re: [deal.II] Compilation problem with Development sources

2018-09-17 Thread Michał Wichrowski
W dniu poniedziałek, 17 września 2018 16:10:32 UTC+2 użytkownik Jean-Paul Pelteret napisał: > > Dear Michał, > > I think that calling *git checkout* is insufficient. You probably want to > call* git pull *(or* git fetch && git rebase origin/master*) to fetch and > merge the most current state

Re: [deal.II] Abbreviation of deal-II

2018-09-17 Thread Jean-Paul Pelteret
Dear Chandra, The answer to your question is summarised on our webpage (see https://dealii.org/about.html ): deal.II — a name that originally meant to indicate that it is the successor to the Differential Equations Analysis Library — is a C++ program library targe

[deal.II] Abbreviation of deal-II

2018-09-17 Thread chandra sekhar yaswanth devarakonda
Why it is deal-II?. Is there any reason behind the libraries named as deal-II? -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Gr

Re: [deal.II] Compilation problem with Development sources

2018-09-17 Thread Jean-Paul Pelteret
Dear Michał, I think that calling git checkout is insufficient. You probably want to call git pull (or git fetch && git rebase origin/master) to fetch and merge the most current state of the remote repository. Best, Jean-Paul > On 17 Sep 2018, at 15:38, Michał Wichrowski wrote: > > I've just

[deal.II] Re: Compilation problem with Development sources

2018-09-17 Thread Daniel Arndt
Michal, did you start from a clean build directory? Otherwise, I would be interested whether DEAL_II_HAVE_CXX14_CONSTEXPR_CAN_CALL_NONCONSTEXPR is defined in base/config.h (in the build directory). Which compiler are you using? Best, Daniel -- The deal.II project is located at http://www.deal

[deal.II] Re: Compilation problem with Development sources

2018-09-17 Thread Michał Wichrowski
I've just double checked, I'm using the latest version: mwichro@major:~/lib/dealii$ git checkout Your branch is up-to-date with 'origin/master'. mwichro@major:~/lib/dealii$ make [ 0%] Built target expand_instantiations_exe [ 0%] Built target doxygen_headers [ 3%] Built target obj_boost_serial

Re: [deal.II] Re: Segmentation with DEAL_II_WITH_THREADS=ON

2018-09-17 Thread Bruno Turcksin
Riku, I am glad it's finally working! Best, Bruno Le dim. 16 sept. 2018 à 23:17, Riku Suzuki a écrit : > Hi Bruno > > A manually-installed TBB and a clean build of deal.II solves the problem. > Now everything works as expected! > > Thank you for your advice. > > Riku > > -- > The deal.II proj

[deal.II] Re: Compilation problem with Development sources

2018-09-17 Thread Bruno Turcksin
Michal, Are you using the latest version of deal.II? This problem should have been fixed. Best, Bruno On Monday, September 17, 2018 at 6:48:43 AM UTC-4, Michał Wichrowski wrote: > > Dear all, > I had a problem while compiling deal.II source code from the git > repository: > > [ 72%] Building

[deal.II] Compilation problem with Development sources

2018-09-17 Thread Michał Wichrowski
Dear all, I had a problem while compiling deal.II source code from the git repository: [ 72%] Building CXX object source/algorithms/CMakeFiles/obj_algorithms_debug.dir/operator.cc.o In file included from /home/mwichro/lib/dealii/include/deal.II/algorithms/any_data.h:21:0, from

[deal.II] Eigen values and eigen vectors of a 1d cantilever beam.

2018-09-17 Thread chandra sekhar yaswanth devarakonda
Can anyone help me to fix this.Sinced there is no continuous hermite interpolation element.I used direct formule for stiffness and mass matix. Here i am attaching the code.I used step-36. -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://grou