[mpfa][elemvolvars] reserve memory only once
Until now, the private vector of volume variables was resized and afterwards additional memory was reserved for the boundary vol vars. This can cause reallocation to happen. In order to avoid this we now reserve memory once and push back the vol vars that are created.
parent
ec83354d
No related branches found
No related tags found
Please register or sign in to comment