> I am wondering why DataPostprocessor can not handle with vectors of size > ≠ dim. Is there a simple answer?
Because in deal.II-speak, by definition a vector is a dim-dimensional object. Everything else is a tuple, i.e. a collection of scalars and consequently not subject to the same rules of transformation when you apply a mapping.. W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
