Re: [deal.II] Dealii & trilinos

2020-05-01 Thread Victor Eijkhout
On , 2020May1, at 18:39, Matthias Maier mailto:tam...@43-1.org>> wrote: This implies that the CMake configuration that gets installed by Trilinos is broken. Well well well. The file /home1/apps/intel19/impi19_0/trilinos/12.18.1/lib/cmake/ShyLU/ShyLUConfig.cmake contains an include on line

Re: [deal.II] Dealii & trilinos

2020-05-01 Thread Matthias Maier
On Fri, May 1, 2020, at 15:59 CDT, Victor Eijkhout wrote: > I'm using trilinos 12.18.1 > > This is the most error-like statement that I can find. Other files attached. The actual error message (and why configure fails) is here: 12442 -- Include

Re: [deal.II] Re: Finding vertices on boundaries

2020-05-01 Thread Wolfgang Bangerth
On 5/1/20 5:07 PM, Shahab Golshan wrote: I have also another question on the function */find_cells_adjacent_to_vertex/*. As input argument, it needs the vertex index, not the vertex as a point. How can I find the index of a vertex (to use in this function) from the vertex location (point).

[deal.II] Re: Finding vertices on boundaries

2020-05-01 Thread Shahab Golshan
I have also another question on the function *find_cells_adjacent_to_vertex* . As input argument, it needs the vertex index, not the vertex as a point. How can I find the index of a vertex (to use in this function) from the vertex location (point). Best, Shahab -- The deal.II project is

Re: [deal.II] Re: Finding vertices on boundaries

2020-05-01 Thread Shahab Golshan
Hi David, Yes, it was very helpful and solved the problem. Thank you very much. Best, Shahab -- 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

Re: [deal.II] Re: Finding vertices on boundaries

2020-05-01 Thread Bruno Blais
I think David solution is more along the lines of Shahab original question (at least from my understanding) :). On Friday, 1 May 2020 09:46:58 UTC-4, David Wells wrote: > > Hi Shahab, > > You are right that vertices themselves don't store any information - this > is an implementation detail of

Re: [deal.II] How to download deal ii 8.2.1 virtual machine image

2020-05-01 Thread Jean-Paul Pelteret
Dear Ajith, You’re welcome! Just the .tar.gz is enough to get all of the source code for the library itself. As for your other problem, you’ve made the build directory inside the source directory, which is perfectly fine. But it looks like you’re not passing CMake the correct name of the

Re: [deal.II] How to download deal ii 8.2.1 virtual machine image

2020-05-01 Thread Ajith nandan
Dear Jean-Paul, thanks for sending the link for previous versions. Should I download all the files or the .tar.gz file is enough to install an 8.2.1 version. Thanks & Regards Ajith On Fri, May 1, 2020 at 2:21 PM Jean-Paul Pelteret wrote: > Dear Ajith, > > To supplement what has been said

Re: [deal.II] Re: Finding vertices on boundaries

2020-05-01 Thread David Wells
Hi Shahab, You are right that vertices themselves don't store any information - this is an implementation detail of deal.II (points do not store any topological information in a Triangulation, unlike lines, quadrilaterals, or hexahedra). Just to check: when you write 'vertices', are you looking

Re: [deal.II] How to download deal ii 8.2.1 virtual machine image

2020-05-01 Thread Jean-Paul Pelteret
Dear Ajith, To supplement what has been said before, older versions of deal.II can be found on the GitHub release page and our mirror: https://github.com/dealii/dealii/releases https://dealii.43-1.org/downloads/ It

Re: [deal.II] How to download deal ii 8.2.1 virtual machine image

2020-05-01 Thread Francisco Trigo
Dear Ajith: I have a copy of the .ova file of the virtual machine for Windows that includes deal.II version 8.2.1, but it's almost 3 GB. So it's not practical. I think the best you can do is to go to ' https://www.math.colostate.edu/~bangerth/videos.html' and watch the "Lecture 3" video, where