Contents  
Functions  
Index
 
 PDF |
model=femesh('test hexa8');
match=struct('Node',[.1 .1 .1;.5 .5 .5;1 1 1]);
match=feutilb('match -info radius .9 tol 1e-8',model,match)
The search is limited to points that are not too far a way from matchable element centers. Defining a search radius manually can help prevent matching for elements that are too far away or on the contrary allow matching within elements that are very large so that interior points may be far from the center.| .Node | original positions |
| .rstj | position in element coordinates and jacobian information. |
| .StickNode | orthogonal projection on element surface if the original node is not within the element, otherwise original position. |
| .Info | one row per matched node/element giving NodeId if exact match, number of nodes per element, and element type. |
| .match | obtained when calling the command with -info, typically for row by row post-processing of the match. A cell array with one row per matched node/element giving eltnname, slave element row, rstj, sticknode |
The local element coordinates are defined by xje,j=1:3 along the r coordinate line
xje = x |
|
xij with
x=1/ |
|
xij | (9.9) |
| Rj = xje |
|
uikzke - yje |
|
uikzke + |
|
zje |
æ ç ç è |
|
uik yke - |
|
uik xke |
ö ÷ ÷ ø |
(9.10) |
|
(9.11) |