Skip to content

(core): implements copy for mesh iterators

Emilie WERNERT requested to merge 574-core-implements-copy-for-mesh-iterators into dev

Description

Implement operator=() on iterator's internal structs (PointInfo and CellInfo). It allows to use std::copy (or other std algorithms) with Mesh iterators. Update Mesh unit tests to check using std::copy and std::fill.

Closes #574 (closed)

How to test it?

Launch fwDataTest

Edited by Emilie WERNERT

Merge request reports