When calling IterativeSolvers.cg! in SaddlePointSystems.jl, the following error is showing:
MethodError: Cannot convert an object of type Array{Float64,1} to an object of type Whirl.Fields.ScalarData{128}
This may have arisen from a call to the constructor Whirl.Fields.ScalarData{128}(...),
since type constructors fall back to convert methods.
Seems that the auto data type converting is not working here somehow.
When calling
IterativeSolvers.cg!
in SaddlePointSystems.jl, the following error is showing:Seems that the auto data type converting is not working here somehow.