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

[feature] Added threading to some examples.

parent a3b0db3b
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ if problem == 5:
if problem == 6:
evolve(gridView, order, Model, "advection/adapt_limit",
maxLevel=5, codegen=True)
maxLevel=5, codegen=True, threading=threading)
##################
......
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