Main data structure presenting a view of an assembled system of simultaneous linear equations which may be solved using external software. More...
#include <ifs_tpfa.h>
Public Attributes | |
struct CSRMatrix * | A |
Coefficient matrix. | |
double * | b |
Right-hand side. | |
double * | x |
Solution. | |
struct ifs_tpfa_impl * | pimpl |
Internal management structure. | |
Main data structure presenting a view of an assembled system of simultaneous linear equations which may be solved using external software.