All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
hybsys Struct Reference

Elemental contributions (from cells) to block system of simultaneous linear equations. More...

#include <hybsys.h>

Public Attributes

double * L
 $C_2^\mathsf{T}B^{-1}C - P$, all cells
 
double * q
 $g - F_2 G$, all cells
 
double * F1
 $C_1^\mathsf{T}B^{-1}$, all cells
 
double * F2
 $C_2^\mathsf{T}B^{-1}$, all cells
 
double * r
 Data buffer for system right-hand side, single cell.
 
double * S
 Data buffer system matrix, single cell.
 
double * one
 $(1,1,\dots,1)^\mathsf{T}$, single cell
 

Detailed Description

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).


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