19#ifndef LIBMESH_MATLAB_IO_H
20#define LIBMESH_MATLAB_IO_H
23#include "libmesh/libmesh_common.h"
24#include "libmesh/mesh_input.h"
99 virtual void read (
const std::string & name)
override;
This class implements reading meshes in the Matlab PDE toolkit in a proprietary format.
void read_stream(std::istream &in)
Implementation of the read() function.
MatlabIO(MeshBase &)
Constructor.
virtual void read(const std::string &name) override
Reads in a matlab data file based on the string you pass it.
This is the MeshBase class.
The libMesh namespace provides an interface to certain functionality in the library.