Thread Previous • Date Previous • Date Next • Thread Next |
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
Thread Previous • Date Previous • Date Next • Thread Next |