Parent Directory
|
Revision Log
|
Patch
revision 934 by gross, Tue Jan 23 09:52:45 2007 UTC | revision 982 by gross, Mon Feb 19 23:55:52 2007 UTC | |
---|---|---|
# | Line 76 class Design(design.Design): | Line 76 class Design(design.Design): |
76 | returns the name of the file for the gmsh msh | returns the name of the file for the gmsh msh |
77 | """ | """ |
78 | return self.__mshname | return self.__mshname |
79 | def setOptions(self,algorithm=None,optimize_quality=True,smoothing=3): | def setOptions(self,algorithm=None,optimize_quality=True,smoothing=1): |
80 | """ | """ |
81 | sets options for the mesh generator | sets options for the mesh generator |
82 | """ | """ |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |