Skip to content
Snippets Groups Projects
Commit e6d4fdd8 authored by Isuru Fernando's avatar Isuru Fernando
Browse files

Fix for Laplace

parent b192d1f3
No related branches found
No related tags found
1 merge request!68Specify the PDE symbolically
......@@ -600,6 +600,8 @@ def process_pde(pde):
multiplier = m
elif multiplier != m:
return pde, 1
if multiplier is None:
return pde, 1
eqs = []
for eq in pde.eqs:
new_eq = dict()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment