Elemental contributions (from cells) to block system of simultaneous linear equations. More...
#include <hybsys.h>
Public Attributes | |
double * | L |
![]() | |
double * | q |
![]() | |
double * | F1 |
![]() | |
double * | F2 |
![]() | |
double * | r |
Data buffer for system right-hand side, single cell. | |
double * | S |
Data buffer system matrix, single cell. | |
double * | one |
![]() | |
Elemental contributions (from cells) to block system of simultaneous linear equations.
Mixes quantities of single cells (r
, S
and one
) with those that cater to all cells (L
, q
, F1
, and–possibly–F2
).