-
- Downloads
[UGGrid] Copy entire vectors instead of looping over entries
Recently, dune-uggrid has started to replace C arrays by FieldVectors for storing point positions. Therefore copying such positions in dune-grid can now use the assignment operator of FieldVector instead of hand-coded loops. This makes the code shorter. It also saves a few unnecessary calls to UGGridRenumberer.