-
Notifications
You must be signed in to change notification settings - Fork 1
/
Readme.txt
28 lines (14 loc) · 913 Bytes
/
Readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Matlab (R2023b) code of manuscript "ADAPTIVE DATA-DRIVEN PROBABILISTIC REDUCED-ORDER
MODELS FOR PARAMETERIZED DYNAMICAL SYSTEMS", submitted to SIAM journal on Scientific Computing.
The following functions are used to Construct reduced order model (ROM) for the numerical examples:
Burger_ROM.m: Burger equation
Redi_ROM.m: 2d-reaction-diffusion equation
Redi_10d_ROM.m: 10-d reaction-diffusion equation
NS_ROM.m: N-S equation
The following functions are used to develop adaptive parametric reduced order model (pROM) for the numerical examples :
Burger_Adaptive_ROM.m: Burger equation
Redi_Adaptive_ROM.m: 2-d reaction-diffusion equation
Redi_10d_Adaptive_ROM.m: 10-d reaction-diffusion equation
NS_Adaptive_ROM_GPR.m: N-S equation
The N-S equation is solved by the following code
https://github.com/JamieMJohns/Navier-stokes-2D-numerical-solve-incompressible-flow-with-custom-scenarios-MATLAB-