[deal.II] Re: Is deal.ii suitable for civil engineering problems?

2017-12-15 Thread Denis Davydov
Hi, Deal.II has been used in numerous applications, including but not limited to solid mechanics, see publication lists http://www.dealii.org/publications.html and also publications of my colleague Jean-Paul https://ltm-en.cms.rrze.uni-erlangen.de/person/pelteret-jean-paul-ph-d/ who is focused

[deal.II] Re: surprising results from DoFHandler.locally_owned_dofs() calls in the fully distributed triangulation

2017-12-15 Thread Denis Davydov
Hi, On Friday, December 15, 2017 at 11:14:24 PM UTC+1, Marek Čapek wrote: > > Hello, > I have downloaded and installed 8.5.1 version of dealii library > using candi. I needed to use calls of > > const IndexSet > & > DoFHandler > <

[deal.II] Re: dealii with OS Sierra

2017-12-15 Thread Denis Davydov
Hi, The 8.5.1. was compiled before High Sierra was out, try the new, pre-prelease package https://github.com/luca-heltai/dealii/releases/tag/v9.0.pre.1 Cheers, Denis. On Saturday, December 9, 2017 at 12:59:14 PM UTC+1, Sudarshan Kumar wrote: > > Dear al, > > I have installed a fresh copy of

[deal.II] surprising results from DoFHandler.locally_owned_dofs() calls in the fully distributed triangulation

2017-12-15 Thread Marek Čapek
Hello, I have downloaded and installed 8.5.1 version of dealii library using candi. I needed to use calls of const IndexSet & DoFHandler < dim, spacedim >::locall

Re: [deal.II] Temporary distributed vectors

2017-12-15 Thread Jie Cheng
Dear Wolfgang Another issue related to this question is that, ApproximateMassSchur has a vmult member function defined, so it can be used in CG solver to get the product of its inverse with some vector, just like step-20 does. However unlike the dealii SolverCG class, PETScWrappers::SolverCG onl

Re: [deal.II] Re: Cmake-MPI

2017-12-15 Thread Bruno Turcksin
Yaakov, Have you seen the list of packages which is required to install deal.II? # This build script assumes that you have several packages already # installed via ubuntu's apt-get using the following commands: # # > sudo apt-get install build-essential lsb-release wget \ # automake autoconf gf

Re: [deal.II] Re: Cmake-MPI

2017-12-15 Thread feapman
Bruno, Many thanks for your help. p4est bug is now solved, but next installation of trilinos aborbs using candi error report: CMake Error at cmake/tribits/core/package_arch/TribitsProcessEnabledTpl.cmake:127 (MESSAGE): ERROR: TPL_BLAS_NOT_FOUND=TRUE, aborting! Call Stack (most recent call