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

Method MatrixCSR

cpp/dolfinx/la/MatrixCSR.h:203–203  ·  view source on GitHub ↗

Move constructor @todo Check handling of MPI_Request

Source from the content-addressed store, hash-verified

201 /// Move constructor
202 /// @todo Check handling of MPI_Request
203 MatrixCSR(MatrixCSR&& A) = default;
204
205 /// Copy constructor
206 /// @todo Check handling of MPI_Request

Callers

nothing calls this directly

Calls 3

block_modeMethod · 0.80
block_sizeMethod · 0.45
commMethod · 0.45

Tested by

no test coverage detected