Hi all, I'm dealing with the solution of convection-diffusion-problems in Deal.II. using linear finite elements. For analysis and comparison of my results i am writing my solution vector and the triangulation data to .txt files in order to import this into matlab. Using the print function for the Vector class, this works quiet well for my one-component system.
However, for my mulit-component system where the solution is a BlockVector and the indices are renumbered component wise the numeration scheme in each block doesn't match anymore with the grid data and therefor I'm unable plot the components separately. Maybe someone is able to explain this numeration scheme in the BlockVector class to me or has other ideas for exporting the results to matlab?? Thanks in advance! Natalie ------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------ Forschungszentrum Juelich GmbH 52425 Juelich Sitz der Gesellschaft: Juelich Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498 Vorsitzende des Aufsichtsrats: MinDir'in Baerbel Brumme-Bothe Geschaeftsfuehrung: Prof. Dr. Achim Bachem (Vorsitzender), Dr. Ulrich Krafft (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt, Prof. Dr. Sebastian M. Schmidt ------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
