Dear All, I have a quantity which has a single value in a cell. Let me call this an "average". I want to be able to access the average of neighbouring cells from every cell.
What data structure can I use? Since don't have mesh refinement, I was thinking of mapping this average to the cell index and using a parallel vector for storage. However, LA::MPI::Vector probably will not work because cell numbering is not continuous within a subdomain. Also, I couldn't find any function that can reorder the cells which may enable use of LA::MPI::Vector. In the worst case, I can make a regular LA::MPI::Vector (using dofs) and set the average to all dofs in a cell. I hope there is an alternative. Thanking in anticipation, Vachan -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/1532abbb-e114-4e7b-abd6-7ab919fae049n%40googlegroups.com.
