]> SALOME platform Git repositories - modules/adao.git/commit
Salome HOME
Code improvements, review and simplifications (2)
authorJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Mon, 7 Feb 2022 18:22:10 +0000 (19:22 +0100)
committerJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Mon, 7 Feb 2022 18:22:10 +0000 (19:22 +0100)
commit61f19963a2e2ed620bdf577c5a01808586dd938d
tree1375d03dee4d73b8020d6cbc992988a7767dcbca
parent4149157e26962b5248551bc00492a34610042775
Code improvements, review and simplifications (2)
28 files changed:
src/daComposant/daAlgorithms/3DVAR.py
src/daComposant/daAlgorithms/Atoms/cekf.py [new file with mode: 0644]
src/daComposant/daAlgorithms/Atoms/ecwblue.py [new file with mode: 0644]
src/daComposant/daAlgorithms/Atoms/ecwexblue.py [new file with mode: 0644]
src/daComposant/daAlgorithms/Atoms/ecwlls.py [new file with mode: 0644]
src/daComposant/daAlgorithms/Atoms/ecwnlls.py [new file with mode: 0644]
src/daComposant/daAlgorithms/Atoms/enks.py [new file with mode: 0644]
src/daComposant/daAlgorithms/Atoms/etkf.py [new file with mode: 0644]
src/daComposant/daAlgorithms/Atoms/exkf.py [new file with mode: 0644]
src/daComposant/daAlgorithms/Atoms/ienkf.py [new file with mode: 0644]
src/daComposant/daAlgorithms/Atoms/incr3dvar.py [new file with mode: 0644]
src/daComposant/daAlgorithms/Atoms/mlef.py [new file with mode: 0644]
src/daComposant/daAlgorithms/Atoms/psas3dvar.py [new file with mode: 0644]
src/daComposant/daAlgorithms/Atoms/senkf.py [new file with mode: 0644]
src/daComposant/daAlgorithms/Atoms/std3dvar.py [new file with mode: 0644]
src/daComposant/daAlgorithms/Atoms/std4dvar.py [new file with mode: 0644]
src/daComposant/daAlgorithms/Atoms/stdkf.py [new file with mode: 0644]
src/daComposant/daAlgorithms/Atoms/van3dvar.py [new file with mode: 0644]
src/daComposant/daAlgorithms/Blue.py
src/daComposant/daAlgorithms/EnsembleKalmanFilter.py
src/daComposant/daAlgorithms/ExtendedBlue.py
src/daComposant/daAlgorithms/ExtendedKalmanFilter.py
src/daComposant/daAlgorithms/KalmanFilter.py
src/daComposant/daAlgorithms/LinearLeastSquares.py
src/daComposant/daAlgorithms/NonLinearLeastSquares.py
src/daComposant/daAlgorithms/lbfgsbhlt.py [deleted file]
src/daComposant/daCore/NumericObjects.py
src/daComposant/daCore/Persistence.py