Skip to content
Snippets Groups Projects
Commit 33ecda11 authored by Van Dung NGUYEN's avatar Van Dung NGUYEN
Browse files

correct nonlocal var number is 1, not 2

parent 0cd9e359
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ beta1 = 100.
# creation of part Domain
nfield = 11 # number of the field (physical number of surface)
myfield1 = dG3DDomain(1000,nfield,space1,lawnum,fullDg,3,2)
myfield1 = dG3DDomain(1000,nfield,space1,lawnum,fullDg,3,1)
#myfield1.matrixByPerturbation(1,1,1,1e-8)
myfield1.stabilityParameters(beta1)
myfield1.setNonLocalStabilityParameters(beta1,True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment