Make a kernel PDE getter that returns the system PDE
Open
- Dominant language
- Python
- Stars
- 33
- Forks
- 15
- Avg merge
- 3d 20h
- Merged PRs (30d)
- 9
Description
Right now, `Kernel.get_pde_as_diff_op` returns a PDE satisfied by each component. For example, the Stokeslet returns the biharmonic:
https://github.com/inducer/sumpy/blob/c3e1a734b1a9032708bf4bd514f76f5757d676ad/sumpy/kernel.py#L1023-L1027
Maybe that should be renamed `get_scalar_pde_as_diff_op`. And then `get_system_pde_as_diff_op` could return the system PDE (i.e., Stokes).
cc @alexfikl
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.