|
MFEM
v4.1.0
Finite element discretization library
|
Go to the source code of this file.
Namespaces | |
| mfem | |
| mfem::bin_io | |
Functions | |
| template<typename T > | |
| void | mfem::bin_io::write (std::ostream &os, T value) |
| template<typename T > | |
| T | mfem::bin_io::read (std::istream &is) |
| template<typename T > | |
| void | mfem::bin_io::AppendBytes (std::vector< char > &vec, const T &val) |
| void | mfem::bin_io::WriteBase64 (std::ostream &out, const void *bytes, size_t nbytes) |
1.8.5