Re: [deal.II] Loading solution in step 6

2019-02-24 Thread Wolfgang Bangerth
On 2/23/19 7:16 PM, Yangshuai Wang wrote: > Thanks so much! I delete const, and the error says: > > An error occurred in line <1105> of file > > in function > Number ::Vector::operator()(const > dealii::Vector::size_type) [number = double] > The violated condition was: > i

Re: [deal.II] Position of a given node

2019-02-24 Thread Wolfgang Bangerth
On 2/23/19 7:31 PM, yswang2...@sjtu.edu.cn wrote: > > I have printed the constraints, it reads: > ... > 24 = 0 > 25 5: 0.5 > 25 10: 0.5 > 26 5: 0.5 > ... > which means No.25 node is a hanging node, right? Yes, assuming that you are using Q1 elements, this very much looks like a hanging node. >

Re: [deal.II] Re: Install error when compile with Trilinos

2019-02-24 Thread Bruno Turcksin
Jaekwang, This is the problem: Le dim. 24 févr. 2019 à 22:10, Jaekwang Kim a écrit : > -- Include > /Users/jaekwangkim/Program/dealii-9.0.1/cmake/configure/configure_2_trilinos.cmake > > CMake Warning at /usr/local/lib/cmake/Trilinos/TrilinosConfig.cmake:156 > (MESSAGE): > > Component

[deal.II] Re: Install error when compile with Trilinos

2019-02-24 Thread Jaekwang Kim
I resummarized screen messages that seems to be a problem ...~~ *-- Performing Test DEAL_II_HAVE_AVX* *-- Performing Test DEAL_II_HAVE_AVX - Failed* *-- Performing Test DEAL_II_HAVE_AVX512* *-- Performing Test DEAL_II_HAVE_AVX512 - Failed*

[deal.II] Re: Install error when compile with Trilinos

2019-02-24 Thread Bruno Turcksin
Jaekwang, Unfortunately, I don't see anything wrong in the log. I found that the best way to understand what is wrong when you get a Configuring incomplete error is to carefully read the messages printed on the screen. If possible, can you post the messages you get during configuration. Best,

[deal.II] Install error when compile with Trilinos

2019-02-24 Thread Jaekwang Kim
Hi, all. I have used deal.ii for year, and recently I need to compiled deal.ii with Trilinos I installed Trilinos on my local enabling only serial (non MPI) However, after the installation, when I tried to reinstall with deal.ii enabling Trilinos packages, I got error so that I cannot