> Is there a program for visualizing a non-uniform 2D mesh (that varies with > time) as a 3D cube that captures both the temporal and the spatial > variations in the mesh? I remember seeing such plots in some of the deal.ii > tutorials.
Use the DataOutStack class. It allows you to output the resulting information in any format you like. W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
