Skip to content
Snippets Groups Projects
Commit 630f16af authored by Ludovic Noels's avatar Ludovic Noels
Browse files

run without error

parent 3238b155
No related branches found
No related tags found
1 merge request!309Master
......@@ -70,7 +70,7 @@ nstepArchEnergy = nstepArchForce # Number of step between 2 energy computation a
MaxIter = 12 # Maximum number of iterations
StepIncrease = 2 # Number of successfull timestep before reincreasing it
StepReducFactor = 2. # Timestep reduction factor
StepReducFactor = 2 # Timestep reduction factor
NumberReduction = 100 # Maximum number of timespep reduction: max reduction = pow(StepReducFactor,this)
fullDg = True
......@@ -126,7 +126,7 @@ mysolver.sameDisplacementBC("Face",6,7,2)
method=0
mysolver.pathFollowing(True,method)
if method==0:
mysolver.setPathFollowingIncrementAdaptation(True,6,1)
mysolver.setPathFollowingIncrementAdaptation(True,6,3)
mysolver.setPathFollowingControlType(0)
mysolver.setPathFollowingCorrectionMethod(0)
mysolver.setPathFollowingArcLengthStep(2e-1)
......@@ -193,7 +193,7 @@ check = TestCheck()
import csv
data = csv.reader(open('IPVolume11val_LOCAL_POROSITYMax.csv'), delimiter=';')
porosity = list(data)
check.equal(2.659472e-02,float(porosity[-1][1]),1e-6)
check.equal(2.660465e-02,float(porosity[-1][1]),1e-6)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment