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