blitzdg
an open-source project aiming to implement parallel discontinuous Galerkin (dg) solvers for common partial differential equations systems using blitz++ for array and tensor manipulations and MPI for distributed parallelism.
Public Member Functions | List of all members
snowhouse::AssertionException Class Reference
Inheritance diagram for snowhouse::AssertionException:
[legend]
Collaboration diagram for snowhouse::AssertionException:
[legend]

Public Member Functions

 AssertionException (const std::string &message)
 
 AssertionException (const std::string &message, const std::string &fileName, unsigned int line)
 
std::string GetMessage () const
 
std::string GetFilename () const
 
unsigned int GetLineNumber () const
 

The documentation for this class was generated from the following file: