コード例 #1
0
ファイル: om.py プロジェクト: minghao2016/OpenMDAO-1
 def _tree(prob):
     tree(prob,
          show_colors=options.show_colors,
          filter=filt,
          max_depth=options.depth,
          stream=out)
     exit()
コード例 #2
0
 def _tree(prob):
     tree(prob,
          show_colors=options.show_colors,
          show_sizes=options.show_sizes,
          show_approx=options.show_approx,
          filter=filt,
          max_depth=options.depth,
          rank=options.rank,
          stream=out)
コード例 #3
0
ファイル: om.py プロジェクト: samtx/OpenMDAO
 def _tree(prob):
     tree(prob, show_colors=options.show_colors,
          filter=filt, max_depth=options.depth, stream=out)
     exit()