#include <packed_vector.h>
Public Member Functions | |
packed_vector (const int _numnod, const int _numrhs, const int _numdof) | |
packed_vector (const packed_vector< T > &_x) | |
int | numnod () const |
int | numrhs () const |
int | numdof () const |
Private Attributes | |
int | _numnod |
int | _numrhs |
int | _numdof |
|
The constructor takes the number of nodes, right hand sides, and degrees of freedom.
|
|
The copy constructor takes a packed_vector.
|
|
Get the number of degrees of freedom.
|
|
Get the number of nodes.
|
|
Get the number of right hand sides.
|
|
Number of degrees of freedom |
|
Number of nodes |
|
Number of right hand sides |