Note
The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.
This class provides functionality similar to standard C++ streams (std::cout, std::endl) for output but working through the DOLFIN log system.
Stream types
Create log stream of given type
Output for log stream
Output for string
Output for int
Output for unsigned int
Output for long int
Output for long int
Output for double
Output for std::complex<double>
Output for variable (calling str() method)
Output for mesh entity (not subclass of Variable for efficiency)
Output for point (not subclass of Variable for efficiency)