Search found 26 matches

by cemg
19 Apr 2012, 14:59
Forum: General
Topic: GID Interface Plugin Material Bug & Workaround
Replies: 8
Views: 9829

Re: GID Interface Plugin Material Bug & Workaround

Hello, as you can see, the vtk output format "writer" (module VtkLegacyFile, inside ResultOutputSolver.src) sets the bc ids starting in 101 (line 2128 of the previous file). This is (probably) because the vtk file format treats the ids of domains and boundaries the same way (and they must ...
by cemg
08 Feb 2012, 13:47
Forum: ElmerSolver
Topic: Navier Stokes equations
Replies: 5
Views: 5105

Re: Navier Stokes equations

Hi Auray, your problem seems to be in the geo file, last line: Physical Surface ( 91 ) ... To avoid this kind of numeration issues with gmsh, when converting the mesh from the msh file format to the Elmer one (mesh.header, mesh.nodes, ...) with ElmerGrid add the flag "-autoclean". This fla...
by cemg
06 Feb 2012, 16:02
Forum: ElmerSolver
Topic: SaveLine in parallel
Replies: 4
Views: 2508

Re: SaveLine in parallel

Hi Peter,

you're welcome. I'm glad to help.

Cesar
by cemg
06 Feb 2012, 15:31
Forum: ElmerSolver
Topic: SaveLine in parallel
Replies: 4
Views: 2508

Re: SaveLine in parallel

Hello, I've found myself what seems to be the problem: in the 'SaveLine' subroutine (SaveData.src) the logical option 'Optimize Node Ordering' (local variable 'OptimizeOrder') has a default value of True. This variable is passed as argument to the subroutine 'MakePermUsingMask' (MeshUtils.src') (loc...
by cemg
05 Feb 2012, 14:44
Forum: ElmerSolver
Topic: SaveLine in parallel
Replies: 4
Views: 2508

Re: SaveLine in parallel

Hello, I've been searching in the sourceforge repository the evolution of the SaveData sources and it seems that SaveLine should work in parallel. More info on how my case is set: - Elmerfem rev. 5544, ompi 1.4.2, MUMPS 4.9.2, Hypre 2.4 - Mesh partitioning with ElmerGrid -partition 2 2 1 0 (test siz...
by cemg
03 Feb 2012, 13:23
Forum: ElmerSolver
Topic: SaveLine in parallel
Replies: 4
Views: 2508

SaveLine in parallel

Hello, I'm new to this forum, so, first of all, congratulations to all the Elmer guys for this great tool and thank you very much for sharing it. I'm trying to run in parallel a case (successfully run serial) in which I need to save some variables in several different boundaries. For the serial case...