Search found 30 matches

by YannGuevel
18 Aug 2016, 16:08
Forum: Software development
Topic: CFD continuation, bifurcation detection
Replies: 3
Views: 6250

Re: CFD continuation, bifurcation detection

Hello, my PhD thesis is now available on: https://tel.archives-ouvertes.fr/tel-01305764 The Pdf is available here : https://tel.archives-ouvertes.fr/tel-01305764v3/document We are now able to detect accurately steady bifurcation in the case of 2D and 3D incompressible flows using ELMER. The text is ...
by YannGuevel
17 Jun 2015, 17:45
Forum: Installation & compilation
Topic: how to compile Elmer using a self-compiled MUMPS?
Replies: 8
Views: 9922

Re: how to compile Elmer using a self-compiled MUMPS?

Hello, i managed to compile Elmer with a self-complied version of MUMPS_v5 using openBlas for MutliThread ability. It is not straigth forward but it's working... still have some stuff to check. I compiled Mumps as a ".so" shared library (as in a debian package). I added some information in...
by YannGuevel
01 Jun 2015, 09:57
Forum: Installation & compilation
Topic: MUMPS Library Linking
Replies: 15
Views: 25705

Re: MUMPS Library Linking

Hello,

Have you tested this procedure using the new CMake installation?

Thanks.
by YannGuevel
25 May 2015, 23:15
Forum: ElmerSolver
Topic: AddToMatrixElement incredibly slow
Replies: 2
Views: 2403

Re: AddToMatrixElement incredibly slow

Hi peter, you are right, i went first into this "solve with linear constraint" with your advice. That's why the code looks the same. As i didn't fully understand the solver and the fact that i use MUMPS as linear solver, i tried to create a minimal version (at least this is what i thought....
by YannGuevel
25 May 2015, 16:37
Forum: ElmerSolver
Topic: AddToMatrixElement incredibly slow
Replies: 2
Views: 2403

AddToMatrixElement incredibly slow

Hello, depending on the indices, AddToMatrixElement can be either normal or really slow. I want to create an augmented system with a vector at the last column of the MATRIX_LIST CollectionMatrix and the transposed vector at the last line like : | Stiff(1,1) Stiff(1,2) | Vec(1) | | Stiff(2,1) Stiff(2...
by YannGuevel
21 May 2015, 23:48
Forum: Installation & compilation
Topic: how to compile Elmer using a self-compiled MUMPS?
Replies: 8
Views: 9922

Re: how to compile Elmer using a self-compiled MUMPS?

Hi, actually the -fPIC for MUMPS_5.0 compilation looks like removing some errors during compilation. I create a toolchain in order to make MUMPs_5.0 being found with my self-compile MUMPS_5.0: SET(MUMPSROOT /lab/limatb/app/MUMPS/MUMPS_5.0.0_FILES_fPIC_OpenBLAS) # - - - - - MUMPS INCLUDE - - - - - - ...
by YannGuevel
08 Apr 2015, 00:14
Forum: Installation & compilation
Topic: how to compile Elmer using a self-compiled MUMPS?
Replies: 8
Views: 9922

Re: how to compile Elmer using a self-compiled MUMPS?

Thanks a lot for the trick, i'll try this asap.
by YannGuevel
19 Mar 2015, 19:41
Forum: External tools
Topic: 3D '827' elements Gmsh -> ElmerGrid
Replies: 11
Views: 13641

Re: 3D '827' elements Gmsh -> ElmerGrid

Hi peter, You might also add Gmsh to ElmerGrid info for this 827 element at elmergrid/src/femfilein.c https://github.com/ElmerCSC/elmerfem/blob/devel/elmergrid/src/femfilein.c#L3065 static void GmshToElmerIndx(int elemtype,int *topology) ... int order827[]={0,1,2,3,4,5,6,7,8,11,13,9,10,12,14,15,16,1...
by YannGuevel
16 Mar 2015, 23:52
Forum: Installation & compilation
Topic: how to compile Elmer using a self-compiled MUMPS?
Replies: 8
Views: 9922

Re: how to compile Elmer using a self-compiled MUMPS?

Thanks for the info, i'll try this ASAP, and let you know.
by YannGuevel
13 Mar 2015, 01:32
Forum: External tools
Topic: Paraview - visual bug for 820 - 827 ?
Replies: 8
Views: 8901

Re: Paraview - visual bug for 820 - 827 ?

One should take care of permutation when everythin is ok..."Newind(1:n) = (/ (i, i = 1, n) /) ! nothing change" ! Write out the mesh ..... ..... IF( WriteData ) THEN IF( BinaryOutput ) WRITE( VtuUnit ) k DO i = ElemFirst, ElemLast IF(.NOT. ActiveElem(i) ) CYCLE CurrentElement => Model % El...