Dune-Fufem 2.11-git
Loading...
Searching...
No Matches
tobuffer.hh File Reference

Go to the source code of this file.

Functions

template<int k, typename ctype >
void toBuffer (Dune::Matrix< Dune::FieldVector< ctype, k > > const &data, std::vector< ctype > &buffer)
 
template<int k, typename ctype >
void toBuffer (Dune::BlockVector< Dune::FieldVector< ctype, k > > const &data, std::vector< ctype > &buffer)
 
template<typename ctype >
void toBuffer (Dune::BlockVector< Dune::FieldVector< ctype, 1 > > const &data, std::vector< ctype > &buffer)
 
template<typename ctype >
void toBuffer (ctype const &data, std::vector< ctype > &buffer)
 

Function Documentation

◆ toBuffer() [1/4]

template<typename ctype >
void toBuffer ( ctype const &  data,
std::vector< ctype > &  buffer 
)

◆ toBuffer() [2/4]

template<typename ctype >
void toBuffer ( Dune::BlockVector< Dune::FieldVector< ctype, 1 > > const &  data,
std::vector< ctype > &  buffer 
)

◆ toBuffer() [3/4]

template<int k, typename ctype >
void toBuffer ( Dune::BlockVector< Dune::FieldVector< ctype, k > > const &  data,
std::vector< ctype > &  buffer 
)

◆ toBuffer() [4/4]

template<int k, typename ctype >
void toBuffer ( Dune::Matrix< Dune::FieldVector< ctype, k > > const &  data,
std::vector< ctype > &  buffer 
)