Jet  v1.3.3
Public Member Functions | Public Attributes | List of all members
jet::FdmCompressedLinearSystem2 Struct Reference

Compressed linear system (Ax=b) for 2-D finite differencing. More...

#include <jet/fdm_linear_system2.h>

Public Member Functions

void clear ()
 Clears all the data. More...
 

Public Attributes

MatrixCsrD A
 System matrix. More...
 
VectorND x
 Solution vector. More...
 
VectorND b
 RHS vector. More...
 

Detailed Description

Compressed linear system (Ax=b) for 2-D finite differencing.

Member Function Documentation

◆ clear()

void jet::FdmCompressedLinearSystem2::clear ( )

Clears all the data.

Member Data Documentation

◆ A

MatrixCsrD jet::FdmCompressedLinearSystem2::A

System matrix.

◆ b

VectorND jet::FdmCompressedLinearSystem2::b

RHS vector.

◆ x

VectorND jet::FdmCompressedLinearSystem2::x

Solution vector.


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