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

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

#include <jet/fdm_linear_system3.h>

Public Member Functions

void clear ()
 Clears all the data. More...
 
void resize (const Size3 &size)
 Resizes the arrays with given grid size. More...
 

Public Attributes

FdmMatrix3 A
 System matrix. More...
 
FdmVector3 x
 Solution vector. More...
 
FdmVector3 b
 RHS vector. More...
 

Detailed Description

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

Member Function Documentation

◆ clear()

void jet::FdmLinearSystem3::clear ( )

Clears all the data.

◆ resize()

void jet::FdmLinearSystem3::resize ( const Size3 size)

Resizes the arrays with given grid size.

Member Data Documentation

◆ A

FdmMatrix3 jet::FdmLinearSystem3::A

System matrix.

◆ b

FdmVector3 jet::FdmLinearSystem3::b

RHS vector.

◆ x

FdmVector3 jet::FdmLinearSystem3::x

Solution vector.


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