| assigned_to | monteiroe | 2019-03-11 13:47 | Balmes |
| details | 2/EltOrient is not propagated after conversion hexa 2 penta
t_xfem('bugpenta');
@eric : this is expected. Come discuss the issue.
DONE -------------------------------------------------------
1/It is common to have in large meshes some penta in the middle of hexa meshes. I get warnings showing that this case is not totally treated.
The demo example with penta elements does not seem to work:
RO=struct('dim',[10 10 40],'tolE',.1,'doSplit',1);
[model,li]=ofdemos('LS3d',RO);li{1} % Spherical cut
model=feutil('hexa2penta',model);
mo3=lsutil('cut -dosplit',model,li,RO);
cf=feplot(mo3);feplot('ShowFiMat')
-> split penta has been added in lsutil
| 2019-03-11 13:47 | Balmes |
| assigned_to | balmes | 2019-03-11 13:02 | Balmes |
| details | 2/EltOrient is not propagated after conversion hexa 2 penta
t_xfem('bugpenta');
DONE -------------------------------------------------------
1/It is common to have in large meshes some penta in the middle of hexa meshes. I get warnings showing that this case is not totally treated.
The demo example with penta elements does not seem to work:
RO=struct('dim',[10 10 40],'tolE',.1,'doSplit',1);
[model,li]=ofdemos('LS3d',RO);li{1} % Spherical cut
model=feutil('hexa2penta',model);
mo3=lsutil('cut -dosplit',model,li,RO);
cf=feplot(mo3);feplot('ShowFiMat')
-> split penta has been added in lsutil
| 2019-03-11 13:02 | Balmes |
| details |
2/EltOrient is not propagated after conversion hexa 2 penta
DONE -------------------------------------------------------
1/It is common to have in large meshes some penta in the middle of hexa meshes. I get warnings showing that this case is not totally treated.
The demo example with penta elements does not seem to work:
RO=struct('dim',[10 10 40],'tolE',.1,'doSplit',1);
[model,li]=ofdemos('LS3d',RO);li{1} % Spherical cut
model=feutil('hexa2penta',model);
mo3=lsutil('cut -dosplit',model,li,RO);
cf=feplot(mo3);feplot('ShowFiMat')
-> split penta has been added in lsutil
| 2019-03-11 11:29 | Monteiro |
| details |
It is common to have in large meshes some penta in the middle of hexa meshes. I get warnings showing that this case is not totally treated.
The demo example with penta elements does not seem to work:
RO=struct('dim',[10 10 40],'tolE',.1,'doSplit',1);
[model,li]=ofdemos('LS3d',RO);li{1} % Spherical cut
model=feutil('hexa2penta',model);
mo3=lsutil('cut -dosplit',model,li,RO);
cf=feplot(mo3);feplot('ShowFiMat')
| 2019-02-28 22:04 | Monteiro |