PTEMS  0.1.0-dev+git.81fd0e4
PolyTopic Element Method Solver
ptems::MUMPSError Class Reference

Exception thrown is an error occurs within MUMPS. More...

#include <ptems/solvers/mumps.hpp>

Inheritance diagram for ptems::MUMPSError:
Collaboration diagram for ptems::MUMPSError:

Public Member Functions

 MUMPSError (int error[80])
 Creates a MUMPS error. More...
 
int Error1 ()
 Gets the first error code from MUMPS for the error. More...
 
int Error2 ()
 Gets the second error code from MUMPS for the error. More...
 
what (T... args)
 

Detailed Description

Exception thrown is an error occurs within MUMPS.

Constructor & Destructor Documentation

◆ MUMPSError()

ptems::MUMPSError::MUMPSError ( int  error[80])

Creates a MUMPS error.

Parameters
errorThe error codes from MUMPS

Member Function Documentation

◆ Error1()

int ptems::MUMPSError::Error1 ( )
inline

Gets the first error code from MUMPS for the error.

◆ Error2()

int ptems::MUMPSError::Error2 ( )
inline

Gets the second error code from MUMPS for the error.


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