Contents  
Functions  
Index
 
 PDF |
sdtdef('info')
sdtdef('ConstantName',Value)
sdtdef('ConstantName')
Description| avi | cell array of default AVI properties, see the MATLAB avifile command. |
| DefaultFeplot | cell array of default feplot figure properties. For MATLAB versions earlier than 6.5, the OpenGL driver is buggy so you will typically want to set the value with sdtdef('DefaultFeplot',{'Renderer' 'zbuffer' ... 'doublebuffer' 'on'}) |
| epsl | tolerance on node coincidence used by femesh, feutil. Defaults to 1e-6 which is generally OK except for MEMS applications, ... |
| SDT | tempdirempdir | can be used to specify a directory different than the tempdir returned by MATLAB. This is typically used to specify a faster local disk. |
| SDT | OutOfCoreBufferSize | Memory in bytes used to decide switching to an out-of-core procedure. This is currently used by nasread when reading large OUTPUT2 files. |
| FEMLink | CopyFcn | command used to copy file to remote locations. See naswrite job commands. |
| FEMLink | DmapDir | directory where FEMLink is supposed to look for NASTRAN DMAP and standard files. |
| FEMLink | NASTRAN | NASTRAN version. This is used to implement version dependent writing of NASTRAN files. |
| FEMLink | RemoteDir | location of remote directory where files can be copie. See naswrite job commands. |
| FEMLink | SoftwareDocRoot | defines the path or URL for a given software. You can use sdtweb('$Software/file.html') commands to access the proper documentation. For example setpref('FEMLink','SdtDocRoot', ... 'http://www.sdtools.com/help/'); sdtweb('$sdt/sdt.html'); |
| FEMLink | TextUnix | set to 1 if text needs to be converted to UNIX (rather than DOS) mode before any transfer to another machine. |