Syntax
[SG2,resultSKO]=SGshapeOptiSKO(SG,[])
Input Parameter
Property names
'MaxElementSize' : the face indices of the faces which are fixed
'LoadFaceIndices' : the face indices of the faces which are loaded
'Load' : the load list according to LoadFaceIndices(unit of load is N)
'FixedFaceIndices' :
'IterationNumber' :
'FixedDomain' :
'VolumeConstraint' :
Output Parameter
Examples
PL1 = [0 0;1 0;1 1;9 1;9 0;10 0;10 5;6 5;6 6;4 6;4 5;0 5];
SG1 = SGofCPLz(PL1,1);
h = 0.4;
iFixedFace = [3 11];
iLoadFace = 7;
Load = [0 -200 0];
FixedDomain = {[0 10;0 0.9;0 1]};
niter = 8;
VolPer = 0.75;
resultSKO = SGshapeOptiSKO(SG1,'MaxElementSize',h,'FixedFaceIndices',iFixedFace,...
'LoadFaceIndices',iLoadFace,'Load',Load,'IterationNumber',niter,...
'VolumeConstraint',VolPer,'FixedDomain',FixedDomain);
This software may be used free of charge for academic research and teaching purposes only. Commercial use, redistribution, modification, or reverse engineering is strictly prohibited. Access to source code is restricted and granted only under specific agreements. For licensing inquiries or commercial use, please contact: Tim C. Lueth
Last html export of this page out of FM database by TL: 2025-09-21