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

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...
 
void resize (const Size2 &size)
 Resizes the arrays with given grid size. More...
 

Public Attributes

FdmMatrix2 A
 System matrix. More...
 
FdmVector2 x
 Solution vector. More...
 
FdmVector2 b
 RHS vector. More...
 

Detailed Description

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

Member Function Documentation

◆ clear()

void jet::FdmLinearSystem2::clear ( )

Clears all the data.

◆ resize()

void jet::FdmLinearSystem2::resize ( const Size2 size)

Resizes the arrays with given grid size.

Member Data Documentation

◆ A

FdmMatrix2 jet::FdmLinearSystem2::A

System matrix.

◆ b

FdmVector2 jet::FdmLinearSystem2::b

RHS vector.

◆ x

FdmVector2 jet::FdmLinearSystem2::x

Solution vector.


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