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

Converts a Vector into a Cell. More...

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

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 >

Detailed Description

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.