dolfinx
dolfinx copied to clipboard
Add support for 'multi-vectors'
Multi-vectors can be very helpful and efficient when we have multiple vectors with the same size and parallel layout. Efficiency can be gained from combining communication operations.
This could build nicely on la::Vector or be an generalisation of it.
Would be useful and convenient for time-stepping problems.