node numbering

Numerical methods and mathematical models of Elmer
Post Reply
neri alamanni
Posts: 55
Joined: 29 Aug 2011, 11:50
Antispam: Yes

node numbering

Post by neri alamanni »

Hi all
I have a model producing a crash in Elmer Solverin loading model itself. The files mesh.nodes, mesh.elements, mesh.boundary look correct. The only thing to note is node numbering that is not continuous i.e. has gaps (node id 1,2,3,5,8 etc.) but connectivity is ok.
So must the node numbering be continuous? Is there a way to have a better diagnostic to understand what is wrong?
Thank you
neri
raback
Site Admin
Posts: 4832
Joined: 22 Aug 2009, 11:57
Antispam: Yes
Location: Espoo, Finland
Contact:

Re: node numbering

Post by raback »

Hi

Node numbering must be continuous i.e. all numbers are used.

-Peter
mzenker
Posts: 1999
Joined: 07 Dec 2009, 11:49
Location: Germany

Re: node numbering

Post by mzenker »

Should that apply for mesh import also? I have just opened a mesh file in gmsh .msh format with non-continuous node numbering without apparent problems.

Matthias
raback
Site Admin
Posts: 4832
Joined: 22 Aug 2009, 11:57
Antispam: Yes
Location: Espoo, Finland
Contact:

Re: node numbering

Post by raback »

Hi Matthias
mzenker wrote:Should that apply for mesh import also? I have just opened a mesh file in gmsh .msh format with non-continuous node numbering without apparent problems.
ElmerGrid should take of this usually. You should see it in output because of the line:

Code: Select all

    printf("Renumbering the Gmsh nodes from %d to %d\n",maxindx,noknots);
The constraint conserns meshes being read in by ElmerSolver.

-Peter
mzenker
Posts: 1999
Joined: 07 Dec 2009, 11:49
Location: Germany

Re: node numbering

Post by mzenker »

I see. Thank you for clarifying this.

Matthias
Post Reply