We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Right now, Kernel.get_pde_as_diff_op returns a PDE satisfied by each component. For example, the Stokeslet returns the biharmonic:
Kernel.get_pde_as_diff_op
sumpy/sumpy/kernel.py
Lines 1023 to 1027 in c3e1a73
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).
get_scalar_pde_as_diff_op
get_system_pde_as_diff_op
cc @alexfikl
Right now,
Kernel.get_pde_as_diff_opreturns a PDE satisfied by each component. For example, the Stokeslet returns the biharmonic:sumpy/sumpy/kernel.py
Lines 1023 to 1027 in c3e1a73
Maybe that should be renamed
get_scalar_pde_as_diff_op. And thenget_system_pde_as_diff_opcould return the system PDE (i.e., Stokes).cc @alexfikl