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