#include <coupling_matrix.h>
Public Member Functions | |
CouplingAccessor (std::size_t loc_in, CouplingMatrix &mat_in) | |
template<typename T > | |
CouplingAccessor & | operator= (T new_value) |
CouplingAccessor & | operator= (bool new_value) |
operator bool () const | |
Protected Attributes | |
std::size_t | _location |
const CouplingMatrix & | _mat |
Private Attributes | |
CouplingMatrix & | _my_mat |
This accessor class allows simple setting of CouplingMatrix values.
Definition at line 190 of file coupling_matrix.h.
|
inline |
Definition at line 193 of file coupling_matrix.h.
|
inlineinherited |
Definition at line 144 of file coupling_matrix.h.
References libMesh::ConstCouplingAccessor::_location, libMesh::ConstCouplingAccessor::_mat, libMesh::CouplingMatrix::_ranges, std::max(), and libMesh::MeshTools::Subdivision::next.
|
inline |
Definition at line 198 of file coupling_matrix.h.
|
inline |
Definition at line 209 of file coupling_matrix.h.
References libMesh::ConstCouplingAccessor::_location, _my_mat, libMesh::CouplingMatrix::_ranges, std::max(), and libMesh::MeshTools::Subdivision::next.
|
protectedinherited |
Definition at line 182 of file coupling_matrix.h.
Referenced by libMesh::ConstCouplingAccessor::ConstCouplingAccessor(), libMesh::ConstCouplingAccessor::operator bool(), and operator=().
|
protectedinherited |
Definition at line 183 of file coupling_matrix.h.
Referenced by libMesh::ConstCouplingAccessor::ConstCouplingAccessor(), and libMesh::ConstCouplingAccessor::operator bool().
|
private |
Definition at line 328 of file coupling_matrix.h.
Referenced by operator=().