#include <N_DEV_ADMSbsim6.h>
Definition at line 84 of file N_DEV_ADMSbsim6.h.
Xyce::Device::ADMSbsim6::InstanceSensitivity::InstanceSensitivity |
( |
| ) |
|
|
inline |
virtual Xyce::Device::ADMSbsim6::InstanceSensitivity::~InstanceSensitivity |
( |
| ) |
|
|
inlinevirtual |
void Xyce::Device::ADMSbsim6::InstanceSensitivity::operator() |
( |
const ParameterBase & |
entity, |
|
|
const std::string & |
name, |
|
|
std::vector< double > & |
dfdp, |
|
|
std::vector< double > & |
dqdp, |
|
|
std::vector< double > & |
dbdp, |
|
|
std::vector< int > & |
Findices, |
|
|
std::vector< int > & |
Qindices, |
|
|
std::vector< int > & |
Bindices |
|
) |
| const |
|
virtual |
Compute sensitivity of a device instance's outputs to a specified instance parameter.
- Parameters
-
[in] | entity | The device entity that owns the parameter |
[in] | name | The unadorned parameter name specific to the entity |
[out] | dfdp | The derivative of the F vector with respect to the parameter |
[out] | dqdp | The derivative of the Q vector with respect to the parameter |
[out] | dbdp | The derivative of the B vector with respect to the parameter |
[out] | Findices | The indices into the F vector corresponding to the elements of dfdp |
[out] | Qindices | The indices into the Q vector corresponding to the elements of dfdp |
[out] | Bindices | The indices into the B vector corresponding to the elements of dfdp |
Implements Xyce::Device::baseSensitivity.
Definition at line 28372 of file N_DEV_ADMSbsim6.C.
The documentation for this class was generated from the following files: