MCPcopy Create free account
hub / github.com/PowerGridModel/power-grid-model / i_pu

Function i_pu

tests/cpp_unit_tests/optimizer/test_optimizer.hpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected