Skip to content

Improved option output=current, to avoid computing twice the current if Output=current and TDOutput=total_current options are activated

Nicolas Tancogne-Dejean requested to merge improved_output_current_option into develop

The option output=current now uses the current stored in the v_ks object. In the TD case, this means that if Output=current and TDOutput=total_current options are activated, the current is only computed once.

Merge request reports