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

Merge branch 'vdg-cm3'

parents 98cf7fc3 8213aeac
No related branches found
No related tags found
No related merge requests found
...@@ -116,6 +116,6 @@ mysolver.solve() ...@@ -116,6 +116,6 @@ mysolver.solve()
# test check # test check
check = TestCheck() check = TestCheck()
check.equal(2.086450e+01,mysolver.getHomogenizedStress(0,0),1.e-4) check.equal(2.086450e+01,mysolver.getHomogenizedStress(0,0),1.e-4)
check.equal(-3.40648E+03,mysolver.getHomogenizedTangent(0,0,0,0),1.e-4) check.equal(-3.407270e+03,mysolver.getHomogenizedTangent(0,0,0,0),1.e-4)
...@@ -97,7 +97,7 @@ sol = 2 # Gmm=0 (default) Taucs=1 PETsc=2 ...@@ -97,7 +97,7 @@ sol = 2 # Gmm=0 (default) Taucs=1 PETsc=2
soltype =1 # StaticLinear=0 (default) StaticNonLinear=1 soltype =1 # StaticLinear=0 (default) StaticNonLinear=1
nstep = 16 # number of step (used only if soltype=1) nstep = 16 # number of step (used only if soltype=1)
ftime =1. # Final time (used only if soltype=1) ftime =1. # Final time (used only if soltype=1)
tol=1.e-4 # relative tolerance for NR scheme (used only if soltype=1) tol=1.e-5 # relative tolerance for NR scheme (used only if soltype=1)
nstepArch=1 # Number of step between 2 archiving (used only if soltype=1) nstepArch=1 # Number of step between 2 archiving (used only if soltype=1)
...@@ -173,5 +173,5 @@ mysolver.archivingNodeDisplacement(5,1) ...@@ -173,5 +173,5 @@ mysolver.archivingNodeDisplacement(5,1)
mysolver.solve() mysolver.solve()
check = TestCheck() check = TestCheck()
check.equal(-3.492118e+02,mysolver.getArchivedForceOnPhysicalGroup("Edge", 1, 1),1.e-4) check.equal(-3.568956e+02,mysolver.getArchivedForceOnPhysicalGroup("Edge", 1, 1),1.e-4)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment