#include <matRecord.h>
Public Member Functions | |
MatRecord & | operator= (MatRecord const &other) |
constructors | |
MatRecord (const MatRecord &other) | |
MatRecord () | |
Overloaded Operators | |
bool | operator!= (MatRecord const &other) const |
bool | operator< (MatRecord const &other) const |
bool | operator<= (MatRecord const &other) const |
bool | operator== (MatRecord const &other) const |
bool | operator> (MatRecord const &other) const |
bool | operator>= (MatRecord const &other) const |
Public Attributes | |
unsigned int | colDim |
unsigned int | colIdx |
unsigned int | rowDim |
unsigned int | rowIdx |
PetscScalar | val |
Definition at line 13 of file matRecord.h.
|
The default constructor Definition at line 36 of file matRecord.h. |
|
The copy constructor Definition at line 44 of file matRecord.h. |
|
Definition at line 73 of file matRecord.h. |
|
Definition at line 77 of file matRecord.h. |
|
Definition at line 109 of file matRecord.h. |
|
The assignment operator Definition at line 56 of file matRecord.h. |
|
Definition at line 68 of file matRecord.h. |
|
Definition at line 105 of file matRecord.h. |
|
Definition at line 113 of file matRecord.h. |
|
The degree of freedom (0-based) of the node corresponding to the column of the matrix. Definition at line 25 of file matRecord.h. Referenced by ComputeDirichletJacobian(), ComputeDirichletLaplacian(), CreateAndComputeFullActiveJacobian1(), CreateAndComputeFullJacobian1(), MatRecord(), operator<(), operator=(), and operator==(). |
|
The local index of the node corresponding to the column of the matrix. This can be got using the function ot::DA::getNodeIndices(). Definition at line 19 of file matRecord.h. Referenced by ComputeDirichletJacobian(), ComputeDirichletLaplacian(), CreateAndComputeFullActiveJacobian1(), CreateAndComputeFullJacobian1(), MatRecord(), operator<(), operator=(), and operator==(). |
|
The degree of freedom (0-based) of the node corresponding to the row of the matrix. Definition at line 22 of file matRecord.h. Referenced by ComputeDirichletJacobian(), ComputeDirichletLaplacian(), CreateAndComputeFullActiveJacobian1(), CreateAndComputeFullJacobian1(), MatRecord(), operator<(), operator=(), and operator==(). |
|
The local index of the node corresponding to the row of the matrix. This can be got using the function ot::DA::getNodeIndices() Definition at line 16 of file matRecord.h. Referenced by ComputeDirichletJacobian(), ComputeDirichletLaplacian(), CreateAndComputeFullActiveJacobian1(), CreateAndComputeFullJacobian1(), MatRecord(), operator<(), operator=(), and operator==(). |
|
The matrix entry. Definition at line 28 of file matRecord.h. Referenced by ComputeDirichletJacobian(), ComputeDirichletLaplacian(), CreateAndComputeFullActiveJacobian1(), CreateAndComputeFullJacobian1(), MatRecord(), operator<(), operator=(), and operator==(). |