This commit is contained in:
jeremias
2020-11-25 16:55:41 -03:00
parent ccf35cea16
commit ae04e3d0cc
4 changed files with 138 additions and 45 deletions

View File

@ -1,4 +1,4 @@
mesh: '/home/yeye/Desktop/kalman/meshes/channel2d.h5'
mesh: './meshes/channel2d.h5'
# Physical parameters of the fluid
fluid:
density: 1.2
@ -139,7 +139,7 @@ estimation:
measurements:
-
mesh: '/home/yeye/Desktop/kalman/meshes/channel2d.h5'
mesh: './meshes/channel2d.h5'
fe_degree: 0
xdmf_file: 'results/channel2d/measurements/u_all.xdmf'
file_root: 'results/channel2d/measurements/u{i}.h5'