| 68 | |
| 69 | template <std::derived_from<StubTransformer> ComponentType, steady_state_solver_output_type SolverOutputType> |
| 70 | inline auto i_pu(std::vector<SolverOutputType> const& /* solver_output */, |
| 71 | StubTransformerMathIdType const& /* math_id */, ControlSide /* side */) { |
| 72 | return ComplexValue<typename SolverOutputType::sym>{}; |
| 73 | } |
| 74 | |
| 75 | template <std::derived_from<StubTransformer> ComponentType, typename State, |
| 76 | steady_state_solver_output_type SolverOutputType> |
nothing calls this directly
no outgoing calls
no test coverage detected