fe_base.C
fe_base.C
Section: C Library Functions (3) Updated: Thu Apr 7 2011 Local index
Up
NAME
fe_base.C -
SYNOPSIS
Functions
std::ostream & operator<< (std::ostream &os, const FEBase &fe)
Function Documentation
std::ostream& operator<< (std::ostream &os, const FEBase &fe)Same as above, but allows you to print to a stream.
Definition at line 1108 of file fe_base.C.
References FEBase::print_info().
{
fe.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 FEBase &fe)Same as above, but allows you to print to a stream.
-
- Author
-
This document was created by
man2html,
using the manual pages.
Time: 21:46:02 GMT, April 16, 2011