[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.
Loading
Please register or sign in to comment