mesh_data.C
mesh_data.C
Section: C Library Functions (3) Updated: Thu Apr 7 2011 Local index
Up
NAME
mesh_data.C -
SYNOPSIS
Functions
std::ostream & operator<< (std::ostream &os, const MeshData &m)
Function Documentation
std::ostream& operator<< (std::ostream &os, const MeshData &m)Same as above, but allows you to use the stream syntax.
Definition at line 372 of file mesh_data.C.
References MeshData::print_info().
{
m.print_info(os);
return os;
}
Author
Generated automatically by Doxygen for libMesh from the source code.
Index
- NAME
-
- SYNOPSIS
-
- Functions
-
- Function Documentation
-
- std::ostream& operator<< (std::ostream &os, const MeshData &m)Same as above, but allows you to use the stream syntax.
-
- Author
-
This document was created by
man2html,
using the manual pages.
Time: 21:50:10 GMT, April 16, 2011