A sample class. More...
#include <Newp_Hello.h>
Public Member Functions | |
Constructors/destructors.  | |
| Newp_Hello (const Epetra_Comm &Comm) | |
| Creates a Newp_Hello object and fills with default values.  More... | |
| Newp_Hello (const Newp_Hello &Source) | |
| virtual | ~Newp_Hello () | 
Print functions  | |
| virtual void | Print (ostream &os) const | 
A sample class.
This class prints out a "Hello World" type message.
Here is what output from this class looks like for an example program:
New_Package Version 1.3d - 09/14/2005 This will print out one line for each of the 1 processes Hello. I am process 0
A typical heading
Another typical heading
| Newp_Hello::Newp_Hello | ( | const Epetra_Comm & | Comm | ) | 
Creates a Newp_Hello object and fills with default values.
| Comm | [in] An Epetra Communicator. | 
 1.8.5