#include <coupling_matrix.h>
Public Member Functions | |
ConstCouplingRowConstIterator (const ConstCouplingRow &row_in, std::size_t loc_in, CouplingMatrix::rc_type::const_iterator it_in) | |
unsigned int | operator* () |
ConstCouplingRowConstIterator & | operator++ () |
bool | operator== (const ConstCouplingRowConstIterator &other) const |
bool | operator!= (const ConstCouplingRowConstIterator &other) const |
Private Attributes | |
std::size_t | _location |
const ConstCouplingRow & | _row |
CouplingMatrix::rc_type::const_iterator | _it |
Definition at line 458 of file coupling_matrix.h.
|
inline |
Definition at line 461 of file coupling_matrix.h.
References _it, _location, libMesh::ConstCouplingRow::_mat, libMesh::CouplingMatrix::_ranges, _row, and std::max().
|
inline |
Definition at line 534 of file coupling_matrix.h.
|
inline |
Definition at line 482 of file coupling_matrix.h.
References _location, libMesh::ConstCouplingRow::_mat, _row, std::max(), and libMesh::CouplingMatrix::size().
|
inline |
Definition at line 489 of file coupling_matrix.h.
References libMesh::ConstCouplingRow::_end_location, _it, _location, libMesh::ConstCouplingRow::_mat, libMesh::CouplingMatrix::_ranges, _row, and std::max().
|
inline |
Definition at line 520 of file coupling_matrix.h.
References _location, and _row.
|
private |
Definition at line 546 of file coupling_matrix.h.
Referenced by ConstCouplingRowConstIterator(), and operator++().
|
private |
Definition at line 542 of file coupling_matrix.h.
Referenced by ConstCouplingRowConstIterator(), operator*(), operator++(), and operator==().
|
private |
Definition at line 543 of file coupling_matrix.h.
Referenced by ConstCouplingRowConstIterator(), operator*(), operator++(), and operator==().