Re: [deal.II] Re: problems with installation ; Unknown CMake command "DEAL_II_ADD_LIBRARY"

2017-06-15 Thread Bulent Tokay
Hi Bruno, I checked if test.h is present. Nothing is there. You are right. There is no problem. Tutorials work.. Thanks a lot! :) Best regards, 15 Haziran 2017 Perşembe 17:46:33 UTC+3 tarihinde Bruno Turcksin yazdı: > > 2017-06-15 10:39 GMT-04:00 Bulent Tokay >: > > > , and then got the sam

Re: [deal.II] Re: CMake extra libraries?

2017-06-15 Thread Bruno Turcksin
2017-06-15 17:19 GMT-04:00 Victor Eijkhout : > I'm trying to install deal. The cmake tries to test the link to trilinos, > which bombs on a lot of unresolved reference to python stuff. That's what I thought, don't listen to Denis :p The problem is that Trilinos botched their TrilinosConfig.cmake. W

[deal.II] Re: CMake extra libraries?

2017-06-15 Thread Victor Eijkhout
On Thursday, June 15, 2017 at 3:40:35 PM UTC-5, Bruno Turcksin wrote: > > >> > I am not sure that you and Denis are talking about the same problem. Do > you get this problem when you compile deal.II or when you compile your own > project on top of deal.II? > > > Ha. Good point. I'm trying t

[deal.II] Re: CMake extra libraries?

2017-06-15 Thread Bruno Turcksin
Victor, On Thursday, June 8, 2017 at 10:42:47 AM UTC-4, Victor Eijkhout wrote: > > Is there a cmake flag for specifying some extra libraries? Trilinos seems > to have been built with a python interface, but deal is somehow not linking > the libpython, so the cmake fails. > I am not sure that yo

Re: [deal.II] Re: CMake extra libraries?

2017-06-15 Thread Victor Eijkhout
On Thursday, June 15, 2017 at 12:56:14 PM UTC-5, Denis Davydov wrote: > > > Nope. You add things to **your** CMakeList.txt > You mean that I should edit **your** CMakeLists.txt, right? Not make an extra one of my own? (Speaking of your: it has a line #See doc/readme.html and doc/developm

Re: [deal.II] Re: get_function_value error with hp class

2017-06-15 Thread Weixiong Zheng
在 2017年6月14日星期三 UTC-7下午5:44:37,Wolfgang Bangerth写道: > > On 06/13/2017 06:16 PM, Weixiong Zheng wrote: > > | > > > > | > > > > As the problem is a scalar problem, fv.shape_value and shape_grad work > as they > > are supposed to, but not the get_function_values. > > It is a coincidence that

Re: [deal.II] Re: CMake extra libraries?

2017-06-15 Thread Denis Davydov
> On 15 Jun 2017, at 19:38, Victor Eijkhout wrote: > > You seem to be saying that I need to add something to a file that is > generated by cmake. Nope. You add things to **your** CMakeList.txt > > And even then, it seems to be about a file deal.IIFeatureConfig.cmake which I > can't find an

[deal.II] Re: CMake extra libraries?

2017-06-15 Thread Victor Eijkhout
That reply is way too cryptic for me. You seem to be saying that I need to add something to a file that is generated by cmake. But my cmake crashes to begin with. And even then, it seems to be about a file deal.IIFeatureConfig.cmake which I can't find anywhere. Victor PS so there is no simple

Re: [deal.II] Re: problems with installation ; Unknown CMake command "DEAL_II_ADD_LIBRARY"

2017-06-15 Thread Bruno Turcksin
2017-06-15 10:39 GMT-04:00 Bulent Tokay : > , and then got the same error. Detailed.log is appended. > > Am I doing something wrong insistently? Does the file /home/daieren/dealii-master/tests/test.h exist? To me it looks like a problem with the test itself not your install. Can you run the tutoria

Re: [deal.II] Re: problems with installation ; Unknown CMake command "DEAL_II_ADD_LIBRARY"

2017-06-15 Thread Bulent Tokay
Hi Bruno, I followed procedure as you said; mkdir build-directory later, within the build-directory; cmake command > make > make install > make test , and then got the same error. Detailed.log is appended. Am I doing something wrong insistently? Cheers, 15 Haziran 2017 Perşembe 15:14:49 UT

Re: [deal.II] Re: weak form for advection-diffusion equation

2017-06-15 Thread Bruno Turcksin
Jaekwang, shape_grad_grad doesn't exist but shape_hessian does http://dealii.org/8.5.0/doxygen/deal.II/classFEValuesBase.html#a294fe8cefce05f98a6135582cacf91c5 I think that is what you want. Best, Bruno 2017-06-14 18:34 GMT-04:00 Jaekwang Kim : > Thanks for the response! > > I've read some art

Re: [deal.II] Re: problems with installation ; Unknown CMake command "DEAL_II_ADD_LIBRARY"

2017-06-15 Thread Bruno Turcksin
2017-06-15 7:32 GMT-04:00 Bulent Tokay : > Then, I tried the same way in deal.ii-8.5.0, and no problem happened during > building and installation. However, after make test command, I received > output of failure. Detailed.log and related feedback in terminal are > attached. I think it is the same

[deal.II] Re: problems with installation ; Unknown CMake command "DEAL_II_ADD_LIBRARY"

2017-06-15 Thread Bulent Tokay
Hi Bruno, Thanks for your reply! I changed the source directory as you suggested firstly. But, building did not take place unexpectedly in the directory where I wanted to install; did instead in the source directly. As you guess, installation collapsed, unfortunately. Then, I tried the same way