Dear all,

I am storing a std::vector<unsigned int> of size N holding global DOF 
indices living at some nodes of my mesh where we have measured experimental 
values.
After doing a SolutionTransfer motivated by AMR, I want to have the new 
global DOF indices at the same nodes, so the new vector of indices has the 
same size N.

I feel the only way to do this is to store the indices along with their 
support points before I enter the AMR cycle (so far I only store the 
indices) and determine the new indices after refinement by looping over the 
new mesh and check the support points for equality.

Is there a more efficient solution for this problem?

Thanks,
Simon

-- 
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 dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/0e4febd6-d884-4584-a33c-49ba8f255c37n%40googlegroups.com.

Reply via email to