SciML / MethodOfLines.jl

Automatic Finite Difference PDE solving with Julia SciML
https://docs.sciml.ai/MethodOfLines/stable/
MIT License
166 stars 31 forks source link

Complex Number Support 2 #342

Closed xtalax closed 11 months ago

xtalax commented 11 months ago

Checklist

Additional context

Adds complex number support, does this by splitting the system in to real and imaginary parts.

fixes https://github.com/SciML/MethodOfLines.jl/issues/58 fixes https://github.com/SciML/MethodOfLines.jl/issues/101

depends on https://github.com/SciML/PDEBase.jl/pull/22

codecov[bot] commented 11 months ago

Codecov Report

Attention: 11 lines in your changes are missing coverage. Please review.

Comparison is base (a04e094) 83.02% compared to head (e240a06) 84.79%. Report is 40 commits behind head on master.

Files Patch % Lines
src/interface/solution/common.jl 21.42% 11 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #342 +/- ## ========================================== + Coverage 83.02% 84.79% +1.76% ========================================== Files 40 41 +1 Lines 1756 1960 +204 ========================================== + Hits 1458 1662 +204 Misses 298 298 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.