BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
fn_to_vector.hpp File Reference

Converts a Cell into a Vector. More...

#include "cl_Vector.hpp"
#include "cl_Cell.hpp"
Include dependency graph for fn_to_vector.hpp:

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 >

Detailed Description

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.