Want to create a Gist from your editor, the command line, or the Services menu? Here's how.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
B1 = 30.00000 | |
B2 = 50.00000 | |
B3 = 0.005000 | |
B4 = 517.0000 | |
B5 = 598.0000 | |
B6 = 321.0000 | |
B7 = 236.0000 | |
B8 = 45000.00 | |
B9 = 15000.00 | |
B10 = 0.30000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AMA = C^z_{ij} | |
BMA = C^{ori}_{ij} | |
CMA = D^z | |
DMA = D^{ori} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
69708 | |
33029 | |
0.3 | |
107.3 | |
1956.5 | |
0.4 | |
24 | |
7.2205 | |
7.5122 | |
0.05 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = | |
activate: (state) -> | |
deactivate: -> | |
@toolBar?.removeItems() | |
serialize: -> | |
consumeToolBar: (toolBar) -> | |
@toolBar = toolBar 'main-tool-bar' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from abaqus import * | |
from abaqusConstants import * | |
from odbAccess import * | |
odb=openOdb('C:/Temp/Job-1.odb') | |
step=odb.steps['Step-1'] | |
frame1=step.frames[1] | |
frame1=step.frames[2] | |
u1=frame1.fieldOutputs['U'] | |
u2=frame2.fieldOutputs['U'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Temp\site-packages-m\matplotlib\backends: | |
_backend_agg.pyd | |
_tkagg.pyd | |
C:\Temp\site-packages-m\matplotlib\mpl-data: | |
matplotlibrc | |
C:\Temp\site-packages-m\matplotlib: | |
all .pyd file |