MCPcopy Create free account
hub / github.com/FEniCS/dolfinx / Vector

Method Vector

cpp/dolfinx/la/petsc.h:178–178  ·  view source on GitHub ↗

Delete copy constructor to avoid accidental copying of 'heavy' data

Source from the content-addressed store, hash-verified

176
177 // Delete copy constructor to avoid accidental copying of 'heavy' data
178 Vector(const Vector& x) = delete;
179
180 /// Move constructor
181 Vector(Vector&& x) noexcept;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected