$extrastylesheet
#include <sensitivity_data.h>
Public Member Functions | |
| ConstRow (const SensitivityData &sd, unsigned int qoi) | |
| const Number & | operator[] (unsigned int parameter) |
Private Attributes | |
| const SensitivityData & | _sd |
| unsigned int | _qoi |
Definition at line 56 of file sensitivity_data.h.
| libMesh::SensitivityData::ConstRow::ConstRow | ( | const SensitivityData & | sd, |
| unsigned int | qoi | ||
| ) | [inline] |
Definition at line 59 of file sensitivity_data.h.
| const Number& libMesh::SensitivityData::ConstRow::operator[] | ( | unsigned int | parameter | ) | [inline] |
Definition at line 61 of file sensitivity_data.h.
References _qoi, _sd, and libMesh::SensitivityData::derivative().
{ return _sd.derivative(_qoi, parameter); }
unsigned int libMesh::SensitivityData::ConstRow::_qoi [private] |
Definition at line 64 of file sensitivity_data.h.
Referenced by operator[]().
const SensitivityData& libMesh::SensitivityData::ConstRow::_sd [private] |
Definition at line 63 of file sensitivity_data.h.
Referenced by operator[]().