For a particular project, I am facing a case where I would like to be able to store a single value for active cell interfaces, i.e. active cell boundaries stored in such a way that I would only need to touch each one once for actual computation. i would prefer not to use a matrix, since at least one prospective future case would require multiple such vectors and the overhead of an additional matrix may be significant, and in the cases I am working with I am not planning on using them as matrices. In particular, one of the planned uses is for a Flux Corrected Transport based limiter for an application. Would anyone have any advice on whether this is possible and how it might be best accomplished?
Thank you. -- 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]. For more options, visit https://groups.google.com/d/optout.
