This commit is contained in:
jeremias
2021-02-19 18:35:14 -03:00
parent c966a477fc
commit 7cc7f0ccbd
119 changed files with 87 additions and 1399 deletions

View File

@ -43,11 +43,13 @@ def plot_parameters(dat, deparameterize=False, ref=None):
plt.ion()
inputfile_path = 'results/aorta/input.yaml'
inputfile_path = 'results/aorta_C/input.yaml'
with open(inputfile_path) as file:
inputfile = yaml.full_load(file)
true_val = [10,250,250,250,30]
#true_val = [10,250,250,250,30]
true_val = [94,250,683,615,30]
current_val = []
current_val.append(inputfile['boundary_conditions'][2]['value'][0])
current_val.append(inputfile['boundary_conditions'][3]['value'][0])