Hi everyone,

Ideally I would like to create an AlignedVector with a begin and end and then 
push_back only to those indices within those bounds.  Is there a way to 
accomplish this?

I assume the push_back function works similar to std::vector and starts the 
index count at zero, I would like to assign an aligned vector to a particular 
index like the std::vector insert function.  I see there is apply_to_subrang() 
in AlignedVectorSet() but I don’t see any tests or examples using them.

Thank you,

Zachary 

-- 
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/6A46BA2C-B2CC-416E-83F8-6C6D990EBD12%40gmail.com.

Reply via email to