Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Time marching twice for the Koopman_Operator2D #5

Open
qiyang77 opened this issue Jan 24, 2024 · 0 comments
Open

Time marching twice for the Koopman_Operator2D #5

qiyang77 opened this issue Jan 24, 2024 · 0 comments

Comments

@qiyang77
Copy link

Great work! Congratulation!

I just curious why the self.time_marching() method is called twice for both the high-frequency and low-frequency Fourier features, in the "kno.py" line 148 and line 149, did I miss something?

out_ft[:, :, :self.modes_x, :self.modes_y] = self.time_marching(x_ft[:, :, :self.modes_x, :self.modes_y], self.koopman_matrix)
out_ft[:, :, -self.modes_x:, :self.modes_y] = self.time_marching(x_ft[:, :, -self.modes_x:, :self.modes_y], self.koopman_matrix)

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant