Skip to content
Snippets Groups Projects
Commit 20882289 authored by Robert K's avatar Robert K
Browse files

Adjust to new parameter.

parent fddb4b7b
No related branches found
No related tags found
No related merge requests found
Pipeline #22919 failed
......@@ -33,7 +33,7 @@ def run(Model, initial, x0,x1,N, endTime, name, exact,
saveTime = saveStep
# create discrete function space
space = create.space( space, grid, order=polOrder, dimrange=dimR)
space = create.space( space, grid, order=polOrder, dimRange=dimR)
# create and initialize solution
u_h = space.interpolate(initial, name='u_h')
# create solution scheme, i.e. operator and ODE solver
......
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