![]() |
Dune-Fufem 2.11-git
|
Loading...
Searching...
No Matches
frombuffer.hh File Reference
#include <numeric>#include <dune/common/fvector.hh>#include <dune/istl/bvector.hh>#include <dune/istl/matrix.hh>Go to the source code of this file.
Functions | |
| template<int k, typename ctype , typename T > | |
| void | fromBuffer (std::vector< ctype > const &buffer, std::array< T, 3 > dimensions, Dune::Matrix< Dune::FieldVector< ctype, k > > &data) |
| template<int k, typename ctype , typename T > | |
| void | fromBuffer (std::vector< ctype > const &buffer, std::array< T, 2 > &dimensions, Dune::BlockVector< Dune::FieldVector< ctype, k > > &data) |
| template<typename ctype , typename T > | |
| void | fromBuffer (std::vector< ctype > const &buffer, std::array< T, 1 > dimensions, Dune::BlockVector< Dune::FieldVector< ctype, 1 > > &data) |
| template<typename ctype , typename T > | |
| void | fromBuffer (std::vector< ctype > const &buffer, std::array< T, 1 > dimensions, std::vector< ctype > &data) |
| template<typename ctype , typename T > | |
| void | fromBuffer (std::vector< ctype > const &buffer, std::array< T, 0 > dimensions, ctype &data) |
Function Documentation
◆ fromBuffer() [1/5]
template<typename ctype , typename T >
| void fromBuffer | ( | std::vector< ctype > const & | buffer, |
| std::array< T, 0 > | dimensions, | ||
| ctype & | data | ||
| ) |
◆ fromBuffer() [2/5]
template<typename ctype , typename T >
| void fromBuffer | ( | std::vector< ctype > const & | buffer, |
| std::array< T, 1 > | dimensions, | ||
| Dune::BlockVector< Dune::FieldVector< ctype, 1 > > & | data | ||
| ) |
◆ fromBuffer() [3/5]
template<typename ctype , typename T >
| void fromBuffer | ( | std::vector< ctype > const & | buffer, |
| std::array< T, 1 > | dimensions, | ||
| std::vector< ctype > & | data | ||
| ) |
◆ fromBuffer() [4/5]
template<int k, typename ctype , typename T >
| void fromBuffer | ( | std::vector< ctype > const & | buffer, |
| std::array< T, 2 > & | dimensions, | ||
| Dune::BlockVector< Dune::FieldVector< ctype, k > > & | data | ||
| ) |
◆ fromBuffer() [5/5]
template<int k, typename ctype , typename T >
| void fromBuffer | ( | std::vector< ctype > const & | buffer, |
| std::array< T, 3 > | dimensions, | ||
| Dune::Matrix< Dune::FieldVector< ctype, k > > & | data | ||
| ) |
