← Back to team overview

dolfin team mailing list archive

Plotting works for elasticity demo

 

After som bug fixes and some improvements to Viper, plotting the
solution of the elasticity demo now works:

  from dolfin import *

  u = Function("elasticity.xml")
  plot(u, mode="displacement")

/Anders


Follow ups