|
|
| CLowPass (std::string sSimObjectName, ISimObjectCreator *pCreator) |
| | The constructor sets the pointer to the output object and the parser object.
|
| |
|
void | InitialConditionSetup (const double T, const double *const currentIC, double *const updatedIC, ISimObjectCreator *const creator) |
| |
|
void | OdeFcn (const double dT, const double *const adX, double *const adXDot) const |
| |
|
bool | HasJacobians () const override |
| |
|
void | OdeJacobian (double T, const double *X, double *J, int nStates) override |
| |
|
int | GetJacobianSparsity (int nStates, int *rowPtr, int *colIdx) override |
| |
|
bool | HasPortJacobians () const override |
| |
|
void | OutputPortJacobian (const std::string &portName, double T, const double *X, double *dPort_dX, int portSize, int nStates, int index=-1) override |
| |
|
void | InputPortJacobian (const std::string &portName, double T, const double *X, double *dF_dInput, int portSize, int nStates) override |
| |
|
const double * | Output (const double T, const double *const X) |
| |
|
|
int | m_iPortWidth |
| |
|
bool | m_bIsUniform |
| |
|
ISignalPort * | m_Input |
| |
|
double * | m_dConvergenceTimeConstantInv |
| |
|
int | m_current_signal |
| |
The documentation for this class was generated from the following file:
- /update_root/webfhsim/reloadrepos/fhsim_base/src/filters/CLowPass.h