$extrastylesheet
libMesh::SensitivityData::Row Class Reference

#include <sensitivity_data.h>

List of all members.

Public Member Functions

 Row (SensitivityData &sd, unsigned int qoi)
Numberoperator[] (unsigned int parameter)

Private Attributes

SensitivityData_sd
unsigned int _qoi

Detailed Description

Definition at line 45 of file sensitivity_data.h.


Constructor & Destructor Documentation

libMesh::SensitivityData::Row::Row ( SensitivityData sd,
unsigned int  qoi 
) [inline]

Definition at line 48 of file sensitivity_data.h.

: _sd(sd), _qoi(qoi) {}

Member Function Documentation

Number& libMesh::SensitivityData::Row::operator[] ( unsigned int  parameter) [inline]

Definition at line 50 of file sensitivity_data.h.

References _qoi, _sd, and libMesh::SensitivityData::derivative().

{ return _sd.derivative(_qoi, parameter); }

Member Data Documentation

unsigned int libMesh::SensitivityData::Row::_qoi [private]

Definition at line 53 of file sensitivity_data.h.

Referenced by operator[]().

Definition at line 52 of file sensitivity_data.h.

Referenced by operator[]().


The documentation for this class was generated from the following file: