- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I see in the documentation that Intels' Poisson solver routines can be used to solve equations of the form
∇.∇u = f
Can they also (perhaps via some additional steps) be applied to an equation of the form
∇.ε∇u = f
Thanks
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The possible algorithm choices depend on whether ε is (i) a constant, (ii) position dependent, or (iii) a known function of u. In the first two cases, the finite-difference equations are still linear, and can be solved using Pardiso as in the case when ε = 1. In the third case, you may use Kirchoff's transformation, φ = \int ε du, which leads to ∇.∇φ = f; you solve for φ, and recover u from φ at the end.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page