It store one row value of a vector.
More...
#include <Vector_petsc.hpp>
|
|
typedef boost::fusion::vector< PetscInt, T > | type |
| | boost fusion that store the point
|
| |
|
|
type | data |
| | structure that store the data of the point
|
| |
|
|
static const unsigned int | row = 0 |
| | Property id for the row.
|
| |
|
static const unsigned int | value = 1 |
| | Property id for the value.
|
| |
|
static const unsigned int | max_prop = 2 |
| | This object has 2 properties.
|
| |
template<typename T>
class rval< T, PETSC_RVAL >
It store one row value of a vector.
Given a row, store a value
Definition at line 29 of file Vector_petsc.hpp.
◆ rval()
template<typename T >
| rval< T, PETSC_RVAL >::rval |
( |
long int |
i, |
|
|
T |
val |
|
) |
| |
|
inline |
Constructor from row, column and value.
- Parameters
-
Definition at line 79 of file Vector_petsc.hpp.
◆ noPointers()
template<typename T >
| static bool rval< T, PETSC_RVAL >::noPointers |
( |
| ) |
|
|
inlinestatic |
Indicate that the structure has no pointer.
- Returns
- true
Definition at line 90 of file Vector_petsc.hpp.
◆ rw()
template<typename T >
| long int& rval< T, PETSC_RVAL >::rw |
( |
| ) |
|
|
inline |
◆ val()
template<typename T >
| T& rval< T, PETSC_RVAL >::val |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: