Skip to content

Commit

Permalink
Merge pull request #17 from AnttiLehikoinen/WIP
Browse files Browse the repository at this point in the history
Merge pull request #16 from AnttiLehikoinen/WIP
  • Loading branch information
AnttiLehikoinen authored Nov 19, 2018
2 parents a59ba85 + 8d6faa8 commit c74c269
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
% - The named nodes are ordered either radially (periodic boundaries) or
% circumferentially (airgap nodes, Dirichlet nodes excluding possible
% center node).
% - The lists of periodic nodes now contain all nodes on the periodic
% boundary. In other words, something like
% n_cl_s = setdiff(n_cl_s, n_dir_s);
% must NOT be called.
% - Air gap mesh generation (msh.generateMovingBand()) is only called
% AFTER msh.2ndOrder().
mshc.to2ndOrder();
Expand Down
4 changes: 4 additions & 0 deletions SMEKlib/Classes/Mesh/MachineMesh.m
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,10 @@
% - The named nodes are ordered either radially (periodic boundaries) or
% circumferentially (airgap nodes, Dirichlet nodes excluding possible
% center node).
% - The lists of periodic nodes now contain all nodes on the periodic
% boundary. In other words, something like
% n_cl_s = setdiff(n_cl_s, n_dir_s);
% must NOT be called.
% - Air gap mesh generation (msh.generateMovingBand()) is only called
% AFTER msh.2ndOrder().

Expand Down

0 comments on commit c74c269

Please sign in to comment.