Search found 2 matches

by Dragonghost
18 Jun 2016, 11:09
Forum: External tools
Topic: Question about mesh generating by Matlab
Replies: 3
Views: 5059

Re: Question about mesh generating by Matlab

Hi, what do you mean by The problem is I cannot get results from the program. ? If you wan to use your mesh in Elmer, you need to write out a file in a format Elmer can read, see Elmergrid Manual. HTH, Matthias Hi, thank you for the answer. I mean I want to use Matlab to generate the mesh in Elmer,...
by Dragonghost
13 Jun 2016, 12:21
Forum: External tools
Topic: Question about mesh generating by Matlab
Replies: 3
Views: 5059

Question about mesh generating by Matlab

Hi everyone, I am starting using Matlab to generate a Elmermesh structure. The part I want to generate is the boundary of the structure and the sequence has been described by the Note. The Code as follow: g=zeros((yges+xges)*2+yges*xges,4); yges=40; xges=10; %Flaeche 1 und 2 k_2=yges*2+2; for i=1:2 ...