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

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

#include <jet/fdm_linear_system2.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) grid point. More...
 
double up = 0.0
 Off-diagonal element where column refers to (i, j+1) grid point. More...
 

Detailed Description

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

Member Data Documentation

◆ center

double jet::FdmMatrixRow2::center = 0.0

Diagonal component of the matrix (row, row).

◆ right

double jet::FdmMatrixRow2::right = 0.0

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

◆ up

double jet::FdmMatrixRow2::up = 0.0

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


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