Andrew, > Would it be relatively easy to extend the FEValuesExtractors class to > 2nd order tensors as it only handles scalars and 1st order tensors? If > so, I would be happy to give this a go.
Yes, I think that's the way to go, and if you take a look at the existing extractor classes you'll see that by and large they are also not super complicated. They cache a little bit of data but if you look at the vector extractor, I think it should become clear how to do that. If you want to go that way, let me know if you have concrete questions and I'd be happy to help! I think that would be a great addition. Best Wolfgang ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
