#include <coupling_matrix.h>
Public Member Functions | |
ConstCouplingAccessor (std::size_t loc_in, const CouplingMatrix &mat_in) | |
operator bool () const | |
Protected Attributes | |
std::size_t | _location |
const CouplingMatrix & | _mat |
This accessor class allows simple access to CouplingMatrix values.
Definition at line 134 of file coupling_matrix.h.
|
inline |
Definition at line 137 of file coupling_matrix.h.
References _location, _mat, and libMesh::CouplingMatrix::size().
|
inline |
Definition at line 144 of file coupling_matrix.h.
References _location, _mat, libMesh::CouplingMatrix::_ranges, std::max(), and libMesh::MeshTools::Subdivision::next.
|
protected |
Definition at line 182 of file coupling_matrix.h.
Referenced by ConstCouplingAccessor(), operator bool(), and libMesh::CouplingAccessor::operator=().
|
protected |
Definition at line 183 of file coupling_matrix.h.
Referenced by ConstCouplingAccessor(), and operator bool().