MFEM
v4.3.0
Finite element discretization library
|
Go to the source code of this file.
Namespaces | |
mfem | |
mfem::bin_io | |
Functions | |
void | mfem::bin_io::WriteBase64 (std::ostream &out, const void *bytes, size_t nbytes) |
void | mfem::bin_io::DecodeBase64 (const char *src, size_t len, std::vector< char > &buf) |
size_t | mfem::bin_io::NumBase64Chars (size_t nbytes) |