20#ifndef LIBMESH_FRO_IO_H
21#define LIBMESH_FRO_IO_H
24#include "libmesh/libmesh_common.h"
25#include "libmesh/mesh_output.h"
56 virtual void write (
const std::string &)
override;
This class implements writing meshes in the .fro format used by the MIT ACDL.
virtual void write(const std::string &) override
This method implements writing a mesh to a specified file.
FroIO(const MeshBase &)
Constructor.
This is the MeshBase class.
This class defines an abstract interface for Mesh output.
The libMesh namespace provides an interface to certain functionality in the library.