isaar / MSolve

Open source numerical solver for computational mechanics problems
Apache License 2.0
18 stars 26 forks source link

Post processing: Visualization #84

Open SerafeimBakalakos opened 6 years ago

SerafeimBakalakos commented 6 years ago

We need a way to plot displacement, strain and stress fields, as well as any other interesting quantity. It makes MSolve much more useable and remarkably facilitates testing and debugging.

SerafeimBakalakos commented 6 years ago

Displacements, strains and stresses can now be written to .vtk files for visualization using ParaView. As of yet, it only works for Quad4 and Tri3 finite elements.