Skip to main content
1-Visitor
December 1, 2024
Question

Please, can you specify a PDE solver which works with complex coefficients

  • December 1, 2024
  • 1 reply
  • 1068 views
I need to solve a system of two PDE with complex coefficients.
Please, can you specify a PDE solver which works with complex coefficients, or send me a link to the tutorial.
 
thank you,
Oleg

1 reply

25-Diamond I
December 2, 2024

Not sure what exactly you mean by complex "coefficients".

As far as I am aware the only pde solver which Prime offers out of the box is "pdesolve".

The help states that the boundaries have to be real values.

Partial Differential Equations in Solve Blocks

1-Visitor
December 2, 2024
Thank you for reply... I used numol and Pdesolve in (block). When I put in the right-hand side of these solvers (rhs of numol, or in equations in Pdsolve) the imaginary constant 1i, they mark error.

Thank you for

25-Diamond I
December 2, 2024

Ah, I forgot about "numol".

 

It looks as if the implemented algorithm only works in the range of real numbers.
But I could be wrong about that. Perhaps you could post a file with your attempted solution (possibly a simplified example which also shows the problem) here and someone else might then have an idea for a solution ...