Jet  v1.3.3
Public Attributes | List of all members
jet::FdmMatrixRow3 Struct Reference

The row of FdmMatrix3 where row corresponds to (i, j, k) grid point. More...

#include <jet/fdm_linear_system3.h>

Public Attributes

double center = 0.0
 Diagonal component of the matrix (row, row). More...
 
double right = 0.0
 Off-diagonal element where colum refers to (i+1, j, k) grid point. More...
 
double up = 0.0
 Off-diagonal element where column refers to (i, j+1, k) grid point. More...
 
double front = 0.0
 OFf-diagonal element where column refers to (i, j, k+1) grid point. More...
 

Detailed Description

The row of FdmMatrix3 where row corresponds to (i, j, k) grid point.

Member Data Documentation

◆ center

double jet::FdmMatrixRow3::center = 0.0

Diagonal component of the matrix (row, row).

◆ front

double jet::FdmMatrixRow3::front = 0.0

OFf-diagonal element where column refers to (i, j, k+1) grid point.

◆ right

double jet::FdmMatrixRow3::right = 0.0

Off-diagonal element where colum refers to (i+1, j, k) grid point.

◆ up

double jet::FdmMatrixRow3::up = 0.0

Off-diagonal element where column refers to (i, j+1, k) grid point.


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