hybsys Struct Reference

#include <hybsys.h>

Public Attributes

double * L
 
double * q
 
double * F1
 
double * F2
 
double * r
 
double * S
 
double * one
 

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

Member Data Documentation

double* hybsys::F1

$C_1^\mathsf{T}B^{-1}$, all cells

double* hybsys::F2

$C_2^\mathsf{T}B^{-1}$, all cells

double* hybsys::L

$C_2^\mathsf{T}B^{-1}C - P$, all cells

double* hybsys::one

$(1,1,\dots,1)^\mathsf{T}$, single cell

double* hybsys::q

$g - F_2 G$, all cells

double* hybsys::r

Data buffer for system right-hand side, single cell

double* hybsys::S

Data buffer system matrix, single cell


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