Skip to content

Ifpack2: Accept real-valued damping factor for complex problems

James Willenbring requested to merge cgcgcg:Ifpack2ComplexDamping into develop

Created by: cgcgcg

@trilinos/ifpack2

Description

Currently, Ifpack2 does not allow the damping factor to be a double when the scalar type is complex. This minimal change takes care of that.

Merge request reports