[Another one that has been sitting around for a very long time -- my apologies, Uwe, for getting to them only now :-( ]
I added some lines of code to the "do_integrate_difference" function (from include/numerics/vectors.templates.h) to have TrilinosWrappers::MPI::Vector (input vector uh) -> TrilinosWrappers::MPI::Vector (output difference vector) support. See attachment. The changes in the code are slight but not trivial, so I'm not sure what is the best way to merge it with the current version (explicit template instance/preprocessing statements/ or do it in another way). If someone has an efficient idea please reply.
Can you describe what the changes are? The simplest way would of course if you made these changes in vectors.templates.h right away, then we can run 'diff' on it and apply the changes to the svn repository.
Best & thanks for working on this! W. ------------------------------------------------------------------------ Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
