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 &dealii::Vector::operator()(const
> dealii::Vector::size_type) [number = double]
> The violated condition was:
> i Add
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.
>
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 "Pike
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_COMPILER_DEFAULTS_TO_CXX11_OR_
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,
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 'ma