Re: [deal.II] lexicographic ordering in 3D

2017-07-10 Thread Wolfgang Bangerth
Juan Carlos, The procedure goes as follows, 1) we introduce a set of vertices as points (x_i,y_i), numbered by the index "i", 2) connect them forming quads/cells and store the numbering as: cell_nodes [k] = {i1,i2,i3,i4}, 3) making sure that i1,i2,i3,i4 follow a lexicographic ordering explai

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

2017-07-10 Thread Bruno Turcksin
Victor, 2017-07-10 10:28 GMT-04:00 Victor Eijkhout : > Et cetera. We have boost 1.64. Any idea? Make sure that deal.II is compiled with only one version of boost (the same than the one you used for Trilinos if you compiled Trilinos with boost). It already happened to me that I had two versions of

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

2017-07-10 Thread Victor Eijkhout
Ok, this was my error. I thought you guys picked u the compiler flags from Trilinos, but turns out I specify them. If I add the AVX instructions to the debug flags (which I don't like!) it compiles fine. Until here: make -f examples/CMakeFiles/step-53.release.dir/build.make examples/ CMa

[deal.II] lexicographic ordering in 3D

2017-07-10 Thread Juan Carlos Araujo Cabarcas
Dear all, I have been designing 2D grids according to the standards given in: https://www.dealii.org/8.4.1/doxygen/deal.II/structGeometryInfo.html The procedure goes as follows, 1) we introduce a set of vertices as points (x_i,y_i), numbered by the index "i", 2) connect them forming quads/ce