UCFD_SPARSE  v1.0
Documentation
Loading...
Searching...
No Matches
types.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  ucfd_status_t { UCFD_STATUS_NOT_CONVERGED = -1 , UCFD_STATUS_CONVERGED = 0 , UCFD_STATUS_SUCCESS = 1 , UCFD_STATUS_ERROR = 2 }
 
enum  ucfd_precon_type_t { NONE = 0 , ILU0 = 1 , LUSGS = 2 }
 
enum  ucfd_precon_status_t { UCFD_PRECON_SPARSE_FAILED = -1 , UCFD_PRECON_SUCCESS = 0 , UCFD_PRECON_FAILED = 1 }
 

Enumeration Type Documentation

◆ ucfd_precon_status_t

Enumerator
UCFD_PRECON_SPARSE_FAILED 
UCFD_PRECON_SUCCESS 
UCFD_PRECON_FAILED 

Definition at line 20 of file types.h.

◆ ucfd_precon_type_t

Enumerator
NONE 
ILU0 
LUSGS 

Definition at line 13 of file types.h.

◆ ucfd_status_t

Enumerator
UCFD_STATUS_NOT_CONVERGED 
UCFD_STATUS_CONVERGED 
UCFD_STATUS_SUCCESS 
UCFD_STATUS_ERROR 

Definition at line 4 of file types.h.