Template Class Ieeest
Defined in File Ieeest.hpp
Inheritance Relationships
Base Type
public GridKit::PhasorDynamics::Component< scalar_type, index_type >(Template Class Component)
Class Documentation
-
template<typename scalar_type, typename index_type>
class Ieeest : public GridKit::PhasorDynamics::Component<scalar_type, index_type> Public Functions
-
virtual int evaluateJacobian() final override
Jacobian evaluation not implemented yet.
Jacobian evaluation experimental.
- Template Parameters:
ScalarT – - Scalar data type
IdxT – - Index data type
- Returns:
int - error code, 0 = success
- Returns:
int - error code, 0 = success
-
inline auto getSignals() -> ComponentSignals<ScalarT, IdxT, IeeestInternalVariables, IeeestExternalVariables>&
Get the
ComponentSignalsfrom thisIeeest
-
virtual const Model::VariableMonitorBase *getMonitor() const override
Get non-owning reference to monitor.
-
virtual int evaluateJacobian() final override