Converts a Vector into a Cell. More...
Go to the source code of this file.
Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
Functions | |
| template<typename T> | |
| Cell< T > | belfem::to_cell (const Vector< T > &aVector) |
| convert a Vector< T > into a Cell< T > | |
Converts a Vector into a Cell.
Copies the entries into a new Cell. Order and length are preserved and no storage is shared with the source.