Skip to content

Commit

Permalink
add custom view for thermo_elasticity_ess.py example to script/gen_ga…
Browse files Browse the repository at this point in the history
…llery.py
  • Loading branch information
rc committed Nov 20, 2013
1 parent e310be8 commit 89bded8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions script/gen_gallery.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,21 @@
'rel_scaling' : 0.1,
},
},
'thermo_elasticity/thermo_elasticity_ess.py' : {
'' : {
'is_wireframe' : True,
'only_names' : ['u'],
'domain_specific' : {
'u' : DomainSpecificPlot('plot_displacements',
['rel_scaling=1000',
'color_kind="scalars"',
'color_name="T"']),
},
'view' : (-51, 71, 15, [1.16, 0.43, -1.56]),
'roll' : -65,
'opacity' : {'wireframe' : 0.3},
},
}
}

def _omit(filename):
Expand Down

0 comments on commit 89bded8

Please sign in to comment.